Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp868 MachineBasicBlock::iterator LastPush = MBB.end(), GPRCS1Push, GPRCS2Push; in emitPrologue() local
927 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
967 GPRCS2Push = LastPush = MBBI++; in emitPrologue()
1078 AfterPush = std::next(GPRCS2Push); in emitPrologue()
1155 MachineBasicBlock::iterator Pos = std::next(GPRCS2Push); in emitPrologue()