Searched refs:GapPosition (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 18 Instruction::GapPosition pos = Instruction::START) { in AddMove() 224 ctant_def->GetParallelMove(Instruction::GapPosition::START); in TEST_F() 226 ctant_def->GetParallelMove(Instruction::GapPosition::END); in TEST_F() 228 last->GetParallelMove(Instruction::GapPosition::START); in TEST_F()
|
D | register-allocator-unittest.cc | 50 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos, in GetParallelMoveCount() 59 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos, in IsParallelMovePresent()
|
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 23 Instruction::GapPosition inner_pos = in VerifyEmptyGaps() 24 static_cast<Instruction::GapPosition>(i); in VerifyEmptyGaps() 33 Instruction::GapPosition inner_pos = in VerifyAllocatedGaps() 34 static_cast<Instruction::GapPosition>(i); in VerifyAllocatedGaps() 265 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves() 268 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
|
D | move-optimizer.cc | 232 to->GetOrCreateParallelMove(Instruction::GapPosition::START, code_zone()); in MigrateMoves() 424 static_cast<Instruction::GapPosition>(0), code_zone()); in OptimizeMerge() 500 static_cast<Instruction::GapPosition>(1), code_zone()); in FinalizeMoves()
|
D | instruction.h | 887 enum GapPosition { enum 894 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) { in GetOrCreateParallelMove() 901 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() 905 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove()
|
D | code-generator.cc | 424 Instruction::GapPosition inner_pos = in AssembleGaps() 425 static_cast<Instruction::GapPosition>(i); in AssembleGaps()
|
D | register-allocator.cc | 1394 int index, Instruction::GapPosition position, in AddGapMove() 2131 const Instruction::GapPosition kPositions[] = {Instruction::END, in ProcessInstructions() 2135 for (const Instruction::GapPosition& position : kPositions) { in ProcessInstructions() 3591 Instruction::GapPosition position; in ResolveControlFlow() 3629 Instruction::GapPosition gap_pos; in ConnectRanges() 3765 Instruction::GapPosition::START, pred_op, in CommitSpillsInDeferredBlocks()
|
D | register-allocator.h | 807 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
|