Searched refs:estimateStackSize (Results 1 – 8 of 8) sorted by relevance
39 uint64_t estimateStackSize(const MachineFunction &MF) const;
102 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
289 estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
423 unsigned estimateStackSize(const MachineFunction &MF) const;
372 (RS && MFI->estimateStackSize(MF) >= TII.estimateRSStackLimit(MF)) in processFunctionBeforeCalleeSavedScan()
1186 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()1281 (MFI->estimateStackSize(MF) + in processFunctionBeforeCalleeSavedScan()
577 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
210 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()