/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 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()
|
D | register-allocator-unittest.cc | 53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount() 64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
|
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 25 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()
|
D | instruction.h | 801 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function 805 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
|
D | code-generator.cc | 353 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
|
D | register-allocator.cc | 2007 ParallelMove* move = instr->GetParallelMove(position); in ProcessInstructions() 2079 for (MoveOperands* move : *instr->GetParallelMove(Instruction::END)) { in ProcessPhis()
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 260 ParallelMove* move = instr->GetParallelMove(TestInstr::START); in TEST()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 343 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-ppc.cc | 886 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 348 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-ia32.cc | 970 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 345 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-mips.cc | 933 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 352 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-x64.cc | 900 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 353 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-x87.cc | 1271 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 348 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-mips64.cc | 922 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 348 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-arm.cc | 966 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 403 LParallelMove* GetParallelMove(InnerPosition pos) { in GetParallelMove() function
|
D | lithium-codegen-arm64.cc | 1355 LParallelMove* move = gap->GetParallelMove(inner_pos); in DoGap()
|