|
| ValueLocation & | result () |
| |
| const ValueLocation & | result () const |
| |
| int | use_count () const |
| |
| bool | is_used () const |
| |
| bool | unused_inputs_were_visited () const |
| |
| void | add_use () |
| |
| void | remove_use () |
| |
| void | mark_unused_inputs_visited () |
| |
| void | SetHint (compiler::InstructionOperand hint) |
| |
| void | ClearHint () |
| |
| bool | has_hint () |
| |
| template<typename RegisterT > |
| RegisterT | GetRegisterHint () |
| |
| const compiler::InstructionOperand & | hint () const |
| |
| bool | is_loadable () const |
| |
| bool | is_spilled () const |
| |
| void | SetNoSpill () |
| |
| void | SetConstantLocation () |
| |
| void | LoadToRegister (MaglevAssembler *, Register) |
| |
| void | LoadToRegister (MaglevAssembler *, DoubleRegister) |
| |
| void | DoLoadToRegister (MaglevAssembler *, Register) |
| |
| void | DoLoadToRegister (MaglevAssembler *, DoubleRegister) |
| |
| DirectHandle< Object > | Reify (LocalIsolate *isolate) const |
| |
| void | Spill (compiler::AllocatedOperand operand) |
| |
| compiler::AllocatedOperand | spill_slot () const |
| |
| compiler::InstructionOperand | loadable_slot () const |
| |
| void | record_next_use (NodeIdT id, InputLocation *input_location) |
| |
| bool | has_valid_live_range () const |
| |
| LiveRange | live_range () const |
| |
| NodeIdT | current_next_use () const |
| |
| void | advance_next_use (NodeIdT use) |
| |
| bool | has_no_more_uses () const |
| |
| constexpr bool | use_double_register () const |
| |
| constexpr bool | is_tagged () const |
| |
| constexpr bool | decompresses_tagged_result () const |
| |
| constexpr ValueRepresentation | value_representation () const |
| |
| constexpr MachineRepresentation | GetMachineRepresentation () const |
| |
| void | InitializeRegisterData () |
| |
| void | AddRegister (Register reg) |
| |
| void | AddRegister (DoubleRegister reg) |
| |
| void | RemoveRegister (Register reg) |
| |
| void | RemoveRegister (DoubleRegister reg) |
| |
| template<typename T > |
| RegListBase< T > | ClearRegisters () |
| |
| int | num_registers () const |
| |
| bool | has_register () const |
| |
| bool | is_in_register (Register reg) const |
| |
| bool | is_in_register (DoubleRegister reg) const |
| |
| template<typename T > |
| RegListBase< T > | result_registers () |
| |
| compiler::InstructionOperand | allocation () const |
| |
| template<> |
| RegList | ClearRegisters () |
| |
| template<> |
| DoubleRegList | ClearRegisters () |
| |
| ValueLocation & | result () |
| |
| constexpr Opcode | opcode () const |
| |
| constexpr OpProperties | properties () const |
| |
| void | set_properties (OpProperties properties) |
| |
| void | set_input (int index, ValueNode *node) |
| |
| template<class T > |
| constexpr bool | Is () const |
| |
| template<class T > |
| constexpr T * | Cast () |
| |
| template<class T > |
| constexpr const T * | Cast () const |
| |
| template<class T > |
| constexpr T * | TryCast () |
| |
| template<class T > |
| constexpr const T * | TryCast () const |
| |
| constexpr bool | has_inputs () const |
| |
| constexpr int | input_count () const |
| |
| constexpr Input & | input (int index) |
| |
| constexpr const Input & | input (int index) const |
| |
| std::optional< int32_t > | TryGetInt32ConstantInput (int index) |
| |
| constexpr auto | begin () |
| |
| constexpr auto | end () |
| |
| constexpr bool | has_id () const |
| |
| constexpr NodeIdT | id () const |
| |
| void | set_id (NodeIdT id) |
| |
| template<typename RegisterT > |
| uint8_t | num_temporaries_needed () const |
| |
| template<typename RegisterT > |
| RegListBase< RegisterT > & | temporaries () |
| |
| RegList & | general_temporaries () |
| |
| DoubleRegList & | double_temporaries () |
| |
| template<typename RegisterT > |
| void | assign_temporaries (RegListBase< RegisterT > list) |
| |
| template<typename Function > |
| void | ForAllInputsInRegallocAssignmentOrder (Function &&f) |
| |
| void | Print (std::ostream &os, MaglevGraphLabeller *, bool skip_targets=false) const |
| |
| void | Print () const |
| |
| EagerDeoptInfo * | eager_deopt_info () |
| |
| LazyDeoptInfo * | lazy_deopt_info () |
| |
| const RegisterSnapshot & | register_snapshot () const |
| |
| ExceptionHandlerInfo * | exception_handler_info () |
| |
| void | set_register_snapshot (RegisterSnapshot snapshot) |
| |
| void | change_input (int index, ValueNode *node) |
| |
| void | change_representation (ValueRepresentation new_repr) |
| |
| void | set_opcode (Opcode new_opcode) |
| |
| void | CopyEagerDeoptInfoOf (NodeBase *other, Zone *zone) |
| |
| void | SetEagerDeoptInfo (Zone *zone, DeoptFrame deopt_frame, compiler::FeedbackSource feedback_to_update=compiler::FeedbackSource()) |
| |
| template<typename NodeT > |
| void | OverwriteWith () |
| |
| void | OverwriteWith (Opcode new_opcode, std::optional< OpProperties > maybe_new_properties=std::nullopt) |
| |
| void | OverwriteWithIdentityTo (ValueNode *node) |
| |
| auto | options () const |
| |
| void | ClearUnstableNodeAspects (KnownNodeAspects &) |
| |
| void | ClearElementsProperties (KnownNodeAspects &) |
| |
| void | set_owner (BasicBlock *block) |
| |
| BasicBlock * | owner () const |
| |
| void | InitTemporaries () |
| |
| template<> |
| constexpr bool | Is () const |
| |
| template<> |
| constexpr bool | Is () const |
| |
| template<> |
| constexpr bool | Is () const |
| |
| template<> |
| constexpr bool | Is () const |
| |
| template<> |
| constexpr bool | Is () const |
| |
| template<> |
| constexpr bool | Is () const |
| |
| void * | operator new (size_t, Zone *)=delete |
| |
| void * | operator new (size_t size, void *ptr) |
| |
| void | operator delete (void *, size_t) |
| |
| void | operator delete (void *pointer, Zone *zone)=delete |
| |
Definition at line 2418 of file maglev-ir.h.