Lines Matching refs:LocationOperand
559 (LocationOperand::cast(pushes.back()->destination()).index() + 1 == in AssembleTailCallBeforeGap()
564 LocationOperand destination_location( in AssembleTailCallBeforeGap()
565 LocationOperand::cast(move->destination())); in AssembleTailCallBeforeGap()
572 LocationOperand source_location(LocationOperand::cast(source)); in AssembleTailCallBeforeGap()
577 LocationOperand source_location(LocationOperand::cast(source)); in AssembleTailCallBeforeGap()
1486 LocationOperand* op = LocationOperand::cast(instr->InputAt(0)); in AssembleArchInstruction()
1884 MachineRepresentation rep = LocationOperand::cast(source)->representation(); in AssembleMove()
1898 int src_code = LocationOperand::cast(source)->register_code(); in AssembleMove()
1900 int dst_code = LocationOperand::cast(destination)->register_code(); in AssembleMove()
1910 LocationOperand::cast(destination)->representation(); in AssembleMove()
1918 int dst_code = LocationOperand::cast(destination)->register_code(); in AssembleMove()
1972 MachineRepresentation rep = LocationOperand::cast(source)->representation(); in AssembleSwap()
1988 int src_code = LocationOperand::cast(source)->register_code(); in AssembleSwap()
1990 int dst_code = LocationOperand::cast(destination)->register_code(); in AssembleSwap()
2008 MachineRepresentation rep = LocationOperand::cast(source)->representation(); in AssembleSwap()