Searched refs:emitSPAdjustment (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 40 void SparcFrameLowering::emitSPAdjustment(MachineFunction &MF, in emitSPAdjustment() function in SparcFrameLowering 136 emitSPAdjustment(MF, MBB, MBBI, -NumBytes, SAVErr, SAVEri); in emitPrologue() 156 emitSPAdjustment(MF, MBB, I, Size, SP::ADDrr, SP::ADDri); in eliminateCallFramePseudoInstr() 181 emitSPAdjustment(MF, MBB, MBBI, NumBytes, SP::ADDrr, SP::ADDri); in emitEpilogue()
|
| H A D | SparcFrameLowering.h | 61 void emitSPAdjustment(MachineFunction &MF,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.cpp | 223 void VEFrameLowering::emitSPAdjustment(MachineFunction &MF, in emitSPAdjustment() function in VEFrameLowering 360 emitSPAdjustment(MF, MBB, MBBI, -(int64_t)NumBytes, RuntimeAlign); in emitPrologue() 384 emitSPAdjustment(MF, MBB, I, Size); in eliminateCallFramePseudoInstr() 408 emitSPAdjustment(MF, MBB, MBBI, NumBytes, std::nullopt); in emitEpilogue()
|
| H A D | VEFrameLowering.h | 78 void emitSPAdjustment(MachineFunction &MF, MachineBasicBlock &MBB,
|