Searched refs:RemainingAdj (Results 1 – 1 of 1) sorted by relevance
124 int &RemainingAdj) { in IfNeededLDAWSP() argument125 while (OffsetFromTop < RemainingAdj - MaxImmU16) { in IfNeededLDAWSP()126 assert(RemainingAdj && "OffsetFromTop is beyond FrameSize"); in IfNeededLDAWSP()127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP()130 RemainingAdj -= OpImm; in IfNeededLDAWSP()193 int &RemainingAdj, in RestoreSpillList() argument199 IfNeededLDAWSP(MBB, MBBI, dl, TII, OffsetFromTop, RemainingAdj); in RestoreSpillList()200 int Offset = RemainingAdj - OffsetFromTop; in RestoreSpillList()353 int RemainingAdj = MFI.getStackSize(); in emitEpilogue() local354 assert(RemainingAdj%4 == 0 && "Misaligned frame size"); in emitEpilogue()[all …]