Searched refs:parallel_moves (Results 1 – 4 of 4) sorted by relevance
115 ParallelMove* moves = instr->parallel_moves()[i]; in FindFirstNonEmptySlot()167 ParallelMove* moves = instruction->parallel_moves()[0]; in RemoveClobberedDestinations()170 DCHECK(instruction->parallel_moves()[1] == nullptr || in RemoveClobberedDestinations()171 instruction->parallel_moves()[1]->empty()); in RemoveClobberedDestinations()212 ParallelMove* from_moves = from->parallel_moves()[0]; in MigrateMoves()328 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()329 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()332 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()333 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()339 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()[all …]
506 if (instr.parallel_moves()[i] != nullptr) { in operator <<()507 os << *instr.parallel_moves()[i]; in operator <<()
1015 ParallelMove* const* parallel_moves() const { return ¶llel_moves_[0]; } in parallel_moves() function1016 ParallelMove** parallel_moves() { return ¶llel_moves_[0]; } in parallel_moves() function
1236 const ParallelMove* pm = instr->parallel_moves()[i]; in operator <<()