Home | History | Annotate | Download | only in ARM

Lines Matching refs:DPRGapSize

459   unsigned DPRGapSize = (GPRCS1Size + GPRCS2Size + ArgRegsSaveSize) % DPRAlign;
460 unsigned DPRCSOffset = GPRCS2Offset - DPRGapSize - DPRCSSize;
482 if (DPRGapSize) {
483 assert(DPRGapSize == 4 && "unexpected alignment requirements for DPRs");
485 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize))
486 DefCFAOffsetCandidates.addExtraBytes(LastPush, DPRGapSize);
488 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -DPRGapSize,
490 DefCFAOffsetCandidates.addInst(std::prev(MBBI), DPRGapSize);
707 AFI->setDPRCalleeSavedGapSize(DPRGapSize);