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/
H A 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()
H A Dcode-generator.cc579 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos); in GetPushCompatibleMoves()
860 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
H A Dinstruction.h1005 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function in v8::internal::compiler::final
1009 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function in v8::internal::compiler::final
H A 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()
H A Dmid-tier-register-allocator.cc3125 ParallelMove* moves = instr->GetParallelMove(Instruction::END); in AllocateRegisters()

Completed in 24 milliseconds