Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsFrameLowering.cpp114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
HDMipsFrameLowering.h49 uint64_t estimateStackSize(const MachineFunction &MF) const;
HDMipsSEFrameLowering.cpp904 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
HDXCoreFrameLowering.cpp545 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFrameInfo.cpp136 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h556 uint64_t estimateStackSize(const MachineFunction &MF) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVFrameLowering.cpp409 if (!isInt<11>(MFI.estimateStackSize(MF))) { in processFunctionBeforeFrameFinalized()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.cpp367 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFrameLowering.cpp1674 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()
1691 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()
1797 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FrameLowering.cpp2423 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp479 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp2541 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
HDHexagonISelDAGToDAG.cpp1578 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()