Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc17 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()
Dregister-allocator-unittest.cc50 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/
Dmove-optimizer.cc53 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()
Dregister-allocator-verifier.cc23 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()
Dinstruction.h787 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()
Dcode-generator.cc351 Instruction::GapPosition inner_pos = in AssembleGaps()
352 static_cast<Instruction::GapPosition>(i); in AssembleGaps()
Dregister-allocator.cc1313 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()
Dregister-allocator.h803 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,