Searched refs:emitSPAdjustment (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.cpp | 226 void VEFrameLowering::emitSPAdjustment(MachineFunction &MF, in emitSPAdjustment() function in VEFrameLowering 363 emitSPAdjustment(MF, MBB, MBBI, -(int64_t)NumBytes, RuntimeAlign); in emitPrologue() 387 emitSPAdjustment(MF, MBB, I, Size); in eliminateCallFramePseudoInstr() 411 emitSPAdjustment(MF, MBB, MBBI, NumBytes, std::nullopt); in emitEpilogue()
|
H A D | VEFrameLowering.h | 77 void emitSPAdjustment(MachineFunction &MF, MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.cpp | 40 void SparcFrameLowering::emitSPAdjustment(MachineFunction &MF, in emitSPAdjustment() function in SparcFrameLowering 149 emitSPAdjustment(MF, MBB, MBBI, -NumBytes, SAVErr, SAVEri); in emitPrologue() 208 emitSPAdjustment(MF, MBB, I, Size, SP::ADDrr, SP::ADDri); in eliminateCallFramePseudoInstr() 233 emitSPAdjustment(MF, MBB, MBBI, NumBytes, SP::ADDrr, SP::ADDri); in emitEpilogue()
|
H A D | SparcFrameLowering.h | 59 void emitSPAdjustment(MachineFunction &MF,
|