Home
last modified time | relevance | path

Searched refs:setMaxCallFrameSize (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp47 MFI.setMaxCallFrameSize(MaxCallFrameSize); in determineFrameLayout()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h664 void setMaxCallFrameSize(unsigned S) { MaxCallFrameSize = S; } in setMaxCallFrameSize() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp69 MFI.setMaxCallFrameSize(MaxCallSize); in determineFrameLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp757 MFI.setMaxCallFrameSize(YamlMFI.MaxCallFrameSize); in initializeFrameInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp392 MFI.setMaxCallFrameSize(MaxCallFrameSize); in calculateCallFrameInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1472 MFFrame.setMaxCallFrameSize( in processFunctionBeforeFrameFinalized()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp290 MF.getFrameInfo().setMaxCallFrameSize(NewMaxCallFrameSize); in determineFrameLayoutAndUpdate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp606 MFI.setMaxCallFrameSize(MaxCFA); in insertPrologueInBlock()