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;
904 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
545 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
136 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
556 uint64_t estimateStackSize(const MachineFunction &MF) const;
409 if (!isInt<11>(MFI.estimateStackSize(MF))) { in processFunctionBeforeFrameFinalized()
367 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
1674 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()1691 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()1797 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
2417 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves()
479 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
2541 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
1578 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()