Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp130 Offset = RoundUpToAlignment(Offset + MFI->getMaxCallFrameSize(), in estimateStackSize()
DMips16FrameLowering.cpp170 return isInt<15>(MFI->getMaxCallFrameSize()) && !MFI->hasVarSizedObjects(); in hasReservedCallFrame()
DMipsSEFrameLowering.cpp487 return isInt<16>(MFI->getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp55 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in determineFrameLayout()
108 MO.setImm(MFI->getMaxCallFrameSize()); in emitPrologue()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp203 Offset += MFI->getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h477 unsigned getMaxCallFrameSize() const { return MaxCallFrameSize; } in getMaxCallFrameSize() function
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp29 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame()
DARMFrameLowering.cpp72 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp641 Offset += MFI->getMaxCallFrameSize(); in calculateFrameObjectOffsets()
DMachineFunction.cpp653 Offset += getMaxCallFrameSize(); in estimateStackSize()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp287 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in lowerDynamicAlloc()
DPPCFrameLowering.cpp399 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in determineFrameLayout()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp88 uint64_t Offset = (MFFrame->getMaxCallFrameSize() + in splitAdjDynAlloc()