Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmove-optimizer.cc118 ParallelMove* moves = instr->parallel_moves()[i]; in FindFirstNonEmptySlot()
170 ParallelMove* moves = instruction->parallel_moves()[0]; in RemoveClobberedDestinations()
173 DCHECK(instruction->parallel_moves()[1] == nullptr || in RemoveClobberedDestinations()
174 instruction->parallel_moves()[1]->empty()); in RemoveClobberedDestinations()
215 ParallelMove* from_moves = from->parallel_moves()[0]; in MigrateMoves()
331 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
332 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
335 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
336 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
342 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()
[all …]
Dinstruction.cc507 if (instr.parallel_moves()[i] != nullptr) { in operator <<()
509 instr.parallel_moves()[i]}; in operator <<()
Dinstruction.h939 ParallelMove* const* parallel_moves() const { return &parallel_moves_[0]; } in parallel_moves() function
940 ParallelMove** parallel_moves() { return &parallel_moves_[0]; } in parallel_moves() function