Lines Matching refs:parallelcopies
767 std::vector<std::pair<Operand, Definition>>& parallelcopies,
771 for (std::pair<Operand, Definition>& copy : parallelcopies) {
779 auto it = parallelcopies.begin();
780 while (it != parallelcopies.end()) {
794 it = parallelcopies.erase(it);
803 for (std::pair<Operand, Definition>& other : parallelcopies) {
809 it = parallelcopies.erase(it);
842 for (std::pair<Operand, Definition>& pc : parallelcopies) {
1041 std::vector<std::pair<Operand, Definition>>& parallelcopies,
1078 parallelcopies.emplace_back(instr->operands[i], pc_def);
1090 std::vector<std::pair<Operand, Definition>>& parallelcopies,
1106 get_reg_for_create_vector_copy(ctx, reg_file, parallelcopies, instr, def_reg, info, id);
1140 parallelcopies.emplace_back(pc_op, pc_def);
1221 if (!get_regs_for_copies(ctx, reg_file, parallelcopies, new_vars, bounds, instr, def_reg))
1229 parallelcopies.emplace_back(pc_op, pc_def);
1237 std::vector<std::pair<Operand, Definition>>& parallelcopies, const DefInfo& info,
1377 parallelcopies.insert(parallelcopies.end(), pc.begin(), pc.end());
1461 std::vector<std::pair<Operand, Definition>>& parallelcopies, PhysReg start)
1505 parallelcopies.emplace_back(pc_op, pc_def);
1606 std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr,
1657 res = get_reg_impl(ctx, reg_file, parallelcopies, info, instr);
1690 PhysReg space = compact_relocate_vars(ctx, vars, parallelcopies, regs.lo());
1698 compact_relocate_vars(ctx, killed_op_vars, parallelcopies, space);
1707 return compact_relocate_vars(ctx, def_vars, parallelcopies, space);
1710 return get_reg(ctx, reg_file, temp, parallelcopies, instr, operand_index);
1715 std::vector<std::pair<Operand, Definition>>& parallelcopies,
1816 return get_reg(ctx, reg_file, temp, parallelcopies, instr);
1846 return get_reg(ctx, reg_file, temp, parallelcopies, instr);
1848 return get_reg_create_vector(ctx, reg_file, temp, parallelcopies, instr);
1851 parallelcopies.insert(parallelcopies.end(), pc.begin(), pc.end());
2432 /* try to coalesce phi affinities with parallelcopies */
2709 /* parallelcopies from p_phi are inserted here which means