/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 25 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()
|
D | code-generator.cc | 340 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos); in GetPushCompatibleMoves() 505 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
|
D | instruction.h | 929 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function 933 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
|
D | register-allocator.cc | 2169 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/ |
D | lithium-mips.h | 339 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-mips.cc | 925 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 347 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-x64.cc | 868 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 346 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-x87.cc | 1142 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 331 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-s390.cc | 860 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 341 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-arm.cc | 940 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 343 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-ia32.cc | 841 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 342 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-mips64.cc | 914 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 338 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-ppc.cc | 877 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 396 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-arm64.cc | 1304 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|