Home
last modified time | relevance | path

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

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