Searched refs:LastPush (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 450 GPRCS1Push = LastPush = MBBI++; in emitPrologue() 451 DefCFAOffsetCandidates.addInst(LastPush, GPRCS1Size, true); in emitPrologue() 475 GPRCS2Push = LastPush = MBBI++; in emitPrologue() 476 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue() 483 if (LastPush != MBB.end() && in emitPrologue() 484 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue() 485 DefCFAOffsetCandidates.addExtraBytes(LastPush, DPRGapSize); in emitPrologue() 499 LastPush = MBBI++; in emitPrologue() 564 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes)) in emitPrologue() 565 DefCFAOffsetCandidates.addExtraBytes(LastPush, NumBytes); in emitPrologue() [all …]
|