Searched refs:getLocalFrameSize (Results 1 – 11 of 11) sorted by relevance
205 return MFI->getLocalFrameSize() >= 256; in hasBasePointer()288 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
177 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
305 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
297 StackGrowsDown ? MFI->getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
594 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
357 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128) in hasBasePointer()554 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
352 int64_t FrameSizeAdjust = StackGrowsDown ? MFI->getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
813 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
361 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
632 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128) in hasBasePointer()1000 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
1177 unsigned LFS = MFI->getLocalFrameSize(); in processFunctionBeforeFrameFinalized()