Home
last modified time | relevance | path

Searched refs:MIRParser (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h46 class MIRParser {
50 LLVM_ABI MIRParser(std::unique_ptr<MIRParserImpl> Impl);
51 MIRParser(const MIRParser &) = delete;
52 LLVM_ABI ~MIRParser();
89 LLVM_ABI std::unique_ptr<MIRParser> createMIRParserFromFile(
101 LLVM_ABI std::unique_ptr<MIRParser>
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.h33 class MIRParser; variable
42 std::unique_ptr<MIRParser> MIR,
H A DNewPMDriver.cpp89 StringRef Arg0, std::unique_ptr<Module> M, std::unique_ptr<MIRParser> MIR, in compileModuleWithNewPM()
H A Dllc.cpp445 std::unique_ptr<MIRParser> MIR; in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1219 MIRParser::MIRParser(std::unique_ptr<MIRParserImpl> Impl) in MIRParser() function in MIRParser
1222 MIRParser::~MIRParser() = default;
1225 MIRParser::parseIRModule(DataLayoutCallbackTy DataLayoutCallback) { in parseIRModule()
1229 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions()
1233 bool MIRParser::parseMachineFunctions(Module &M, ModuleAnalysisManager &MAM) { in parseMachineFunctions()
1238 std::unique_ptr<MIRParser> llvm::createMIRParserFromFile( in createMIRParserFromFile()
1251 std::unique_ptr<MIRParser>
1264 return std::make_unique<MIRParser>(std::make_unique<MIRParserImpl>( in createMIRParser()
/freebsd/lib/clang/libllvm/
H A DMakefile373 SRCS_EXT+= CodeGen/MIRParser/MILexer.cpp
374 SRCS_EXT+= CodeGen/MIRParser/MIParser.cpp
375 SRCS_EXT+= CodeGen/MIRParser/MIRParser.cpp
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist795 llvm/lib/CodeGen/MIRParser/CMakeLists.txt