/llvm-project/mlir/lib/Parser/ |
H A D | Parser.cpp | 20 LogicalResult mlir::parseSourceFile(const llvm::SourceMgr &sourceMgr, in parseSourceFile() 34 mlir::parseSourceFile(const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFile() 52 auto sourceMgr = std::make_shared<llvm::SourceMgr>(); in parseSourceFile() local 57 llvm::SourceMgr &sourceMgr, in loadSourceFileBuffer() 75 llvm::SourceMgr &sourceMgr, Block *block, in parseSourceFile() 83 llvm::StringRef filename, const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFile() 100 llvm::SourceMgr sourceMgr; in parseSourceString() local
|
/llvm-project/mlir/include/mlir/Parser/ |
H A D | Parser.h | 177 parseSourceFile(const llvm::SourceMgr &sourceMgr, const ParserConfig &config) { in parseSourceFile() 187 parseSourceFile(const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFile() 216 llvm::SourceMgr &sourceMgr, in parseSourceFile() 228 const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFile()
|
/llvm-project/mlir/include/mlir/Query/ |
H A D | QuerySession.h | 20 QuerySession(Operation * rootOp,llvm::SourceMgr & sourceMgr,unsigned bufferId,const matcher::Registry & matcherRegistry) QuerySession() argument 35 llvm::SourceMgr &sourceMgr; global() variable
|
/llvm-project/mlir/lib/Tools/mlir-translate/ |
H A D | Translation.cpp | 84 raw_ostream &output, MLIRContext *context) { in registerTranslateToMLIRFunction() 124 [function](const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in TranslateToMLIRRegistration() 143 dialectRegistration](const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in TranslateFromMLIRRegistration() 144 raw_ostream &output, MLIRContext *context) { in TranslateFromMLIRRegistration()
|
H A D | MlirTranslateMain.cpp | 153 auto sourceMgr = std::make_shared<llvm::SourceMgr>(); in mlirTranslateMain() local
|
/llvm-project/mlir/include/mlir/Tools/ |
H A D | ParseUtilities.h | 27 parseSourceFileForTool(const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFileForTool()
|
/llvm-project/mlir/examples/toy/Ch3/ |
H A D | toyc.cpp | 80 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR() 116 llvm::SourceMgr sourceMgr; in dumpMLIR() local
|
/llvm-project/mlir/examples/toy/Ch4/ |
H A D | toyc.cpp | 81 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR() 117 llvm::SourceMgr sourceMgr; in dumpMLIR() local
|
/llvm-project/mlir/lib/Tools/lsp-server-support/ |
H A D | SourceMgrUtils.cpp | 71 lsp::extractSourceDocComment(llvm::SourceMgr &sourceMgr, SMLoc loc) { in extractSourceDocComment() 133 void lsp::gatherIncludeFiles(llvm::SourceMgr &sourceMgr, in gatherIncludeFiles()
|
/llvm-project/mlir/examples/toy/Ch5/ |
H A D | toyc.cpp | 86 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR() 125 llvm::SourceMgr sourceMgr; in dumpMLIR() local
|
/llvm-project/mlir/examples/minimal-opt/ |
H A D | mlir-cat.cpp | 42 llvm::SourceMgr sourceMgr; in main() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Lexer.cpp | 36 Lexer::Lexer(const llvm::SourceMgr &sourceMgr, MLIRContext *context, in Lexer() 51 auto &sourceMgr = getSourceMgr(); in getEncodedSourceLocation() local
|
H A D | Lexer.h | 66 const llvm::SourceMgr &sourceMgr; variable
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ConvertFromLLVMIR.cpp | 43 __anon3d0165620102(llvm::SourceMgr &sourceMgr, MLIRContext *context) registerFromLLVMIRTranslation() argument
|
/llvm-project/mlir/lib/Tools/mlir-query/ |
H A D | MlirQueryMain.cpp | 79 auto sourceMgr = llvm::SourceMgr(); in mlirQueryMain() local
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestDiagnostics.cpp | 48 llvm::SourceMgr sourceMgr; in runOnOperation() local
|
/llvm-project/mlir/lib/Tools/mlir-reduce/ |
H A D | MlirReduceMain.cpp | 43 auto sourceMgr = std::make_shared<llvm::SourceMgr>(); in loadModule() local
|
/llvm-project/mlir/examples/toy/Ch2/ |
H A D | toyc.cpp | 102 llvm::SourceMgr sourceMgr; in dumpMLIR() local
|
/llvm-project/flang/tools/tco/ |
H A D | tco.cpp | 89 SourceMgr sourceMgr; compileFIR() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestFromLLVMIRTranslation.cpp | 84 MLIRContext *context) -> OwningOpRef<Operation *> { in registerTestFromLLVMIR()
|
/llvm-project/mlir/lib/Tools/mlir-opt/ |
H A D | MlirOptMain.cpp | 261 SourceMgr sourceMgr; loadIRDLDialects() local 359 performActions(raw_ostream & os,const std::shared_ptr<llvm::SourceMgr> & sourceMgr,MLIRContext * context,const MlirOptMainConfig & config) performActions() argument 448 auto sourceMgr = std::make_shared<SourceMgr>(); processBuffer() local [all...] |
/llvm-project/mlir/lib/Target/SPIRV/ |
H A D | TranslateRegistration.cpp | 61 [](llvm::SourceMgr &sourceMgr, MLIRContext *context) { in registerFromSPIRVTranslation()
|
/llvm-project/mlir/lib/Dialect/Transform/Transforms/ |
H A D | TransformInterpreterUtils.cpp | 108 llvm::SourceMgr sourceMgr; in parseTransformModuleFromFile() local
|
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/ |
H A D | MLIRGen.cpp | 38 const llvm::SourceMgr &sourceMgr) in CodeGen() 131 const llvm::SourceMgr &sourceMgr; member in __anon7bb764690111::CodeGen 626 const llvm::SourceMgr &sourceMgr, const ast::Module &module) { in codegenPDLLToMLIR()
|
/llvm-project/mlir/tools/mlir-pdll/ |
H A D | mlir-pdll.cpp | 42 llvm::SourceMgr sourceMgr; in processBuffer() local
|