/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 115 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MipsFrameLowering 134 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
|
D | MipsFrameLowering.h | 49 uint64_t estimateStackSize(const MachineFunction &MF) const;
|
D | MipsSEFrameLowering.cpp | 902 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves()
|
/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
|
D | MipsSEFrameLowering.cpp | 878 estimateStackSize(MF); in determineCalleeSaves()
|
/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-7.0/llvm/lib/Target/XCore/ |
D | XCoreMachineFunctionInfo.cpp | 21 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
|
D | XCoreFrameLowering.cpp | 546 MF.getFrameInfo().estimateStackSize(MF)) in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 134 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { in estimateStackSize() function in MachineFrameInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 258 if (!isInt<11>(MFI.estimateStackSize(MF))) { in processFunctionBeforeFrameFinalized()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 480 unsigned estimateStackSize(const MachineFunction &MF) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 531 unsigned estimateStackSize(const MachineFunction &MF) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 1425 unsigned StackEstimate = MFI.estimateStackSize(MF) + 8 * SpillEstimate; in determineCalleeSaves() 1476 unsigned CFSize = MFI.estimateStackSize(MF) + 8 * NumRegsSpilled; in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 289 uint64_t StackSize = (MFFrame.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-7.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1630 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves() 1647 MFI.estimateStackSize(MF) > 508) in determineCalleeSaves() 1753 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
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 1153 unsigned CFSize = MFI->estimateStackSize(MF) + 8 * NumRegsSpilled; in determineCalleeSaves()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1512 unsigned StackSize = MFI->estimateStackSize(MF); in determineCalleeSaves() 1619 MFI->estimateStackSize(MF) + 4 * (NumGPRSpills + NumFPRSpills); in determineCalleeSaves()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 429 UseEstimate ? MFI->estimateStackSize(MF) : MFI->getStackSize(); in determineFrameLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 447 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2457 unsigned StackSize = MF.getFrameInfo().estimateStackSize(MF); in mayOverflowFrameOffset()
|
D | HexagonISelDAGToDAG.cpp | 1566 unsigned StackSize = MF->getFrameInfo().estimateStackSize(*MF); in isSmallStackStore()
|