Home
last modified time | relevance | path

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

12

/llvm-project/mlir/lib/Parser/
H A DParser.cpp20 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 DParser.h177 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 DQuerySession.h20 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 DTranslation.cpp84 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 DMlirTranslateMain.cpp153 auto sourceMgr = std::make_shared<llvm::SourceMgr>(); in mlirTranslateMain() local
/llvm-project/mlir/include/mlir/Tools/
H A DParseUtilities.h27 parseSourceFileForTool(const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFileForTool()
/llvm-project/mlir/examples/toy/Ch3/
H A Dtoyc.cpp80 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 Dtoyc.cpp81 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 DSourceMgrUtils.cpp71 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 Dtoyc.cpp86 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 Dmlir-cat.cpp42 llvm::SourceMgr sourceMgr; in main() local
/llvm-project/mlir/lib/AsmParser/
H A DLexer.cpp36 Lexer::Lexer(const llvm::SourceMgr &sourceMgr, MLIRContext *context, in Lexer()
51 auto &sourceMgr = getSourceMgr(); in getEncodedSourceLocation() local
H A DLexer.h66 const llvm::SourceMgr &sourceMgr; variable
/llvm-project/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp43 __anon3d0165620102(llvm::SourceMgr &sourceMgr, MLIRContext *context) registerFromLLVMIRTranslation() argument
/llvm-project/mlir/lib/Tools/mlir-query/
H A DMlirQueryMain.cpp79 auto sourceMgr = llvm::SourceMgr(); in mlirQueryMain() local
/llvm-project/mlir/test/lib/IR/
H A DTestDiagnostics.cpp48 llvm::SourceMgr sourceMgr; in runOnOperation() local
/llvm-project/mlir/lib/Tools/mlir-reduce/
H A DMlirReduceMain.cpp43 auto sourceMgr = std::make_shared<llvm::SourceMgr>(); in loadModule() local
/llvm-project/mlir/examples/toy/Ch2/
H A Dtoyc.cpp102 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/llvm-project/flang/tools/tco/
H A Dtco.cpp89 SourceMgr sourceMgr; compileFIR() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFromLLVMIRTranslation.cpp84 MLIRContext *context) -> OwningOpRef<Operation *> { in registerTestFromLLVMIR()
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp261 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 DTranslateRegistration.cpp61 [](llvm::SourceMgr &sourceMgr, MLIRContext *context) { in registerFromSPIRVTranslation()
/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DTransformInterpreterUtils.cpp108 llvm::SourceMgr sourceMgr; in parseTransformModuleFromFile() local
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp38 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 Dmlir-pdll.cpp42 llvm::SourceMgr sourceMgr; in processBuffer() local

12