Searched refs:parallel_moves (Results 1 – 3 of 3) sorted by relevance
118 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 …]
507 if (instr.parallel_moves()[i] != nullptr) { in operator <<()509 instr.parallel_moves()[i]}; in operator <<()
939 ParallelMove* const* parallel_moves() const { return ¶llel_moves_[0]; } in parallel_moves() function940 ParallelMove** parallel_moves() { return ¶llel_moves_[0]; } in parallel_moves() function