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

/external/v8/src/compiler/
H A Dregister-allocator-verifier.cc27 CHECK(instr->GetParallelMove(inner_pos) == nullptr);
37 const ParallelMove* moves = instr->GetParallelMove(inner_pos);
268 instruction->GetParallelMove(Instruction::GapPosition::START);
271 instruction->GetParallelMove(Instruction::GapPosition::END);
H A Dcode-generator.cc346 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos);
527 ParallelMove* move = instr->GetParallelMove(inner_pos);
H A Dinstruction.h932 ParallelMove* GetParallelMove(GapPosition pos) {
936 const ParallelMove* GetParallelMove(GapPosition pos) const {
H A Dregister-allocator.cc2173 ParallelMove* move = instr->GetParallelMove(position);
2276 *predecessor_instr->GetParallelMove(Instruction::END)) {
2317 auto moves = predecessor_instr->GetParallelMove(Instruction::START);
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h341 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-arm.cc944 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h396 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-arm64.cc1308 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h343 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-ia32.cc845 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h339 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-mips.cc929 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h342 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-mips64.cc918 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h338 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-ppc.cc881 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h330 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-s390.cc865 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h347 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-x64.cc874 LParallelMove* move = gap->GetParallelMove(inner_pos);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h346 LParallelMove* GetParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-codegen-x87.cc1146 LParallelMove* move = gap->GetParallelMove(inner_pos);

Completed in 392 milliseconds