Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.cc25 CHECK(instr->GetParallelMove(inner_pos) == nullptr); in VerifyEmptyGaps()
35 const ParallelMove* moves = instr->GetParallelMove(inner_pos); in VerifyAllocatedGaps()
266 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves()
269 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
Dcode-generator.cc340 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos); in GetPushCompatibleMoves()
505 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
Dinstruction.h929 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function
933 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
Dregister-allocator.cc2169 ParallelMove* move = instr->GetParallelMove(position); in ProcessInstructions()
2272 *predecessor_instr->GetParallelMove(Instruction::END)) { in ProcessPhis()
2313 auto moves = predecessor_instr->GetParallelMove(Instruction::START); in ProcessPhis()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h339 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-mips.cc925 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h347 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-x64.cc868 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h346 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-x87.cc1142 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h331 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-s390.cc860 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h341 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-arm.cc940 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h343 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-ia32.cc841 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h342 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-mips64.cc914 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h338 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-ppc.cc877 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h396 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
Dlithium-codegen-arm64.cc1304 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()