Searched refs:getLocalFrameSize (Results 1 – 20 of 20) sorted by relevance
205 return MFI->getLocalFrameSize() >= 256; in hasBasePointer()288 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
231 return MFI.getLocalFrameSize() >= 256; in hasBasePointer()316 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
177 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
179 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
176 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
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()
385 if (AFI->isThumb2Function() && MFI.getLocalFrameSize() < 128) in hasBasePointer()576 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
361 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
361 int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
333 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize(); in convert()
807 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
352 int64_t FrameSizeAdjust = StackGrowsDown ? MFI->getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
813 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
398 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()
1336 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized()