Home | History | Annotate | Download | only in ARM

Lines Matching refs:DPRCSSize

152   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
207 DPRCSSize += 8;
234 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
235 unsigned GPRCS2Offset = DPRCSOffset + DPRCSSize;
245 if (DPRCSSize > 0) {
286 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);