Home
last modified time | relevance | path

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

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