Searched refs:GetOrCreateParallelMove (Results 1 - 17 of 17) sorted by relevance

/external/v8/src/compiler/
H A Dmove-optimizer.cc232 to->GetOrCreateParallelMove(Instruction::GapPosition::START, code_zone());
423 ParallelMove* moves = instr->GetOrCreateParallelMove(
499 ParallelMove* slot_1 = instr->GetOrCreateParallelMove(
H A Dregister-allocator.cc879 instr->GetOrCreateParallelMove(Instruction::START, zone);
1397 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone());
3659 code()->InstructionAt(gap_index)->GetOrCreateParallelMove(
H A Dinstruction.h894 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) {
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc733 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
811 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE,
897 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
1065 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())->
1170 gap->GetOrCreateParallelMove(
1182 return gap->GetOrCreateParallelMove(
1186 return GapAt(gap_pos)->GetOrCreateParallelMove(
1287 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
H A Dlithium.cc385 GetGapAt(index)->GetOrCreateParallelMove(
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc258 instr->GetOrCreateParallelMove(TestInstr::START, R.zone())
H A Dtest-jump-threading.cc102 ->GetOrCreateParallelMove(Instruction::START, main_zone())
/external/v8/test/unittests/compiler/
H A Dmove-optimizer-unittest.cc19 auto parallel_move = instr->GetOrCreateParallelMove(pos, zone());
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h342 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h344 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h340 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h343 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h339 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h332 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h347 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, function in class:v8::internal::LGap
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h347 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h397 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap

Completed in 383 milliseconds