HomeSort by relevance Sort by last modified time
    Searched refs:estimateStackSize (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/Mips/
MipsFrameLowering.h 38 uint64_t estimateStackSize(const MachineFunction &MF) const;
MipsFrameLowering.cpp 102 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 527 estimateStackSize(MF);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 424 unsigned estimateStackSize(const MachineFunction &MF) const;
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 372 MFI->estimateStackSize(MF) >= TII.estimateRSStackLimit(MF)
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 271 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) +
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 595 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 205 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize();
    [all...]

Completed in 77 milliseconds