Searched refs:HParallelMove (Results 1 – 10 of 10) sorted by relevance
25 class HParallelMove; variable40 void EmitNativeCode(HParallelMove* parallel_move);79 void BuildInitialMoveList(HParallelMove* parallel_move);
67 static HParallelMove* BuildParallelMove(ArenaAllocator* allocator, in BuildParallelMove()70 HParallelMove* moves = new (allocator) HParallelMove(allocator); in BuildParallelMove()
683 HParallelMove* move = nullptr; in AddInputMoveFor()687 move = new (allocator_) HParallelMove(allocator_); in AddInputMoveFor()707 HParallelMove* move; in InsertParallelMoveAt()715 move = new (allocator_) HParallelMove(allocator_); in InsertParallelMoveAt()730 move = new (allocator_) HParallelMove(allocator_); in InsertParallelMoveAt()748 HParallelMove* move; in InsertParallelMoveAtExitOf()753 move = new (allocator_) HParallelMove(allocator_); in InsertParallelMoveAtExitOf()768 HParallelMove* move = first->AsParallelMove(); in InsertParallelMoveAtEntryOf()772 move = new (allocator_) HParallelMove(allocator_); in InsertParallelMoveAtEntryOf()790 HParallelMove* move = instruction->GetNext()->AsParallelMove(); in InsertMoveAfter()[all …]
23 void ParallelMoveResolver::EmitNativeCode(HParallelMove* parallel_move) { in EmitNativeCode()51 void ParallelMoveResolver::BuildInitialMoveList(HParallelMove* parallel_move) { in BuildInitialMoveList()
30 class HParallelMove; variable
123 void VisitParallelMove(HParallelMove* instruction) { in VisitParallelMove()
1529 class HParallelMove : public HTemplateInstruction<0> {1531 explicit HParallelMove(ArenaAllocator* arena) : moves_(arena, kDefaultNumberOfMoves) {} in HParallelMove() function1548 DISALLOW_COPY_AND_ASSIGN(HParallelMove);
1326 void LocationsBuilderX86_64::VisitParallelMove(HParallelMove* instruction) { in VisitParallelMove()1330 void InstructionCodeGeneratorX86_64::VisitParallelMove(HParallelMove* instruction) { in VisitParallelMove()
1492 void LocationsBuilderARM::VisitParallelMove(HParallelMove* instruction) { in VisitParallelMove()1496 void InstructionCodeGeneratorARM::VisitParallelMove(HParallelMove* instruction) { in VisitParallelMove()
1479 void LocationsBuilderX86::VisitParallelMove(HParallelMove* instruction) { in VisitParallelMove()1483 void InstructionCodeGeneratorX86::VisitParallelMove(HParallelMove* instruction) { in VisitParallelMove()