Searched refs:estimateStackSize (Results 1 – 12 of 12) sorted by relevance
41 uint64_t estimateStackSize(const MachineFunction &MF) const;
101 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
639 estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
535 MF.getFrameInfo()->estimateStackSize(MF)) in processFunctionBeforeCalleeSavedScan()
457 unsigned estimateStackSize(const MachineFunction &MF) const;
271 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
360 ProgInfo.ScratchSize = FrameInfo->estimateStackSize(MF); in getSIProgramInfo()
968 MFI->estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in processFunctionBeforeCalleeSavedScan()
616 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
1550 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()1649 (MFI->estimateStackSize(MF) + in processFunctionBeforeCalleeSavedScan()
430 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()