• Home
  • Raw
  • Download

Lines Matching refs:parallelcopies

551                     std::vector<std::pair<Operand, Definition>>& parallelcopies,  in update_renames()  argument
555 for (std::pair<Operand, Definition>& copy : parallelcopies) { in update_renames()
561 for (std::pair<Operand, Definition>& other : parallelcopies) { in update_renames()
583 for (std::pair<Operand, Definition>& pc : parallelcopies) { in update_renames()
767 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_regs_for_copies() argument
833 parallelcopies.emplace_back(pc_op, pc_def); in get_regs_for_copies()
915 …if (!get_regs_for_copies(ctx, reg_file, parallelcopies, new_vars, lb, ub, instr, def_reg_lo, def_r… in get_regs_for_copies()
925 parallelcopies.emplace_back(pc_op, pc_def); in get_regs_for_copies()
934 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_reg_impl() argument
1106 parallelcopies.insert(parallelcopies.end(), pc.begin(), pc.end()); in get_reg_impl()
1111 …update_renames(ctx, reg_file, parallelcopies, instr, instr->opcode != aco_opcode::p_create_vector); in get_reg_impl()
1134 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_reg_specified() argument
1188 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_reg() argument
1200 if (get_reg_specified(ctx, reg_file, temp.regClass(), parallelcopies, instr, reg)) in get_reg()
1210 if (get_reg_specified(ctx, reg_file, temp.regClass(), parallelcopies, instr, reg)) in get_reg()
1231 if (get_reg_specified(ctx, reg_file, temp.regClass(), parallelcopies, instr, reg)) in get_reg()
1243 if (get_reg_specified(ctx, reg_file, temp.regClass(), parallelcopies, instr, reg)) in get_reg()
1257 res = get_reg_impl(ctx, reg_file, parallelcopies, info, instr); in get_reg()
1272 return get_reg(ctx, reg_file, temp, parallelcopies, instr, operand_index); in get_reg()
1275 return get_reg(ctx, reg_file, temp, parallelcopies, instr, operand_index); in get_reg()
1287 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_reg_create_vector() argument
1385 return get_reg(ctx, reg_file, temp, parallelcopies, instr); in get_reg_create_vector()
1416 …success = get_regs_for_copies(ctx, reg_file, parallelcopies, vars, lb, ub, instr, best_pos, best_p… in get_reg_create_vector()
1419 update_renames(ctx, reg_file, parallelcopies, instr, false); in get_reg_create_vector()