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.cpp110 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
DMipsSEFrameLowering.cpp878 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/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp752 static unsigned estimateStackSize(MachineFunction &MF) { in estimateStackSize() function
896 unsigned StackSize = estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
997 (estimateStackSize(MF) + ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >= in processFunctionBeforeCalleeSavedScan()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h480 unsigned estimateStackSize(const MachineFunction &MF) const;
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp280 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp673 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1153 unsigned CFSize = MFI->estimateStackSize(MF) + 8 * NumRegsSpilled; in determineCalleeSaves()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1512 unsigned StackSize = MFI->estimateStackSize(MF); in determineCalleeSaves()
1619 MFI->estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp429 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()