Home
last modified time | relevance | path

Searched refs:parseSourceFile (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/mlir/include/mlir/
DParser.h81 LogicalResult parseSourceFile(const llvm::SourceMgr &sourceMgr, Block *block,
92 LogicalResult parseSourceFile(llvm::StringRef filename, Block *block,
103 LogicalResult parseSourceFile(llvm::StringRef filename,
129 parseSourceFile(const llvm::SourceMgr &sourceMgr, MLIRContext *context) { in parseSourceFile() function
132 if (failed(parseSourceFile(sourceMgr, &block, context, &sourceFileLoc))) in parseSourceFile()
147 inline OwningOpRef<ContainerOpT> parseSourceFile(llvm::StringRef filename, in parseSourceFile() function
151 if (failed(parseSourceFile(filename, &block, context, &sourceFileLoc))) in parseSourceFile()
166 inline OwningOpRef<ContainerOpT> parseSourceFile(llvm::StringRef filename, in parseSourceFile() function
171 if (failed(parseSourceFile(filename, sourceMgr, &block, context, in parseSourceFile()
199 inline OwningModuleRef parseSourceFile(const llvm::SourceMgr &sourceMgr, in parseSourceFile() function
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_wrapper.cc46 auto module = mlir::parseSourceFile(source_mgr, &ctx); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/
Dmlir_wrapper.cc47 auto module = mlir::parseSourceFile(SM, &ctx); in PYBIND11_MODULE()
/external/llvm-project/flang/tools/tco/
Dtco.cpp65 auto owningRef = mlir::parseSourceFile(sourceMgr, &context); in compileFIR()
/external/llvm-project/flang/include/flang/Lower/
DBridge.h92 void parseSourceFile(llvm::SourceMgr &);
/external/llvm-project/mlir/tools/mlir-reduce/
Dmlir-reduce.cpp65 module = parseSourceFile(inputFilename, &context); in loadModule()
/external/llvm-project/mlir/examples/toy/Ch2/
Dtoyc.cpp100 mlir::OwningModuleRef module = mlir::parseSourceFile(sourceMgr, &context); in dumpMLIR()
/external/llvm-project/mlir/examples/toy/Ch3/
Dtoyc.cpp96 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
Dtf_to_tfjs_json.cc89 return OwningModuleRef(mlir::parseSourceFile(*source_mgr, context)); in LoadFromGraphdefOrMlirSource()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dmlir_tflite_runner.cc112 mlir::OwningModuleRef module(mlir::parseSourceFile(source_mgr, &context)); in main()
Dtf_to_tfl_flatbuffer.cc114 return OwningModuleRef(mlir::parseSourceFile(*source_mgr, context)); in LoadFromGraphdefOrMlirSource()
/external/llvm-project/mlir/examples/toy/Ch4/
Dtoyc.cpp97 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
/external/llvm-project/mlir/examples/toy/Ch5/
Dtoyc.cpp100 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
/external/llvm-project/mlir/lib/Support/
DMlirOptMain.cpp55 OwningModuleRef module(parseSourceFile(sourceMgr, context)); in performActions()
/external/llvm-project/mlir/lib/Parser/
DParser.cpp2063 LogicalResult mlir::parseSourceFile(const llvm::SourceMgr &sourceMgr, in parseSourceFile() function in mlir
2078 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, Block *block, in parseSourceFile() function in mlir
2082 return parseSourceFile(filename, sourceMgr, block, context, sourceFileLoc); in parseSourceFile()
2085 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, in parseSourceFile() function in mlir
2101 return parseSourceFile(sourceMgr, block, context, sourceFileLoc); in parseSourceFile()
2113 return parseSourceFile(sourceMgr, block, context, sourceFileLoc); in parseSourceString()
/external/llvm-project/mlir/lib/Translation/
DTranslation.cpp101 auto module = OwningModuleRef(parseSourceFile(sourceMgr, context)); in TranslateFromMLIRRegistration()
/external/llvm-project/mlir/examples/toy/Ch6/
Dtoyc.cpp119 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
/external/llvm-project/mlir/examples/toy/Ch7/
Dtoyc.cpp119 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dtfr_decompose_ctx.cc113 mlir::OwningModuleRef module = mlir::parseSourceFile(source_mgr, mlir_ctx); in GetFromText()
/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp126 return OwningModuleRef(parseSourceFile(sourceMgr, context)); in parseMLIRInput()