Home
last modified time | relevance | path

Searched refs:getMaxCallFrameSize (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp40 unsigned MaxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
67 unsigned MaxCallFrameSize = MF.getFrameInfo().getMaxCallFrameSize(); in replaceAdjDynAllocPseudo()
/external/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp40 unsigned MaxCallFrameSize = MFI->getMaxCallFrameSize(); in determineFrameLayout()
67 unsigned MaxCallFrameSize = MF.getFrameInfo()->getMaxCallFrameSize(); in replaceAdjDynAllocPseudo()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMachineFunction.h101 unsigned getMaxCallFrameSize() const { return MaxCallFrameSize; } in getMaxCallFrameSize() function
DMipsFrameLowering.cpp158 MipsFI->getMaxCallFrameSize(); in emitPrologue()
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp138 Offset = alignTo(Offset + MFI->getMaxCallFrameSize(), in estimateStackSize()
DMips16FrameLowering.cpp155 return isInt<15>(MFI->getMaxCallFrameSize()) && !MFI->hasVarSizedObjects(); in hasReservedCallFrame()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp160 return isInt<15>(MFI.getMaxCallFrameSize()) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp203 Offset += MFI->getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp205 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp160 Offset += getMaxCallFrameSize(); in estimateStackSize()
DPrologEpilogInserter.cpp278 (MFI.getMaxCallFrameSize() == MaxCallFrameSize && in calculateCallFrameInfo()
932 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
DMIRPrinter.cpp329 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h438 unsigned getMaxCallFrameSize() const { return MaxCallFrameSize; } in getMaxCallFrameSize() function
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.cpp70 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in determineFrameLayout()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h535 unsigned getMaxCallFrameSize() const { return MaxCallFrameSize; } in getMaxCallFrameSize() function
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp140 NumBytes += MFI->getMaxCallFrameSize(); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb1FrameLowering.cpp26 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame()
DARMFrameLowering.cpp55 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame()
779 Offset += MFI->getMaxCallFrameSize(); in estimateStackSize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h594 unsigned getMaxCallFrameSize() const { in getMaxCallFrameSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp141 NumBytes += MFI.getMaxCallFrameSize(); in emitPrologue()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp364 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in lowerDynamicAlloc()
474 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in lowerDynamicAreaOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp438 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAlloc()
553 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAreaOffset()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp30 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp661 Offset += MFI->getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCRegisterInfo.cpp354 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in lowerDynamicAlloc()

12