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

  /external/v8/src/compiler/
move-optimizer.cc 63 ParallelMove* moves = instr->parallel_moves()[i];
115 ParallelMove* moves = instruction->parallel_moves()[0];
118 DCHECK(instruction->parallel_moves()[1] == nullptr ||
119 instruction->parallel_moves()[1]->empty());
160 ParallelMove* from_moves = from->parallel_moves()[0];
277 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION],
278 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]);
281 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION],
282 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]);
288 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]
475 ParallelMove* parallel_moves = instr->parallel_moves()[0]; local
    [all...]
instruction.cc 466 if (instr.parallel_moves()[i] != nullptr) {
468 instr.parallel_moves()[i]};
    [all...]
instruction.h 911 ParallelMove* const* parallel_moves() const { return &parallel_moves_[0]; }
912 ParallelMove** parallel_moves() { return &parallel_moves_[0]; }
    [all...]
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 100 CHECK_EQ(0, NonRedundantSize(first_instr->parallel_moves()[0]));
101 auto move = last_instr->parallel_moves()[0];
122 CHECK_EQ(0, NonRedundantSize(first_instr->parallel_moves()[0]));
123 auto move = last_instr->parallel_moves()[0];
141 auto move = gap->parallel_moves()[0];
145 move = gap->parallel_moves()[1];
172 auto move = last->parallel_moves()[0];
203 auto move = last->parallel_moves()[0];
271 ParallelMove* last_move = last->parallel_moves()[0];
275 ParallelMove* b1_move = last_move_b1->parallel_moves()[0]
    [all...]

Completed in 202 milliseconds