Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h41 uint64_t estimateStackSize(const MachineFunction &MF) const;
DMipsFrameLowering.cpp101 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
DMipsSEFrameLowering.cpp639 estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
DXCoreFrameLowering.cpp535 MF.getFrameInfo()->estimateStackSize(MF)) in processFunctionBeforeCalleeSavedScan()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h457 unsigned estimateStackSize(const MachineFunction &MF) const;
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp271 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp360 ProgInfo.ScratchSize = FrameInfo->estimateStackSize(MF); in getSIProgramInfo()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp968 MFI->estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp616 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1550 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
1649 (MFI->estimateStackSize(MF) + in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp430 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()