Home
last modified time | relevance | path

Searched refs:setLocalFrameSize (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp267 MFI.setLocalFrameSize(Offset); in calculateFrameObjectOffsets()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h434 void setLocalFrameSize(int64_t sz) { LocalFrameSize = sz; } in setLocalFrameSize() function
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp739 MFI.setLocalFrameSize(YamlMFI.LocalFrameSize); in initializeFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1535 MFI.setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()