/external/llvm-project/mlir/include/mlir/ |
D | Parser.h | 81 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/ |
D | tfr_wrapper.cc | 46 auto module = mlir::parseSourceFile(source_mgr, &ctx); in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
D | mlir_wrapper.cc | 47 auto module = mlir::parseSourceFile(SM, &ctx); in PYBIND11_MODULE()
|
/external/llvm-project/flang/tools/tco/ |
D | tco.cpp | 65 auto owningRef = mlir::parseSourceFile(sourceMgr, &context); in compileFIR()
|
/external/llvm-project/flang/include/flang/Lower/ |
D | Bridge.h | 92 void parseSourceFile(llvm::SourceMgr &);
|
/external/llvm-project/mlir/tools/mlir-reduce/ |
D | mlir-reduce.cpp | 65 module = parseSourceFile(inputFilename, &context); in loadModule()
|
/external/llvm-project/mlir/examples/toy/Ch2/ |
D | toyc.cpp | 100 mlir::OwningModuleRef module = mlir::parseSourceFile(sourceMgr, &context); in dumpMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch3/ |
D | toyc.cpp | 96 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
|
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/ |
D | tf_to_tfjs_json.cc | 89 return OwningModuleRef(mlir::parseSourceFile(*source_mgr, context)); in LoadFromGraphdefOrMlirSource()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | mlir_tflite_runner.cc | 112 mlir::OwningModuleRef module(mlir::parseSourceFile(source_mgr, &context)); in main()
|
D | tf_to_tfl_flatbuffer.cc | 114 return OwningModuleRef(mlir::parseSourceFile(*source_mgr, context)); in LoadFromGraphdefOrMlirSource()
|
/external/llvm-project/mlir/examples/toy/Ch4/ |
D | toyc.cpp | 97 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch5/ |
D | toyc.cpp | 100 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
|
/external/llvm-project/mlir/lib/Support/ |
D | MlirOptMain.cpp | 55 OwningModuleRef module(parseSourceFile(sourceMgr, context)); in performActions()
|
/external/llvm-project/mlir/lib/Parser/ |
D | Parser.cpp | 2063 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/ |
D | Translation.cpp | 101 auto module = OwningModuleRef(parseSourceFile(sourceMgr, context)); in TranslateFromMLIRRegistration()
|
/external/llvm-project/mlir/examples/toy/Ch6/ |
D | toyc.cpp | 119 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch7/ |
D | toyc.cpp | 119 module = mlir::parseSourceFile(sourceMgr, &context); in loadMLIR()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/ |
D | tfr_decompose_ctx.cc | 113 mlir::OwningModuleRef module = mlir::parseSourceFile(source_mgr, mlir_ctx); in GetFromText()
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | JitRunner.cpp | 126 return OwningModuleRef(parseSourceFile(sourceMgr, context)); in parseMLIRInput()
|