Home
last modified time | relevance | path

Searched refs:parseMachineFunctions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h65 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
74 bool parseMachineFunctions(Module &M, ModuleAnalysisManager &MAM);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp101 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI,
281 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI, in parseMachineFunctions() function in MIRParserImpl
1120 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser
1121 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
1124 bool MIRParser::parseMachineFunctions(Module &M, ModuleAnalysisManager &MAM) { in parseMachineFunctions() function in MIRParser
1126 return Impl->parseMachineFunctions(M, MMI, &MAM); in parseMachineFunctions()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp158 if (MIR->parseMachineFunctions(*M, MAM)) in compileModuleWithNewPM()
H A Dllc.cpp721 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()