Searched refs:getMaxCallFrameSize (Results 1 – 13 of 13) sorted by relevance
129 Offset = RoundUpToAlignment(Offset + MFI->getMaxCallFrameSize(), in estimateStackSize()
170 return isInt<15>(MFI->getMaxCallFrameSize()) && !MFI->hasVarSizedObjects(); in hasReservedCallFrame()
640 return isInt<16>(MFI->getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
58 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in determineFrameLayout()111 MO.setImm(MFI->getMaxCallFrameSize()); in emitPrologue()
204 Offset += MFI->getMaxCallFrameSize(); in calculateFrameObjectOffsets()
504 unsigned getMaxCallFrameSize() const { return MaxCallFrameSize; } in getMaxCallFrameSize() function
29 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame()
72 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame()
654 Offset += getMaxCallFrameSize(); in estimateStackSize()
642 Offset += MFI->getMaxCallFrameSize(); in calculateFrameObjectOffsets()
320 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in lowerDynamicAlloc()
399 unsigned maxCallFrameSize = MFI->getMaxCallFrameSize(); in determineFrameLayout()
88 uint64_t Offset = (MFFrame->getMaxCallFrameSize() + in splitAdjDynAlloc()