Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.cc26 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()
Dcode-generator.cc579 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos); in GetPushCompatibleMoves()
860 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
Dinstruction.h1005 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function
1009 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
Dregister-allocator.cc865 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()
Dmid-tier-register-allocator.cc3125 ParallelMove* moves = instr->GetParallelMove(Instruction::END); in AllocateRegisters()