Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp872 LastPush = MBBI++; in emitPrologue()
876 LastPush = MBBI++; in emitPrologue()
884 LastPush = std::prev(MBBI); in emitPrologue()
890 GPRCS1Push = LastPush = MBBI++; in emitPrologue()
927 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
928 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue()
935 if (LastPush != MBB.end() && in emitPrologue()
951 LastPush = MBBI++; in emitPrologue()
967 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
968 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue()
[all …]