Searched refs:hregIndex (Results 1 – 3 of 3) sorted by relevance
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()[all …]
69 const UInt regNN = isV ? hregIndex(r) : hregEncoding(r); in ppHReg()110 vassert(hregIndex(reg) == i); in RRegUniverse__check_is_sane()201 UInt ix = hregIndex(reg); in addHRegUse()223 UInt ix = hregIndex(reg); in HRegUsage__contains()
156 static inline UInt hregIndex ( HReg r ) in hregIndex() function