Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp247 MachineBasicBlock::iterator FRPush, GPRCS1Push, GPRCS2Push; in emitPrologue() local
258 GPRCS1Push = MBBI; in emitPrologue()
302 tryFoldSPUpdateIntoPushPop(STI, MF, &*(GPRCS1Push), NumBytes)) { in emitPrologue()
312 HasFrameRecordArea ? std::next(FRPush) : std::next(GPRCS1Push); in emitPrologue()
352 MachineBasicBlock::iterator Pos = std::next(GPRCS1Push); in emitPrologue()
H A DARMFrameLowering.cpp869 MachineBasicBlock::iterator LastPush = MBB.end(), GPRCS1Push, GPRCS2Push; in emitPrologue() local
891 GPRCS1Push = LastPush = MBBI++; in emitPrologue()
1075 AfterPush = std::next(GPRCS1Push); in emitPrologue()
1076 unsigned PushSize = sizeOfSPAdjustment(*GPRCS1Push); in emitPrologue()
1122 MachineBasicBlock::iterator Pos = std::next(GPRCS1Push); in emitPrologue()