Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
DMipsFrameLowering.h52 uint64_t estimateStackSize(const MachineFunction &MF) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
DMipsFrameLowering.h49 uint64_t estimateStackSize(const MachineFunction &MF) const;
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h45 uint64_t estimateStackSize(const MachineFunction &MF) const;
DMipsFrameLowering.cpp110 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
DXCoreFrameLowering.cpp545 MF.getFrameInfo()->estimateStackSize(MF)) in determineCalleeSaves()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
DXCoreFrameLowering.cpp545 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp27 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
DXCoreFrameLowering.cpp540 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp136 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h480 unsigned estimateStackSize(const MachineFunction &MF) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h591 uint64_t estimateStackSize(const MachineFunction &MF) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h556 uint64_t estimateStackSize(const MachineFunction &MF) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp409 if (!isInt<11>(MFI.estimateStackSize(MF))) { in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
DLoongArchFrameLowering.cpp160 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp280 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp367 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
DCSKYFrameLowering.cpp437 bool BigFrame = (MFI.estimateStackSize(MF) + CSStackSize >= Limit); in determineCalleeSaves()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp453 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
955 if (MFFrame.estimateStackSize(MF) > 0) in isXPLeafCandidate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1674 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()
1691 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves()
1797 MFI.estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp673 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo

12