HomeSort by relevance Sort by last modified time
    Searched refs:parallel_moves (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
move-optimizer.cc 118 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()[Instruction::FIRST_GAP_POSITION]
528 ParallelMove* parallel_moves = instr->parallel_moves()[0]; local
    [all...]
instruction.cc 520 if (instr.parallel_moves()[i] != nullptr) {
522 instr.parallel_moves()[i]};
    [all...]
instruction.h 942 ParallelMove* const* parallel_moves() const { return &parallel_moves_[0]; }
943 ParallelMove** parallel_moves() { return &parallel_moves_[0]; }
    [all...]

Completed in 211 milliseconds