Lines Matching refs:hregIndex
607 Int k = hregIndex(vreg); in doRegisterAllocation()
801 UInt ix = hregIndex(rreg); in doRegisterAllocation()
1028 vassert(rreg_state[hregIndex(reg)].disp == Unavail); in doRegisterAllocation()
1046 if (hregIndex(reg) == j in doRegisterAllocation()
1076 Int k = hregIndex(rreg_state[j].vreg); in doRegisterAllocation()
1086 vassert(hregIndex(rreg_state[k].vreg) == j); in doRegisterAllocation()
1108 Int k = hregIndex(vregS); in doRegisterAllocation()
1109 Int m = hregIndex(vregD); in doRegisterAllocation()
1133 vassert(IS_VALID_VREGNO(hregIndex(vregD))); in doRegisterAllocation()
1134 vassert(IS_VALID_VREGNO(hregIndex(vregS))); in doRegisterAllocation()
1135 vreg_state[hregIndex(vregD)] = toShort(n); in doRegisterAllocation()
1136 vreg_state[hregIndex(vregS)] = INVALID_RREG_NO; in doRegisterAllocation()
1157 UInt vregno = hregIndex(rreg_state[j].vreg); in doRegisterAllocation()
1162 Int m = hregIndex(rreg_state[j].vreg); in doRegisterAllocation()
1211 Int k = hregIndex(rreg_lrs_la[rreg_lrs_la_next].rreg); in doRegisterAllocation()
1216 Int m = hregIndex(rreg_state[k].vreg); in doRegisterAllocation()
1288 Int m = hregIndex(vreg); in doRegisterAllocation()
1346 Int m = hregIndex(vreg); in doRegisterAllocation()
1388 Int p = hregIndex(vreg); in doRegisterAllocation()
1477 m = hregIndex(rreg_state[spillee].vreg); in doRegisterAllocation()
1503 m = hregIndex(vreg); in doRegisterAllocation()
1574 Int k = hregIndex(reg); in doRegisterAllocation()