Searched refs:estimateStackSize (Results 1 – 14 of 14) sorted by relevance
114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
49 uint64_t estimateStackSize(const MachineFunction &MF) const;
902 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
538 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
557 uint64_t estimateStackSize(const MachineFunction &MF) const;
1794 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()1811 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()1920 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
328 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
862 if (!isInt<11>(MFI.estimateStackSize(MF)) || RVVStackSize != 0) { in processFunctionBeforeFrameFinalized()
2693 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
1584 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
304 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
2814 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()