Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp267 MFI.setLocalFrameSize(Offset); in calculateFrameObjectOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h435 void setLocalFrameSize(int64_t sz) { LocalFrameSize = sz; } in setLocalFrameSize() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp763 MFI.setLocalFrameSize(YamlMFI.LocalFrameSize); in initializeFrameInfo()