Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp568 LastPush = MBBI++; in emitPrologue()
569 DefCFAOffsetCandidates.addInst(LastPush, FPCXTSaveSize, true); in emitPrologue()
574 GPRCS1Push = LastPush = MBBI++; in emitPrologue()
575 DefCFAOffsetCandidates.addInst(LastPush, GPRCS1Size, true); in emitPrologue()
603 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
604 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue()
611 if (LastPush != MBB.end() && in emitPrologue()
613 DefCFAOffsetCandidates.addExtraBytes(LastPush, DPRGapSize); in emitPrologue()
627 LastPush = MBBI++; in emitPrologue()
693 DefCFAOffsetCandidates.addExtraBytes(LastPush, NumBytes); in emitPrologue()
[all …]