Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h506 void setMaxCallFrameSize(unsigned S) { MaxCallFrameSize = S; } in setMaxCallFrameSize() function
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp432 MFI.setMaxCallFrameSize(YamlMFI.MaxCallFrameSize); in initializeFrameInfo()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp294 MFI->setMaxCallFrameSize(MaxCallFrameSize); in calculateCallsInformation()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp278 MFI->setMaxCallFrameSize(MaxCallFrameSize); in calculateCallsInformation()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp440 MFI->setMaxCallFrameSize(MaxCFA); in insertPrologueInBlock()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp477 MFI->setMaxCallFrameSize(maxCallFrameSize); in determineFrameLayout()