Searched refs:estimateStackSize (Results 1 – 16 of 16) sorted by relevance
114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
52 uint64_t estimateStackSize(const MachineFunction &MF) const;
900 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
27 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
583 uint64_t estimateStackSize(const MachineFunction &MF) const;
453 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()956 if (MFFrame.estimateStackSize(MF) > 0) in isXPLeafCandidate()
437 bool BigFrame = (MFI.estimateStackSize(MF) + CSStackSize >= Limit); in determineCalleeSaves()
2278 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()2295 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()2404 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
1029 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
1389 uint64_t EstStackSize = MFI.estimateStackSize(MF); in allocateScavengingFrameIndexesNearIncomingSP()
2696 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
1588 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
305 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
3036 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()