Home
last modified time | relevance | path

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

/freebsd-14.2/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.h52 uint64_t estimateStackSize(const MachineFunction &MF) const;
H A DMipsSEFrameLowering.cpp903 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp27 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
H A DXCoreFrameLowering.cpp540 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h591 uint64_t estimateStackSize(const MachineFunction &MF) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp454 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
960 if (MFFrame.estimateStackSize(MF) > 0) in isXPLeafCandidate()
1464 uint64_t StackSize = MFFrame.estimateStackSize(MF); in processFunctionBeforeFrameFinalized()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp160 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp437 bool BigFrame = (MFI.estimateStackSize(MF) + CSStackSize >= Limit); in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2303 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()
2320 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()
2433 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1216 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1730 uint64_t EstStackSize = MFI.estimateStackSize(MF); in allocateScavengingFrameIndexesNearIncomingSP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp305 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2647 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
H A DHexagonISelDAGToDAG.cpp1636 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3334 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()