Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/mlir/lib/Parser/
H A DParser.cpp19 LogicalResult mlir::parseSourceFile(const llvm::SourceMgr &sourceMgr, in parseSourceFile()
34 llvm::SourceMgr sourceMgr; in parseSourceFile() local
39 llvm::SourceMgr &sourceMgr, Block *block, in parseSourceFile()
64 llvm::SourceMgr sourceMgr; in parseSourceString() local
/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DTranslation.cpp80 name, [function](llvm::SourceMgr &sourceMgr, MLIRContext *ctx) { in TranslateToMLIRRegistration()
96 MLIRContext *context) { in TranslateFromMLIRRegistration()
H A DMlirTranslateMain.cpp85 llvm::SourceMgr sourceMgr; in mlirTranslateMain() local
/llvm-project-15.0.7/mlir/include/mlir/Parser/
H A DParser.h146 parseSourceFile(const llvm::SourceMgr &sourceMgr, const ParserConfig &config) { in parseSourceFile()
174 llvm::SourceMgr &sourceMgr, in parseSourceFile()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/
H A Dtoyc.cpp74 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR()
110 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/llvm-project-15.0.7/mlir/examples/toy/Ch4/
H A Dtoyc.cpp75 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR()
111 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/llvm-project-15.0.7/mlir/examples/toy/Ch5/
H A Dtoyc.cpp79 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR()
115 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DLexer.cpp30 Lexer::Lexer(const llvm::SourceMgr &sourceMgr, MLIRContext *context, in Lexer()
45 auto &sourceMgr = getSourceMgr(); in getEncodedSourceLocation() local
H A DLexer.h66 const llvm::SourceMgr &sourceMgr; variable
H A DDialectSymbolParser.cpp303 SourceMgr sourceMgr; in parseSymbol() local
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp82 void lsp::gatherIncludeFiles(llvm::SourceMgr &sourceMgr, in gatherIncludeFiles()
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestDiagnostics.cpp48 llvm::SourceMgr sourceMgr; in runOnOperation() local
/llvm-project-15.0.7/flang/tools/tco/
H A Dtco.cpp76 SourceMgr sourceMgr; in compileFIR() local
/llvm-project-15.0.7/mlir/examples/toy/Ch2/
H A Dtoyc.cpp98 llvm::SourceMgr sourceMgr; in dumpMLIR() local
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp48 bool verifyPasses, SourceMgr &sourceMgr, in performActions()
103 SourceMgr sourceMgr; in processBuffer() local
/llvm-project-15.0.7/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp42 llvm::SourceMgr sourceMgr; in processBuffer() local
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp37 const llvm::SourceMgr &sourceMgr) in CodeGen()
127 const llvm::SourceMgr &sourceMgr; member in __anon537d7da60111::CodeGen
609 const llvm::SourceMgr &sourceMgr, const ast::Module &module) { in codegenPDLLToMLIR()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp71 [](llvm::SourceMgr &sourceMgr, MLIRContext *context) { in registerFromSPIRVTranslation()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp75 getLspDiagnoticFromDiag(llvm::SourceMgr &sourceMgr, const ast::Diagnostic &diag, in getLspDiagnoticFromDiag()
122 static Optional<std::string> getDocumentationFor(llvm::SourceMgr &sourceMgr, in getDocumentationFor()
402 llvm::SourceMgr sourceMgr; member
706 LSPCodeCompleteContext(SMLoc completeLoc, llvm::SourceMgr &sourceMgr, in LSPCodeCompleteContext()
1016 llvm::SourceMgr &sourceMgr; member in __anon9e2fdad81011::LSPCodeCompleteContext
1052 LSPSignatureHelpContext(SMLoc completeLoc, llvm::SourceMgr &sourceMgr, in LSPSignatureHelpContext()
1173 llvm::SourceMgr &sourceMgr; member in __anon9e2fdad81611::LSPSignatureHelpContext
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp120 llvm::SourceMgr sourceMgr; in loadMLIR() local
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp120 llvm::SourceMgr sourceMgr; in loadMLIR() local
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp59 auto *sourceMgr = const_cast<llvm::SourceMgr *>(diag.getSourceMgr()); in getLspDiagnoticFromDiag() local
292 llvm::SourceMgr sourceMgr; member in __anond136bf7d0411::TableGenTextFile
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp43 getLocationFromLoc(llvm::SourceMgr &sourceMgr, Location loc, in getLocationFromLoc()
181 static lsp::Diagnostic getLspDiagnoticFromDiag(llvm::SourceMgr &sourceMgr, in getLspDiagnoticFromDiag()
309 llvm::SourceMgr sourceMgr; member
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp124 llvm::SourceMgr sourceMgr; in parseMLIRInput() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1278 OwningOpRef<ModuleOp> translateLLVMIRToModule(llvm::SourceMgr &sourceMgr, in translateLLVMIRToModule()
1297 "import-llvm", [](llvm::SourceMgr &sourceMgr, MLIRContext *context) { in registerFromLLVMIRTranslation()

12