Searched refs:hregno (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ira-color.cc | 1864 HARD_REG_SET soft_conflict_regs, int hregno) in spill_soft_conflicts() argument 1866 auto nregs = hard_regno_nregs (hregno, ALLOCNO_MODE (a)); in spill_soft_conflicts() 1894 if (ira_hard_reg_set_intersection_p (hregno, ALLOCNO_MODE (a), in spill_soft_conflicts() 1908 if (hregno + nregs > conflict_hregno in spill_soft_conflicts() 1909 && conflict_hregno + conflict_nregs > hregno) in spill_soft_conflicts() 3144 int j, k, n, hregno, conflict_hregno, base_cost, class_size, word, nwords; in improve_allocation() local 3176 if ((hregno = ALLOCNO_HARD_REGNO (a)) < 0) in improve_allocation() 3184 base_cost = (allocno_costs[ira_class_hard_reg_index[aclass][hregno]] in improve_allocation() 3185 - allocno_copy_cost_saving (a, hregno)); in improve_allocation() 3195 hregno = ira_class_hard_regs[aclass][j]; in improve_allocation() [all …]
|