Home
last modified time | relevance | path

Searched refs:RemainingAdj (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp125 int &RemainingAdj) { in IfNeededLDAWSP() argument
126 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() argument
198 IfNeededLDAWSP(MBB, MBBI, dl, TII, OffsetFromTop, RemainingAdj); in RestoreSpillList()
199 int Offset = RemainingAdj - OffsetFromTop; in RestoreSpillList()
353 int RemainingAdj = MFI->getStackSize(); in emitEpilogue() local
354 assert(RemainingAdj%4 == 0 && "Misaligned frame size"); in emitEpilogue()
[all …]