Home
last modified time | relevance | path

Searched refs:ConstantOperand (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h389 class ConstantOperand : public InstructionOperand {
391 explicit ConstantOperand(int virtual_register) in ConstantOperand() function
401 static ConstantOperand* New(Zone* zone, int virtual_register) { in New()
402 return InstructionOperand::New(zone, ConstantOperand(virtual_register)); in New()
405 INSTRUCTION_OPERAND_CASTS(ConstantOperand, CONSTANT)
Dcode-generator-impl.h158 ConstantOperand::cast(op)->virtual_register()); in ToConstant()
Dinstruction.cc184 return os << "[constant:v" << ConstantOperand::cast(op).virtual_register() in operator <<()
790 ? ConstantOperand::cast(output)->virtual_register() in ValidateSSA()
994 : GetConstant(ConstantOperand::cast(operand)->virtual_register()); in InputRpo()
Dmid-tier-register-allocator.cc304 void DefineAsConstantOperand(ConstantOperand* operand,
543 void VirtualRegisterData::DefineAsConstantOperand(ConstantOperand* operand, in DefineAsConstantOperand()
1358 void AllocateConstantOutput(ConstantOperand* operand,
2471 ConstantOperand* operand, VirtualRegisterData& vreg_data, int instr_index) { in AllocateConstantOutput()
2887 ConstantOperand* constant_operand = ConstantOperand::cast(output); in DefineOutputs()
3040 ConstantOperand* constant_operand = ConstantOperand::cast(output); in AllocateRegisters()
Dregister-allocator-verifier.cc163 constraint->value_ = ConstantOperand::cast(op)->virtual_register(); in BuildConstraint()
230 CHECK_EQ(ConstantOperand::cast(op)->virtual_register(), in CheckConstraint()
Dinstruction-scheduler.cc202 operands_map_[ConstantOperand::cast(output)->virtual_register()] = in AddInstruction()
Dinstruction-selector-impl.h112 return ConstantOperand(virtual_register); in DefineAsConstant()
Dregister-allocator.cc1722 int output_vreg = ConstantOperand::cast(output)->virtual_register(); in MeetConstraintsAfter()
2050 ConstantOperand::cast(operand)->virtual_register()); in LiveRangeFor()
2149 int out_vreg = ConstantOperand::cast(output)->virtual_register(); in ProcessInstructions()
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc753 << ConstantOperand::cast(top->GetSpillOperand())->virtual_register() in PrintLiveRange()
1138 int vreg = ConstantOperand::cast(op)->virtual_register(); in operator <<()
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h287 operand_ = compiler::ConstantOperand(args...); in SetConstant()