Searched refs:vregD (Results 1 – 1 of 1) sorted by relevance
1102 HReg vregD = INVALID_HREG; in doRegisterAllocation() local1103 if ( (*isMove)( instrs_in->arr[ii], &vregS, &vregD ) ) { in doRegisterAllocation()1105 if (!hregIsVirtual(vregD)) goto cannot_coalesce; in doRegisterAllocation()1107 vassert(hregClass(vregS) == hregClass(vregD)); in doRegisterAllocation()1109 Int m = hregIndex(vregD); in doRegisterAllocation()1118 (*ppReg)(vregD); in doRegisterAllocation()1132 rreg_state[n].vreg = vregD; in doRegisterAllocation()1133 vassert(IS_VALID_VREGNO(hregIndex(vregD))); in doRegisterAllocation()1135 vreg_state[hregIndex(vregD)] = toShort(n); in doRegisterAllocation()