Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h34 class MIRParser {
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
39 MIRParser(const MIRParser &) = delete;
40 ~MIRParser();
64 std::unique_ptr<MIRParser> createMIRParserFromFile(StringRef Filename,
76 std::unique_ptr<MIRParser>
/external/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h34 class MIRParser : public MachineFunctionInitializer {
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
39 MIRParser(const MIRParser &) = delete;
40 ~MIRParser() override;
64 std::unique_ptr<MIRParser> createMIRParserFromFile(StringRef Filename,
76 std::unique_ptr<MIRParser>
/external/llvm/lib/CodeGen/MIRParser/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/MIRParser/LLVMBuild.txt --------------------*- Conf -*--===;
20 name = MIRParser
DMIRParser.cpp760 MIRParser::MIRParser(std::unique_ptr<MIRParserImpl> Impl) in MIRParser() function in MIRParser
763 MIRParser::~MIRParser() {} in ~MIRParser()
765 std::unique_ptr<Module> MIRParser::parseLLVMModule() { return Impl->parse(); } in parseLLVMModule()
767 bool MIRParser::initializeMachineFunction(MachineFunction &MF) { in initializeMachineFunction()
771 std::unique_ptr<MIRParser> llvm::createMIRParserFromFile(StringRef Filename, in createMIRParserFromFile()
783 std::unique_ptr<MIRParser>
787 return llvm::make_unique<MIRParser>( in createMIRParser()
DCMakeLists.txt4 MIRParser.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/MIRParser/LLVMBuild.txt --------------------*- Conf -*--===;
20 name = MIRParser
DMIRParser.cpp887 MIRParser::MIRParser(std::unique_ptr<MIRParserImpl> Impl) in MIRParser() function in MIRParser
890 MIRParser::~MIRParser() {} in ~MIRParser()
892 std::unique_ptr<Module> MIRParser::parseIRModule() { in parseIRModule()
896 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions()
900 std::unique_ptr<MIRParser> llvm::createMIRParserFromFile(StringRef Filename, in createMIRParserFromFile()
912 std::unique_ptr<MIRParser>
924 return llvm::make_unique<MIRParser>( in createMIRParser()
DCMakeLists.txt4 MIRParser.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/WebAssembly/
DWebAssemblyExceptionInfoTest.cpp43 std::unique_ptr<MIRParser> &MIR, in parseMIR()
157 std::unique_ptr<MIRParser> MIR; in TEST()
332 std::unique_ptr<MIRParser> MIR; in TEST()
488 std::unique_ptr<MIRParser> MIR; in TEST()
DCMakeLists.txt10 MIRParser
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/MI/
DCMakeLists.txt6 MIRParser
DLiveIntervalTest.cpp51 legacy::PassManagerBase &PM, std::unique_ptr<MIRParser> &MIR, in parseMIR()
148 std::unique_ptr<MIRParser> MIR; in liveIntervalTest()
/external/llvm/unittests/MI/
DCMakeLists.txt6 MIRParser
DLiveIntervalTest.cpp53 legacy::PassManagerBase &PM, std::unique_ptr<MIRParser> &MIR, in parseMIR()
150 std::unique_ptr<MIRParser> MIR; in liveIntervalTest()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
DCMakeLists.txt7 MIRParser
/external/llvm/tools/llc/
DCMakeLists.txt9 MIRParser
DLLVMBuild.txt22 required_libraries = AsmParser BitReader IRReader MIRParser TransformUtils all-targets
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/
DCMakeLists.txt14 MIRParser
DInstSizes.cpp57 std::unique_ptr<MIRParser> MParser = in runChecks()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
DCMakeLists.txt9 MIRParser
DLLVMBuild.txt22 required_libraries = AsmParser BitReader IRReader MIRParser TransformUtils Scalar Vectorize all-tar…
/external/llvm/lib/CodeGen/
DLLVMBuild.txt19 subdirectories = AsmPrinter SelectionDAG MIRParser GlobalISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLLVMBuild.txt19 subdirectories = AsmPrinter SelectionDAG MIRParser GlobalISel
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/AArch64/
Dprint-parse-overloaded-intrinsics.mir5 # Test that MIRParser is able to deserialize back MIR MIRPrinter serialized,
Dprint-parse-verify-failedISel-property.mir10 # 1) MIRParser can deserialize FailedISel property.

12