Home | History | Annotate | Download | only in ARM

Lines Matching refs:GPRCS1Size

139   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
166 GPRCS1Size += 4;
179 GPRCS1Size += 4;
189 if (GPRCS1Size > 0) MBBI++;
210 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
250 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);