Home | History | Annotate | Download | only in ARM

Lines Matching refs:NumGPRs

2729   unsigned NumGPRs;
2733 NumGPRs = REnd - RBegin;
2739 NumGPRs = (firstUnalloced <= 3) ? (4 - firstUnalloced) : 0;
2743 ArgRegsSize = NumGPRs * 4;
2746 if (NumGPRs && Align > 4 &&