Home | History | Annotate | Download | only in ARM

Lines Matching refs:DPRCSSize

380   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
444 DPRCSSize += 8;
458 unsigned DPRAlign = DPRCSSize ? std::min(8U, Align) : 4U;
460 unsigned DPRCSOffset = GPRCS2Offset - DPRGapSize - DPRCSSize;
495 if (DPRCSSize > 0) {
675 if (DPRCSSize > 0) {
708 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);