Searched refs:getLocalFrameSize (Results 1 – 9 of 9) sorted by relevance
280 return MFI.getLocalFrameSize() >= 256; in hasBasePointer()365 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
198 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
176 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
390 if (AFI->isThumb2Function() && MFI.getLocalFrameSize() < 128) in hasBasePointer()581 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
377 int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
337 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize(); in convert()
835 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
419 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
1367 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized()