Searched refs:ExplicitOperand (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-gap-resolver.cc | 218 return ExplicitOperand( in CreateRandomOperand() 223 return ExplicitOperand( in CreateRandomOperand()
|
/external/v8/src/compiler/ |
D | instruction-selector-impl.h | 134 return ExplicitOperand(LocationOperand::REGISTER, rep, in UseExplicit() 137 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
|
D | instruction.h | 478 class ExplicitOperand : public LocationOperand { 480 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index); 482 static ExplicitOperand* New(Zone* zone, LocationKind kind, in New() 484 return InstructionOperand::New(zone, ExplicitOperand(kind, rep, index)); in New() 487 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT);
|
D | instruction.cc | 242 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep, in ExplicitOperand() function in v8::internal::compiler::ExplicitOperand
|
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 78 return ExplicitOperand(LocationOperand::REGISTER, in ConvertMoveArg()
|