Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h45 uint64_t estimateStackSize(const MachineFunction &MF) const;
DMipsFrameLowering.cpp112 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
DMipsSEFrameLowering.cpp880 estimateStackSize(MF); in determineCalleeSaves()
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
DXCoreFrameLowering.cpp545 MF.getFrameInfo()->estimateStackSize(MF)) in determineCalleeSaves()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h459 unsigned estimateStackSize(const MachineFunction &MF) const;
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp273 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp462 ProgInfo.ScratchSize = FrameInfo->estimateStackSize(MF); in getSIProgramInfo()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp974 MFI->estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in determineCalleeSaves()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp630 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1519 unsigned StackSize = MFI->estimateStackSize(MF); in determineCalleeSaves()
1616 bool BigStack = (RS && (MFI->estimateStackSize(MF) + in determineCalleeSaves()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp431 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()