Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp846 LastPush = MBBI++; in emitPrologue()
850 LastPush = MBBI++; in emitPrologue()
858 LastPush = std::prev(MBBI); in emitPrologue()
864 GPRCS1Push = LastPush = MBBI++; in emitPrologue()
901 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
902 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue()
909 if (LastPush != MBB.end() && in emitPrologue()
925 LastPush = MBBI++; in emitPrologue()
941 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
942 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue()
[all …]