Home | History | Annotate | Download | only in ARM

Lines Matching refs:DPRCSSize

315   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
379 DPRCSSize += 8;
393 unsigned DPRAlign = DPRCSSize ? std::min(8U, Align) : 4U;
395 unsigned DPRCSOffset = GPRCS2Offset - DPRGapSize - DPRCSSize;
427 if (DPRCSSize > 0) {
607 if (DPRCSSize > 0) {
640 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);