Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp264 MFI.setLocalFrameSize(Offset); in calculateFrameObjectOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h416 void setLocalFrameSize(int64_t sz) { LocalFrameSize = sz; } in setLocalFrameSize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp714 MFI.setLocalFrameSize(YamlMFI.LocalFrameSize); in initializeFrameInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1532 MFI.setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()