Home
last modified time | relevance | path

Searched refs:estimateStackSize (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
H A DMipsFrameLowering.h49 uint64_t estimateStackSize(const MachineFunction &MF) const;
H A DMipsSEFrameLowering.cpp902 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
H A DXCoreFrameLowering.cpp538 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h557 uint64_t estimateStackSize(const MachineFunction &MF) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1836 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()
1853 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()
1962 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp328 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp893 if (!isInt<11>(MFI.estimateStackSize(MF)) || hasRVVSpillWithFIs(MF, TII)) { in processFunctionBeforeFrameFinalized()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1584 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
H A DHexagonFrameLowering.cpp2693 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp304 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2821 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()