/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering 133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
|
D | MipsFrameLowering.h | 52 uint64_t estimateStackSize(const MachineFunction &MF) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 114 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering 133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
|
D | MipsFrameLowering.h | 49 uint64_t estimateStackSize(const MachineFunction &MF) const;
|
/external/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.h | 45 uint64_t estimateStackSize(const MachineFunction &MF) const;
|
D | MipsFrameLowering.cpp | 110 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering
|
/external/llvm/lib/Target/XCore/ |
D | XCoreMachineFunctionInfo.cpp | 20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()
|
D | XCoreFrameLowering.cpp | 545 MF.getFrameInfo()->estimateStackSize(MF)) in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreMachineFunctionInfo.cpp | 20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
|
D | XCoreFrameLowering.cpp | 545 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/ |
D | XCoreMachineFunctionInfo.cpp | 27 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
|
D | XCoreFrameLowering.cpp | 540 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 137 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 136 uint64_t MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 480 unsigned estimateStackSize(const MachineFunction &MF) const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 591 uint64_t estimateStackSize(const MachineFunction &MF) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 556 uint64_t estimateStackSize(const MachineFunction &MF) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 409 if (!isInt<11>(MFI.estimateStackSize(MF))) { in processFunctionBeforeFrameFinalized()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/ |
D | LoongArchFrameLowering.cpp | 160 if (!isInt<11>(MFI.estimateStackSize(MF))) in processFunctionBeforeFrameFinalized()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 280 uint64_t MaxReach = (MFFrame->estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 367 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/ |
D | CSKYFrameLowering.cpp | 437 bool BigFrame = (MFI.estimateStackSize(MF) + CSStackSize >= Limit); in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 453 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/ |
D | ARMFrameLowering.cpp | 1674 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/ |
D | MachineFunction.cpp | 673 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
|