|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/MachineFrameInfo.h 556 unsigned estimateStackSize(const MachineFunction &MF) const;
References
lib/Target/AArch64/AArch64FrameLowering.cpp 2238 unsigned EstimatedStackSize = MFI.estimateStackSize(MF);
lib/Target/ARM/ARMFrameLowering.cpp 1674 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) {
1691 MFI.estimateStackSize(MF) > 508)
1797 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills);
lib/Target/Hexagon/HexagonFrameLowering.cpp 2487 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF);
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp 1567 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF);
lib/Target/Mips/MipsFrameLowering.cpp 133 return Size + MFI.estimateStackSize(MF);
lib/Target/PowerPC/PPCFrameLowering.cpp 479 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize();
lib/Target/RISCV/RISCVFrameLowering.cpp 424 if (!isInt<11>(MFI.estimateStackSize(MF))) {
lib/Target/SystemZ/SystemZFrameLowering.cpp 288 uint64_t StackSize = (MFFrame.estimateStackSize(MF) +
lib/Target/XCore/XCoreFrameLowering.cpp 545 MF.getFrameInfo().estimateStackSize(MF))
lib/Target/XCore/XCoreMachineFunctionInfo.cpp 20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF);