Home
last modified time | relevance | path

Searched refs:asMove (Results 1 – 5 of 5) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
DRegisterMoveSchedulerTest.java29 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 …]
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DMoveEliminator.java22 Move move = instruction.asMove(); in shouldBeEliminated()
54 activeMoves.add(instruction.asMove()); in shouldBeEliminated()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DMove.java79 public Move asMove() { in asMove() method in Move
DInstruction.java526 public Move asMove() { in asMove() method in Instruction
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java749 if (instruction.isMove() && instruction.asMove().dest().isLinked()) { in allocateArgumentIntervalsWithSrc()
750 Move move = instruction.asMove(); in allocateArgumentIntervalsWithSrc()
830 Move move = value.definition.asMove(); in allocateLinkedIntervals()