Home
last modified time | relevance | path

Searched defs:sourceMgr (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/mlir/include/mlir/
DParser.h129 parseSourceFile(const llvm::SourceMgr &sourceMgr, MLIRContext *context) { in parseSourceFile()
167 llvm::SourceMgr &sourceMgr, in parseSourceFile()
199 inline OwningModuleRef parseSourceFile(const llvm::SourceMgr &sourceMgr, in parseSourceFile()
208 llvm::SourceMgr &sourceMgr, in parseSourceFile()
/external/llvm-project/mlir/lib/Translation/
DTranslation.cpp83 name, [function](llvm::SourceMgr &sourceMgr, MLIRContext *ctx) { in TranslateToMLIRRegistration()
99 MLIRContext *context) { in TranslateFromMLIRRegistration()
180 llvm::SourceMgr sourceMgr; in mlirTranslateMain() local
/external/llvm-project/mlir/examples/toy/Ch3/
Dtoyc.cpp74 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR()
110 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/external/llvm-project/mlir/examples/toy/Ch4/
Dtoyc.cpp75 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR()
111 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/external/llvm-project/mlir/lib/Parser/
DLexer.cpp32 Lexer::Lexer(const llvm::SourceMgr &sourceMgr, MLIRContext *context) in Lexer()
42 auto &sourceMgr = getSourceMgr(); in getEncodedSourceLocation() local
DLexer.h61 const llvm::SourceMgr &sourceMgr; variable
DParser.cpp2063 LogicalResult mlir::parseSourceFile(const llvm::SourceMgr &sourceMgr, in parseSourceFile()
2081 llvm::SourceMgr sourceMgr; in parseSourceFile() local
2086 llvm::SourceMgr &sourceMgr, Block *block, in parseSourceFile()
2111 SourceMgr sourceMgr; in parseSourceString() local
DDialectSymbolParser.cpp484 SourceMgr sourceMgr; in parseSymbol() local
/external/llvm-project/mlir/examples/toy/Ch5/
Dtoyc.cpp78 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR()
114 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/external/llvm-project/mlir/lib/Support/
DMlirOptMain.cpp46 bool verifyPasses, SourceMgr &sourceMgr, in performActions()
94 SourceMgr sourceMgr; in processBuffer() local
/external/llvm-project/flang/tools/tco/
Dtco.cpp61 SourceMgr sourceMgr; in compileFIR() local
/external/llvm-project/mlir/examples/toy/Ch2/
Dtoyc.cpp98 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/external/tensorflow/tensorflow/compiler/mlir/
Dtf_mlir_translate_main.cc158 llvm::SourceMgr sourceMgr; in main() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DTranslateRegistration.cpp69 [](llvm::SourceMgr &sourceMgr, MLIRContext *context) { in registerFromSPIRVTranslation()
/external/llvm-project/mlir/examples/toy/Ch6/
Dtoyc.cpp117 llvm::SourceMgr sourceMgr; in loadMLIR() local
/external/llvm-project/mlir/examples/toy/Ch7/
Dtoyc.cpp117 llvm::SourceMgr sourceMgr; in loadMLIR() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp859 OwningModuleRef translateLLVMIRToModule(llvm::SourceMgr &sourceMgr, in translateLLVMIRToModule()
878 "import-llvm", [](llvm::SourceMgr &sourceMgr, MLIRContext *context) { in registerFromLLVMIRTranslation()
/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp124 llvm::SourceMgr sourceMgr; in parseMLIRInput() local