Home
last modified time | relevance | path

Searched refs:GetParallelMove (Results 1 – 23 of 23) sorted by relevance

/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc225 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.cc53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount()
64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
/external/v8/src/compiler/
Dregister-allocator-verifier.cc25 CHECK(instr->GetParallelMove(inner_pos) == nullptr); in VerifyEmptyGaps()
35 auto moves = instr->GetParallelMove(inner_pos); in VerifyAllocatedGaps()
372 auto move = instr->GetParallelMove(inner_pos); in RunGaps()
Dinstruction.h801 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function
805 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
Dcode-generator.cc353 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
Dregister-allocator.cc2007 ParallelMove* move = instr->GetParallelMove(position); in ProcessInstructions()
2079 for (MoveOperands* move : *instr->GetParallelMove(Instruction::END)) { in ProcessPhis()
/external/v8/test/cctest/compiler/
Dtest-instruction.cc260 ParallelMove* move = instr->GetParallelMove(TestInstr::START); in TEST()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h343 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-ppc.cc886 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h348 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-ia32.cc970 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h345 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-mips.cc933 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h352 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-x64.cc900 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h353 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-x87.cc1271 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h348 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-mips64.cc922 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h348 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-arm.cc966 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h403 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-arm64.cc1355 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()