Home
last modified time | relevance | path

Searched refs:estimateStackSize (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h37 uint64_t estimateStackSize(const MachineFunction &MF) const;
DMipsFrameLowering.cpp102 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
DMipsSEFrameLowering.cpp540 estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
DXCoreFrameLowering.cpp536 MF.getFrameInfo()->estimateStackSize(MF)) in processFunctionBeforeCalleeSavedScan()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h438 unsigned estimateStackSize(const MachineFunction &MF) const;
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp42 static unsigned estimateStackSize(MachineFunction &MF) { in estimateStackSize() function
854 unsigned CFSize = estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp269 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp627 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1416 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
1515 (MFI->estimateStackSize(MF) + in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp367 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()