Home | History | Annotate | Download | only in XCore

Lines Matching refs:ArgRegs

1363     static const MCPhysReg ArgRegs[] = {
1367 unsigned FirstVAReg = CCInfo.getFirstUnallocated(ArgRegs,
1368 array_lengthof(ArgRegs));
1369 if (FirstVAReg < array_lengthof(ArgRegs)) {
1373 for (int i = array_lengthof(ArgRegs) - 1; i >= (int)FirstVAReg; --i) {
1383 RegInfo.addLiveIn(ArgRegs[i], VReg);