Lines Matching refs:InstructionOperand
16 InstructionOperand source;
17 InstructionOperand destination;
33 explicit OperandSet(ZoneVector<InstructionOperand>* buffer)
38 void InsertOp(const InstructionOperand& op) {
45 bool Contains(const InstructionOperand& op) const {
46 for (const InstructionOperand& elem : *set_) {
52 bool ContainsOpOrAlias(const InstructionOperand& op) const {
108 ZoneVector<InstructionOperand>* set_;
263 InstructionOperand src = current->source;
391 const InstructionOperand* op = last_instr->InputAt(i);
408 InstructionOperand src = move->source();
409 InstructionOperand dst = move->destination();
433 InstructionOperand dest = current->first.destination;
499 bool IsSlot(const InstructionOperand& op) {