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.cc18 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()
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/
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()
265 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves()
268 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
Dmove-optimizer.cc232 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()
Dinstruction.h887 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()
Dcode-generator.cc424 Instruction::GapPosition inner_pos = in AssembleGaps()
425 static_cast<Instruction::GapPosition>(i); in AssembleGaps()
Dregister-allocator.cc1394 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()
Dregister-allocator.h807 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,