Lines Matching refs:GPRCS1Size
317 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
374 GPRCS1Size += 4;
387 if (GPRCS1Size > 0) {
389 DefCFAOffsetCandidates.addInst(LastPush, GPRCS1Size, true);
393 unsigned GPRCS1Offset = NumBytes - ArgRegsSaveSize - GPRCS1Size;
396 unsigned DPRGapSize = (GPRCS1Size + GPRCS2Size + ArgRegsSaveSize) % DPRAlign;
550 if (GPRCS1Size > 0) {
639 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);