Searched refs:GapPosition (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 17 Instruction::GapPosition pos = Instruction::START) { in AddMove() 225 ctant_def->GetParallelMove(Instruction::GapPosition::START); in TEST_F() 227 ctant_def->GetParallelMove(Instruction::GapPosition::END); in TEST_F() 229 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 | move-optimizer.cc | 53 for (int i = Instruction::GapPosition::FIRST_GAP_POSITION; in GapsCanMoveOver() 54 i <= Instruction::GapPosition::LAST_GAP_POSITION; ++i) { in GapsCanMoveOver() 269 static_cast<Instruction::GapPosition>(0), code_zone()); in OptimizeMerge() 342 static_cast<Instruction::GapPosition>(1), code_zone()); in FinalizeMoves()
|
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() 371 auto inner_pos = static_cast<Instruction::GapPosition>(i); in RunGaps()
|
D | instruction.h | 787 enum GapPosition { enum 794 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) { in GetOrCreateParallelMove() 801 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() 805 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove()
|
D | code-generator.cc | 351 Instruction::GapPosition inner_pos = in AssembleGaps() 352 static_cast<Instruction::GapPosition>(i); in AssembleGaps()
|
D | register-allocator.cc | 1313 int index, Instruction::GapPosition position, in AddGapMove() 2002 const Instruction::GapPosition kPositions[] = {Instruction::END, in ProcessInstructions() 2006 for (const Instruction::GapPosition& position : kPositions) { in ProcessInstructions() 3405 Instruction::GapPosition position; in ResolveControlFlow() 3443 Instruction::GapPosition gap_pos; in ConnectRanges()
|
D | register-allocator.h | 803 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
|