Home
last modified time | relevance | path

Searched refs:parseSourceFile (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Parser/
H A DParser.h82 LogicalResult parseSourceFile(const llvm::SourceMgr &sourceMgr, Block *block,
93 LogicalResult parseSourceFile(llvm::StringRef filename, Block *block,
104 LogicalResult parseSourceFile(llvm::StringRef filename,
124 inline OwningOpRef<ContainerOpT> parseSourceFile(const ParserConfig &config, in parseSourceFile() function
128 if (failed(parseSourceFile(std::forward<ParserArgs>(args)..., &block, config, in parseSourceFile()
146 parseSourceFile(const llvm::SourceMgr &sourceMgr, const ParserConfig &config) { in parseSourceFile() function
147 return detail::parseSourceFile<ContainerOpT>(config, sourceMgr); in parseSourceFile()
159 inline OwningOpRef<ContainerOpT> parseSourceFile(StringRef filename, in parseSourceFile() function
161 return detail::parseSourceFile<ContainerOpT>(config, filename); in parseSourceFile()
173 inline OwningOpRef<ContainerOpT> parseSourceFile(llvm::StringRef filename, in parseSourceFile() function
[all …]
/llvm-project-15.0.7/mlir/lib/Parser/
H A DParser.cpp19 LogicalResult mlir::parseSourceFile(const llvm::SourceMgr &sourceMgr, in parseSourceFile() function in mlir
31 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, Block *block, in parseSourceFile() function in mlir
35 return parseSourceFile(filename, sourceMgr, block, config, sourceFileLoc); in parseSourceFile()
38 LogicalResult mlir::parseSourceFile(llvm::StringRef filename, in parseSourceFile() function in mlir
54 return parseSourceFile(sourceMgr, block, config, sourceFileLoc); in parseSourceFile()
66 return parseSourceFile(sourceMgr, block, config, sourceFileLoc); in parseSourceString()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-reduce/
H A DMlirReduceMain.cpp34 module = parseSourceFile<ModuleOp>(inputFilename, &context); in loadModule()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBridge.h97 void parseSourceFile(llvm::SourceMgr &);
/llvm-project-15.0.7/mlir/examples/toy/Ch2/
H A Dtoyc.cpp101 mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, &context); in dumpMLIR()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DTranslation.cpp100 auto module = parseSourceFile<ModuleOp>(sourceMgr, context); in TranslateFromMLIRRegistration()
/llvm-project-15.0.7/flang/tools/tco/
H A Dtco.cpp83 auto owningRef = mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, &context); in compileFIR()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/
H A Dtoyc.cpp96 module = mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, &context); in loadMLIR()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/
H A Dtoyc.cpp97 module = mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, &context); in loadMLIR()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/
H A Dtoyc.cpp101 module = mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, &context); in loadMLIR()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp122 module = mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, &context); in loadMLIR()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp73 OwningOpRef<ModuleOp> module(parseSourceFile<ModuleOp>(sourceMgr, config)); in performActions()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp122 module = mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, &context); in loadMLIR()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp126 return parseSourceFile<ModuleOp>(sourceMgr, context); in parseMLIRInput()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp116 mlir::parseSourceFile<mlir::ModuleOp>(sourceMgr, mlirCtx.get()); in beginSourceFileAction()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp3233 void Fortran::lower::LoweringBridge::parseSourceFile(llvm::SourceMgr &srcMgr) { in parseSourceFile() function in Fortran::lower::LoweringBridge
3235 mlir::parseSourceFile<mlir::ModuleOp>(srcMgr, &context); in parseSourceFile()