Home
last modified time | relevance | path

Searched refs:GetParallelMove (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator-verifier.cc26 CHECK_NULL(instr->GetParallelMove(inner_pos)); in VerifyEmptyGaps()
35 const ParallelMove* moves = instr->GetParallelMove(inner_pos); in VerifyAllocatedGaps()
277 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves()
280 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
Dcode-generator.cc506 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos); in GetPushCompatibleMoves()
772 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
Dinstruction.h935 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function
939 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
Dregister-allocator.cc2179 ParallelMove* move = instr->GetParallelMove(position); in ProcessInstructions()
2282 *predecessor_instr->GetParallelMove(Instruction::END)) { in ProcessPhis()
2323 auto moves = predecessor_instr->GetParallelMove(Instruction::START); in ProcessPhis()