Searched refs:estimateStackSize (Results 1 – 12 of 12) sorted by relevance
36 uint64_t estimateStackSize(const MachineFunction &MF) const;
101 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
693 estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
538 MF.getFrameInfo()->estimateStackSize(MF)) in processFunctionBeforeCalleeSavedScan()
457 unsigned estimateStackSize(const MachineFunction &MF) const;
42 static unsigned estimateStackSize(MachineFunction &MF) { in estimateStackSize() function871 unsigned CFSize = estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in processFunctionBeforeCalleeSavedScan()
366 ProgInfo.ScratchSize = FrameInfo->estimateStackSize(MF); in getSIProgramInfo()
271 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
628 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
1556 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()1655 (MFI->estimateStackSize(MF) + in processFunctionBeforeCalleeSavedScan()
367 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()