Searched refs:estimateStackSize (Results 1 – 17 of 17) 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;
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
591 uint64_t estimateStackSize(const MachineFunction &MF) const;
454 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()960 if (MFFrame.estimateStackSize(MF) > 0) in isXPLeafCandidate()1464 uint64_t StackSize = MFFrame.estimateStackSize(MF); in processFunctionBeforeFrameFinalized()
160 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
437 bool BigFrame = (MFI.estimateStackSize(MF) + CSStackSize >= Limit); in determineCalleeSaves()
2303 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()2320 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()2433 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
1216 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
1730 uint64_t EstStackSize = MFI.estimateStackSize(MF); in allocateScavengingFrameIndexesNearIncomingSP()
305 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
2647 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
1636 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
3334 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()