Searched refs:GapPosition (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 24 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() 277 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves() 280 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
|
D | move-optimizer.cc | 287 to->GetOrCreateParallelMove(Instruction::GapPosition::START, code_zone()); in MigrateMoves() 477 static_cast<Instruction::GapPosition>(0), code_zone()); in OptimizeMerge() 553 static_cast<Instruction::GapPosition>(1), code_zone()); in FinalizeMoves()
|
D | code-generator.cc | 504 Instruction::GapPosition inner_pos = in GetPushCompatibleMoves() 505 static_cast<Instruction::GapPosition>(i); in GetPushCompatibleMoves() 770 Instruction::GapPosition inner_pos = in AssembleGaps() 771 static_cast<Instruction::GapPosition>(i); in AssembleGaps()
|
D | instruction.h | 921 enum GapPosition { enum 928 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) { in GetOrCreateParallelMove() 935 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() 939 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove()
|
D | register-allocator.cc | 1394 int index, Instruction::GapPosition position, in AddGapMove() 2174 const Instruction::GapPosition kPositions[] = {Instruction::END, in ProcessInstructions() 2178 for (const Instruction::GapPosition& position : kPositions) { in ProcessInstructions() 3820 Instruction::GapPosition position; in ResolveControlFlow() 3860 Instruction::GapPosition gap_pos; in ConnectRanges() 3995 Instruction::GapPosition::START, pred_op, in CommitSpillsInDeferredBlocks()
|
D | register-allocator.h | 812 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
|