Lines Matching refs:LocationOperand
31 return LocationOperand::cast(instr_->InputAt(index))->representation() == in Is64BitOperand()
36 return LocationOperand::cast(instr_->InputAt(index))->representation() == in Is32BitOperand()
814 (LocationOperand::cast(pushes.back()->destination()).index() + 1 == in AssembleTailCallBeforeGap()
819 LocationOperand destination_location( in AssembleTailCallBeforeGap()
820 LocationOperand::cast(move->destination())); in AssembleTailCallBeforeGap()
827 LocationOperand source_location(LocationOperand::cast(source)); in AssembleTailCallBeforeGap()
832 LocationOperand source_location(LocationOperand::cast(source)); in AssembleTailCallBeforeGap()
1730 LocationOperand* op = LocationOperand::cast(instr->InputAt(0)); in AssembleArchInstruction()
1746 LocationOperand* op = LocationOperand::cast(instr->InputAt(0)); in AssembleArchInstruction()
2455 LocationOperand* op = LocationOperand::cast(source); in AssembleMove()
2466 LocationOperand* op = LocationOperand::cast(source); in AssembleMove()
2473 LocationOperand* op = LocationOperand::cast(source); in AssembleMove()