Home | History | Annotate | Download | only in compiler

Lines Matching refs:AllocatedOperand

538 class AllocatedOperand : public LocationOperand {
540 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index)
543 static AllocatedOperand* New(Zone* zone, LocationKind kind,
545 return InstructionOperand::New(zone, AllocatedOperand(kind, rep, index));
548 INSTRUCTION_OPERAND_CASTS(AllocatedOperand, ALLOCATED);
789 void RecordReference(const AllocatedOperand& op);