Searched refs:parseMachineFunctions (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIRParser.h | 65 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI); 74 bool parseMachineFunctions(Module &M, ModuleAnalysisManager &MAM);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 101 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 D | NewPMDriver.cpp | 158 if (MIR->parseMachineFunctions(*M, MAM)) in compileModuleWithNewPM()
|
H A D | llc.cpp | 721 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()
|