Searched refs:determineFrameLayout (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h25 void determineFrameLayout(MachineFunction &MF) const;
H A DLanaiFrameLowering.cpp27 void LanaiFrameLowering::determineFrameLayout(MachineFunction &MF) const { function in class:LanaiFrameLowering
105 determineFrameLayout(MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h71 void determineFrameLayout(MachineFunction &MF) const;
H A DRISCVFrameLowering.cpp137 void RISCVFrameLowering::determineFrameLayout(MachineFunction &MF) const { function in class:RISCVFrameLowering
235 determineFrameLayout(MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h95 unsigned determineFrameLayout(const MachineFunction &MF,
H A DPPCFrameLowering.cpp442 unsigned FrameSize = determineFrameLayout(MF, UseEstimate,
449 /// determineFrameLayout - Determine the size of the frame and maximum call
452 PPCFrameLowering::determineFrameLayout(const MachineFunction &MF, function in class:PPCFrameLowering
689 unsigned FrameSize = determineFrameLayout(MF);
2274 unsigned StackSize = determineFrameLayout(MF, true);
H A DPPCRegisterInfo.cpp1277 unsigned StackEst = TFI->determineFrameLayout(MF, true);

Completed in 68 milliseconds