Searched refs:parallel_moves (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dmove-optimizer.cc118 ParallelMove* moves = instr->parallel_moves()[i];
170 ParallelMove* moves = instruction->parallel_moves()[0];
173 DCHECK(instruction->parallel_moves()[1] == nullptr ||
174 instruction->parallel_moves()[1]->empty());
215 ParallelMove* from_moves = from->parallel_moves()[0];
331 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION],
332 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]);
335 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION],
336 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]);
342 instruction->parallel_moves()[Instructio
528 ParallelMove* parallel_moves = instr->parallel_moves()[0]; local
[all...]
H A Dinstruction.cc520 if (instr.parallel_moves()[i] != nullptr) {
522 instr.parallel_moves()[i]};
H A Dinstruction.h942 ParallelMove* const* parallel_moves() const { return &parallel_moves_[0]; }
943 ParallelMove** parallel_moves() { return &parallel_moves_[0]; }

Completed in 113 milliseconds