Searched refs:estimateStackSize (Results 1 – 17 of 17) sorted by relevance
115 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering138 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
58 uint64_t estimateStackSize(const MachineFunction &MF) const;
903 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
27 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
540 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
611 uint64_t estimateStackSize(const MachineFunction &MF) const;
160 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
453 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()955 if (MFFrame.estimateStackSize(MF) > 0) in isXPLeafCandidate()
437 bool BigFrame = (MFI.estimateStackSize(MF) + CSStackSize >= Limit); in determineCalleeSaves()
2305 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()2322 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()2431 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
1102 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
1637 uint64_t EstStackSize = MFI.estimateStackSize(MF); in allocateScavengingFrameIndexesNearIncomingSP()
2644 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
1642 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
306 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
3060 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()