#include <operations.h>
Definition at line 618 of file operations.h.
◆ Bits
◆ OpEffects()
| v8::internal::compiler::turboshaft::OpEffects::OpEffects |
( |
| ) |
|
|
inlineconstexpr |
◆ AssumesConsistentHeap()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::AssumesConsistentHeap |
( |
| ) |
const |
|
inlineconstexpr |
◆ bits()
| Bits v8::internal::compiler::turboshaft::OpEffects::bits |
( |
| ) |
const |
|
inline |
◆ can_be_constant_folded()
| bool v8::internal::compiler::turboshaft::OpEffects::can_be_constant_folded |
( |
| ) |
const |
|
inline |
◆ can_read_mutable_memory()
| bool v8::internal::compiler::turboshaft::OpEffects::can_read_mutable_memory |
( |
| ) |
const |
|
inline |
◆ can_write()
| bool v8::internal::compiler::turboshaft::OpEffects::can_write |
( |
| ) |
const |
|
inline |
◆ CanAllocate()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanAllocate |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanAllocateWithoutIdentity()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanAllocateWithoutIdentity |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanCallAnything()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanCallAnything |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanChangeControlFlow()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanChangeControlFlow |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanCreateIdentity()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanCreateIdentity |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanDeopt()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanDeopt |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanDependOnChecks()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanDependOnChecks |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanDoRawHeapAccess()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanDoRawHeapAccess |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanLeaveCurrentFunction()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanLeaveCurrentFunction |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanReadHeapMemory()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanReadHeapMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanReadImmutableMemory()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanReadImmutableMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanReadMemory()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanReadMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanReadOffHeapMemory()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanReadOffHeapMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanWriteHeapMemory()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanWriteHeapMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanWriteMemory()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanWriteMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ CanWriteOffHeapMemory()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::CanWriteOffHeapMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ FromBits()
| static OpEffects v8::internal::compiler::turboshaft::OpEffects::FromBits |
( |
Bits | bits | ) |
|
|
inlinestatic |
◆ hoistable_before_a_branch()
| bool v8::internal::compiler::turboshaft::OpEffects::hoistable_before_a_branch |
( |
| ) |
const |
|
inline |
◆ is_required_when_unused()
| bool v8::internal::compiler::turboshaft::OpEffects::is_required_when_unused |
( |
| ) |
const |
|
inlineconstexpr |
◆ IsSubsetOf()
| bool v8::internal::compiler::turboshaft::OpEffects::IsSubsetOf |
( |
OpEffects | other | ) |
const |
|
inline |
◆ operator!=()
| bool v8::internal::compiler::turboshaft::OpEffects::operator!= |
( |
OpEffects | other | ) |
const |
|
inline |
◆ operator&()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::operator& |
( |
OpEffects | other | ) |
const |
|
inline |
◆ operator==()
| bool v8::internal::compiler::turboshaft::OpEffects::operator== |
( |
OpEffects | other | ) |
const |
|
inline |
◆ operator|()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::operator| |
( |
OpEffects | other | ) |
const |
|
inline |
◆ repetition_is_eliminatable()
| bool v8::internal::compiler::turboshaft::OpEffects::repetition_is_eliminatable |
( |
| ) |
const |
|
inline |
◆ RequiredWhenUnused()
| OpEffects v8::internal::compiler::turboshaft::OpEffects::RequiredWhenUnused |
( |
| ) |
const |
|
inlineconstexpr |
◆ requires_consistent_heap()
| bool v8::internal::compiler::turboshaft::OpEffects::requires_consistent_heap |
( |
| ) |
const |
|
inline |
◆ can_allocate
| bool v8::internal::compiler::turboshaft::OpEffects::can_allocate |
◆ can_create_identity
| bool v8::internal::compiler::turboshaft::OpEffects::can_create_identity |
◆ consumes
◆ produces
◆ required_when_unused
| bool v8::internal::compiler::turboshaft::OpEffects::required_when_unused |
◆ unused_padding_1
| uint8_t v8::internal::compiler::turboshaft::OpEffects::unused_padding_1 |
◆ unused_padding_2
| uint8_t v8::internal::compiler::turboshaft::OpEffects::unused_padding_2 |
The documentation for this struct was generated from the following file: