Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp384 MachineBasicBlock::iterator LastPush = MBB.end(), GPRCS1Push, GPRCS2Push; in emitPrologue() local
386 GPRCS1Push = LastPush = MBBI++; in emitPrologue()
387 DefCFAOffsetCandidates.addInst(LastPush, GPRCS1Size, true); in emitPrologue()
409 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
410 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue()
417 if (tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue()
418 DefCFAOffsetCandidates.addExtraBytes(LastPush, DPRGapSize); in emitPrologue()
432 LastPush = MBBI++; in emitPrologue()
495 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes)) in emitPrologue()
496 DefCFAOffsetCandidates.addExtraBytes(LastPush, NumBytes); in emitPrologue()
[all …]