Searched refs:RemainingAdj (Results 1 – 1 of 1) sorted by relevance
125 int &RemainingAdj) { in IfNeededLDAWSP() argument126 while (OffsetFromTop < RemainingAdj - MaxImmU16) { in IfNeededLDAWSP()127 assert(RemainingAdj && "OffsetFromTop is beyond FrameSize"); in IfNeededLDAWSP()128 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP()131 RemainingAdj -= OpImm; in IfNeededLDAWSP()192 DebugLoc dl, const TargetInstrInfo &TII, int &RemainingAdj, in RestoreSpillList() argument198 IfNeededLDAWSP(MBB, MBBI, dl, TII, OffsetFromTop, RemainingAdj); in RestoreSpillList()199 int Offset = RemainingAdj - OffsetFromTop; in RestoreSpillList()353 int RemainingAdj = MFI->getStackSize(); in emitEpilogue() local354 assert(RemainingAdj%4 == 0 && "Misaligned frame size"); in emitEpilogue()[all …]