Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h56 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp102 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
269 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl
1013 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser
1014 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp670 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()