Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp47 MFI.setMaxCallFrameSize(MaxCallFrameSize); in determineFrameLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h676 void setMaxCallFrameSize(uint64_t S) { MaxCallFrameSize = S; } in setMaxCallFrameSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp69 MFI.setMaxCallFrameSize(MaxCallSize); in determineFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp776 MFI.setMaxCallFrameSize(YamlMFI.MaxCallFrameSize); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1474 MFFrame.setMaxCallFrameSize( in processFunctionBeforeFrameFinalized()
H A DSystemZISelLowering.cpp8297 MFI.setMaxCallFrameSize(NumBytes); in emitAdjCallStack()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp606 MFI.setMaxCallFrameSize(MaxCFA); in insertPrologueInBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp290 MF.getFrameInfo().setMaxCallFrameSize(NewMaxCallFrameSize); in determineFrameLayoutAndUpdate()