Searched defs:parseIR (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 20 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
D | Local.cpp | 104 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
/external/llvm/lib/IRReader/ |
D | IRReader.cpp | 66 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/ |
D | IRReader.cpp | 69 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm
|
/external/llvm/unittests/Analysis/ |
D | LoopPassManagerTest.cpp | 102 std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
D | CGSCCPassManagerTest.cpp | 211 std::unique_ptr<Module> parseIR(const char *IR) { in parseIR() function
|
/external/llvm/unittests/IR/ |
D | PassManagerTest.cpp | 158 std::unique_ptr<Module> parseIR(LLVMContext &Context, const char *IR) { in parseIR() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | PassBuilderCallbacksTest.cpp | 256 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
D | InstructionsTest.cpp | 33 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
D | PassManagerTest.cpp | 145 std::unique_ptr<Module> parseIR(LLVMContext &Context, const char *IR) { in parseIR() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/ |
D | LoopPassManagerTest.cpp | 236 std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | CGSCCPassManagerTest.cpp | 161 std::unique_ptr<Module> parseIR(const char *IR) { in parseIR() function
|