Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h36 uint64_t estimateStackSize(const MachineFunction &MF) const;
H A DMipsFrameLowering.cpp101 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
H A DMipsSEFrameLowering.cpp693 estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
H A DXCoreFrameLowering.cpp538 MF.getFrameInfo()->estimateStackSize(MF)) in processFunctionBeforeCalleeSavedScan()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h457 unsigned estimateStackSize(const MachineFunction &MF) const;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp42 static unsigned estimateStackSize(MachineFunction &MF) { in estimateStackSize() function
871 unsigned CFSize = estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in processFunctionBeforeCalleeSavedScan()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUAsmPrinter.cpp366 ProgInfo.ScratchSize = FrameInfo->estimateStackSize(MF); in getSIProgramInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp271 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp628 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1556 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan()
1655 (MFI->estimateStackSize(MF) + in processFunctionBeforeCalleeSavedScan()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp367 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()