HomeSort by: relevance | last modified time | path
    Searched refs:estimateStackSize (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFrameLowering.h 49 uint64_t estimateStackSize(const MachineFunction &MF) const;
MipsFrameLowering.cpp 114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const {
133 return Size + MFI.estimateStackSize(MF);
MipsSEFrameLowering.cpp 902 uint64_t MaxSPOffset = estimateStackSize(MF);
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF);
XCoreFrameLowering.cpp 538 MF.getFrameInfo().estimateStackSize(MF))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFrameInfo.cpp 137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 557 uint64_t estimateStackSize(const MachineFunction &MF) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 1794 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) {
1811 MFI.estimateStackSize(MF) > 508)
1920 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 856 // estimateStackSize has been observed to under-estimate the final stack
862 if (!isInt<11>(MFI.estimateStackSize(MF)) || RVVStackSize != 0) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 328 uint64_t StackSize = (MFFrame.estimateStackSize(MF) +
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 2814 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF);
2832 // The CSR spill slots have not been allocated yet, so estimateStackSize
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 2693 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF);
HexagonISelDAGToDAG.cpp 1584 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 304 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize();

Completed in 36 milliseconds