Searched refs:GetParallelMove (Results 1 – 5 of 5) sorted by relevance
26 CHECK_NULL(instr->GetParallelMove(inner_pos)); in VerifyEmptyGaps()35 const ParallelMove* moves = instr->GetParallelMove(inner_pos); in VerifyAllocatedGaps()282 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves()285 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
579 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos); in GetPushCompatibleMoves()860 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
1005 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function1009 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
865 ParallelMove* move = instr->GetParallelMove(Instruction::START); in FilterSpillMoves()2279 ParallelMove* move = instr->GetParallelMove(position); in ProcessInstructions()2392 *predecessor_instr->GetParallelMove(Instruction::END)) { in ProcessPhis()2433 auto moves = predecessor_instr->GetParallelMove(Instruction::START); in ProcessPhis()
3125 ParallelMove* moves = instr->GetParallelMove(Instruction::END); in AllocateRegisters()