Home
last modified time | relevance | path

Searched refs:GapPosition (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.h49 MoveOperands* AddGapMove(int instr_index, Instruction::GapPosition position,
55 Instruction::GapPosition position);
Dregister-allocator-verifier.cc24 Instruction::GapPosition inner_pos = in VerifyEmptyGaps()
25 static_cast<Instruction::GapPosition>(i); in VerifyEmptyGaps()
33 Instruction::GapPosition inner_pos = in VerifyAllocatedGaps()
34 static_cast<Instruction::GapPosition>(i); in VerifyAllocatedGaps()
282 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves()
285 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
Dmove-optimizer.cc284 to->GetOrCreateParallelMove(Instruction::GapPosition::START, code_zone()); in MigrateMoves()
472 static_cast<Instruction::GapPosition>(0), code_zone()); in OptimizeMerge()
545 static_cast<Instruction::GapPosition>(1), code_zone()); in FinalizeMoves()
Dcode-generator.cc577 Instruction::GapPosition inner_pos = in GetPushCompatibleMoves()
578 static_cast<Instruction::GapPosition>(i); in GetPushCompatibleMoves()
858 Instruction::GapPosition inner_pos = in AssembleGaps()
859 static_cast<Instruction::GapPosition>(i); in AssembleGaps()
Dinstruction.h991 enum GapPosition { enum
998 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) { in GetOrCreateParallelMove()
1005 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove()
1009 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove()
Dspill-placer.cc476 Instruction::GapPosition::START, pred_op, in CommitSpill()
Dregister-allocator.cc1364 int index, Instruction::GapPosition position, in AddGapMove()
2274 const Instruction::GapPosition kPositions[] = {Instruction::END, in ProcessInstructions()
2278 for (const Instruction::GapPosition& position : kPositions) { in ProcessInstructions()
4980 Instruction::GapPosition position; in ResolveControlFlow()
5032 Instruction::GapPosition gap_pos; in ConnectRanges()
5167 Instruction::GapPosition::START, pred_op, in CommitSpillsInDeferredBlocks()
Dregister-allocator.h313 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
Dmid-tier-register-allocator.cc143 int instr_index, Instruction::GapPosition position, in AddGapMove()
151 int instr_index, Instruction::GapPosition position) { in AddPendingOperandGapMove()