Home | History | Annotate | Download | only in ARM

Lines Matching refs:GPRCS1Size

152   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
185 GPRCS1Size += 4;
198 GPRCS1Size += 4;
213 if (GPRCS1Size > 0) MBBI++;
234 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
284 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);