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

/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h45 uint64_t estimateStackSize(const MachineFunction &MF) const;
H A DMipsFrameLowering.cpp112 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { function in class:MipsFrameLowering
H A DMipsSEFrameLowering.cpp880 estimateStackSize(MF);
/external/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF);
H A DXCoreFrameLowering.cpp545 MF.getFrameInfo()->estimateStackSize(MF))
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h459 unsigned estimateStackSize(const MachineFunction &MF) const;
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp462 ProgInfo.ScratchSize = FrameInfo->estimateStackSize(MF);
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp273 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) +
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp630 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { function in class:MachineFrameInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp970 // The CSR spill slots have not been allocated yet, so estimateStackSize
974 MFI->estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled);
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1519 unsigned StackSize = MFI->estimateStackSize(MF);
1616 bool BigStack = (RS && (MFI->estimateStackSize(MF) +
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp431 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize();

Completed in 166 milliseconds