Home | History | Annotate | Download | only in ARM

Lines Matching refs:DPRCSSize

317   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
381 DPRCSSize += 8;
395 unsigned DPRAlign = DPRCSSize ? std::min(8U, Align) : 4U;
397 unsigned DPRCSOffset = GPRCS2Offset - DPRGapSize - DPRCSSize;
429 if (DPRCSSize > 0) {
609 if (DPRCSSize > 0) {
642 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);