Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h557 uint64_t estimateStackSize(const MachineFunction &MF) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1794 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()
1811 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()
1920 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp328 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp862 if (!isInt<11>(MFI.estimateStackSize(MF)) || RVVStackSize != 0) { in processFunctionBeforeFrameFinalized()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2693 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
H A DHexagonISelDAGToDAG.cpp1584 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp304 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2814 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()