Home | History | Annotate | Download | only in ARM

Lines Matching refs:DPRCSSize

153   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
208 DPRCSSize += 8;
235 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
236 unsigned GPRCS2Offset = DPRCSOffset + DPRCSSize;
246 if (DPRCSSize > 0) {
287 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);