Home
last modified time | relevance | path

Searched defs:parseIR (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dirparser.cpp108 void parseIR( in parseIR() function
117 void parseIR( in parseIR() function
/aosp_15_r20/external/llvm/lib/IRReader/
H A DIRReader.cpp66 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
H A DIRReader.cpp68 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IRReader/
H A DIRReader.cpp69 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm
/aosp_15_r20/external/llvm/unittests/Analysis/
H A DLoopPassManagerTest.cpp102 std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
H A DCGSCCPassManagerTest.cpp211 std::unique_ptr<Module> parseIR(const char *IR) { in parseIR() function
/aosp_15_r20/external/llvm/unittests/IR/
H A DPassManagerTest.cpp158 std::unique_ptr<Module> parseIR(LLVMContext &Context, const char *IR) { in parseIR() function