Searched refs:estimateStackSize (Results 1 – 14 of 14) sorted by relevance
115 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering134 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
49 uint64_t estimateStackSize(const MachineFunction &MF) const;
902 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
21 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
546 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
134 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
257 if (!isInt<11>(MFI.estimateStackSize(MF))) { in processFunctionBeforeFrameFinalized()
552 unsigned estimateStackSize(const MachineFunction &MF) const;
289 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
1631 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()1648 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()1754 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
2021 unsigned EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()
458 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
2488 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
1563 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()