Home | History | Annotate | Download | only in XCore

Lines Matching refs:ArgRegs

1155     static const uint16_t ArgRegs[] = {
1159 unsigned FirstVAReg = CCInfo.getFirstUnallocated(ArgRegs,
1160 array_lengthof(ArgRegs));
1161 if (FirstVAReg < array_lengthof(ArgRegs)) {
1166 for (int i = array_lengthof(ArgRegs) - 1; i >= (int)FirstVAReg; --i) {
1177 RegInfo.addLiveIn(ArgRegs[i], VReg);