Searched refs:asMove (Results 1 – 5 of 5) sorted by relevance
29 return list.get(i).asMove(); in get()168 Move tempMove = moves.get(0).asMove(); in testMixedParralelMove()169 Move firstMove = moves.get(1).asMove(); in testMixedParralelMove()170 Move secondMove = moves.get(2).asMove(); in testMixedParralelMove()193 Move tempMove = moves.get(0).asMove(); in testMixedParralelMove2()194 Move firstMove = moves.get(1).asMove(); in testMixedParralelMove2()195 Move secondMove = moves.get(2).asMove(); in testMixedParralelMove2()218 Move firstMove = moves.get(0).asMove(); in testSlideWideMoves()219 Move secondMove = moves.get(1).asMove(); in testSlideWideMoves()237 Move firstMove = moves.get(0).asMove(); in testSlideWideMoves2()[all …]
22 Move move = instruction.asMove(); in shouldBeEliminated()54 activeMoves.add(instruction.asMove()); in shouldBeEliminated()
79 public Move asMove() { in asMove() method in Move
526 public Move asMove() { in asMove() method in Instruction
749 if (instruction.isMove() && instruction.asMove().dest().isLinked()) { in allocateArgumentIntervalsWithSrc()750 Move move = instruction.asMove(); in allocateArgumentIntervalsWithSrc()830 Move move = value.definition.asMove(); in allocateLinkedIntervals()