Searched refs:estimateStackSize (Results 1 – 12 of 12) sorted by relevance
45 uint64_t estimateStackSize(const MachineFunction &MF) const;
112 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
880 estimateStackSize(MF); in determineCalleeSaves()
20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
545 MF.getFrameInfo()->estimateStackSize(MF)) in determineCalleeSaves()
459 unsigned estimateStackSize(const MachineFunction &MF) const;
273 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
462 ProgInfo.ScratchSize = FrameInfo->estimateStackSize(MF); in getSIProgramInfo()
974 MFI->estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in determineCalleeSaves()
630 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
1519 unsigned StackSize = MFI->estimateStackSize(MF); in determineCalleeSaves()1616 bool BigStack = (RS && (MFI->estimateStackSize(MF) + in determineCalleeSaves()
431 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()