#include <representations.h>
Definition at line 22 of file representations.h.
◆ Enum
Enumerator |
---|
kWord32 | |
kWord64 | |
kFloat32 | |
kFloat64 | |
kTagged | |
kCompressed | |
kSimd128 | |
kSimd256 | |
kNone | |
Definition at line 24 of file representations.h.
◆ MaybeRegisterRepresentation() [1/2]
v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::MaybeRegisterRepresentation |
( |
Enum | value | ) |
|
|
inlineexplicitconstexpr |
◆ MaybeRegisterRepresentation() [2/2]
v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::MaybeRegisterRepresentation |
( |
| ) |
|
|
inlineconstexpr |
◆ bit_width()
uint16_t v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::bit_width |
( |
| ) |
const |
|
inlineconstexpr |
◆ Compressed()
◆ Float32()
◆ Float64()
◆ is_valid()
bool v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::is_valid |
( |
| ) |
const |
|
inlineconstexpr |
◆ IsFloat()
bool v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::IsFloat |
( |
| ) |
const |
|
inlineconstexpr |
◆ IsTaggedOrCompressed()
bool v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::IsTaggedOrCompressed |
( |
| ) |
const |
|
inlineconstexpr |
◆ IsWord()
bool v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::IsWord |
( |
| ) |
const |
|
inlineconstexpr |
◆ machine_representation()
MachineRepresentation v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::machine_representation |
( |
| ) |
const |
|
inline |
◆ MaxUnsignedValue()
uint64_t v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::MaxUnsignedValue |
( |
| ) |
const |
|
inline |
◆ None()
◆ operator Enum()
v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::operator Enum |
( |
| ) |
const |
|
inlineconstexpr |
◆ Simd128()
◆ Simd256()
◆ Tagged()
◆ value()
Enum v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::value |
( |
| ) |
const |
|
inlineconstexpr |
◆ Word32()
◆ Word64()
◆ WordPtr()
◆ kInvalid
Enum v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::kInvalid = static_cast<Enum>(-1) |
|
staticconstexprprivate |
◆ value_
Enum v8::internal::compiler::turboshaft::MaybeRegisterRepresentation::value_ |
|
private |
The documentation for this class was generated from the following file: