Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp247 MachineBasicBlock::iterator FRPush, GPRCS1Push, GPRCS2Push; in emitPrologue() local
272 GPRCS2Push = MBBI; in emitPrologue()
393 MachineBasicBlock::iterator Pos = std::next(GPRCS2Push); in emitPrologue()
H A DARMFrameLowering.cpp842 MachineBasicBlock::iterator LastPush = MBB.end(), GPRCS1Push, GPRCS2Push; in emitPrologue() local
901 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
941 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
1052 AfterPush = std::next(GPRCS2Push); in emitPrologue()
1129 MachineBasicBlock::iterator Pos = std::next(GPRCS2Push); in emitPrologue()