Lines Matching refs:univ
363 const RRegUniverse* univ, in doRegisterAllocation() argument
477 (*ppReg)(univ->regs[z]); \ in doRegisterAllocation()
508 n_rregs = univ->allocable; in doRegisterAllocation()
596 ppHRegUsage(univ, ®_usage_arr[ii]); in doRegisterAllocation()
715 (*ppReg)(univ->regs[j]); in doRegisterAllocation()
728 (*ppReg)(univ->regs[j]); in doRegisterAllocation()
745 rreg_lrs_la[rreg_lrs_used].rreg = univ->regs[j]; in doRegisterAllocation()
782 rreg_lrs_la[rreg_lrs_used].rreg = univ->regs[j]; in doRegisterAllocation()
809 ppReg(univ->regs[j]); in doRegisterAllocation()
1063 vassert(hregClass(univ->regs[j]) in doRegisterAllocation()
1167 (*ppReg)(univ->regs[j]); in doRegisterAllocation()
1227 (*genSpill)( &spill1, &spill2, univ->regs[k], in doRegisterAllocation()
1351 addToHRegRemap(&remap, vreg, univ->regs[n]); in doRegisterAllocation()
1370 || hregClass(univ->regs[k]) != hregClass(vreg)) in doRegisterAllocation()
1391 addToHRegRemap(&remap, vreg, univ->regs[k]); in doRegisterAllocation()
1402 (*genReload)( &reload1, &reload2, univ->regs[k], in doRegisterAllocation()
1437 if (hregClass(univ->regs[k]) != hregClass(vreg)) in doRegisterAllocation()
1472 vassert(hregClass(univ->regs[spillee]) == hregClass(vreg)); in doRegisterAllocation()
1487 (*genSpill)( &spill1, &spill2, univ->regs[spillee], in doRegisterAllocation()
1513 (*genReload)( &reload1, &reload2, univ->regs[spillee], in doRegisterAllocation()
1533 addToHRegRemap(&remap, vreg, univ->regs[spillee]); in doRegisterAllocation()