Home
last modified time | relevance | path

Searched refs:parseSourceFileForTool (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/Tools/
H A DParseUtilities.h27 parseSourceFileForTool(const std::shared_ptr<llvm::SourceMgr> &sourceMgr, in parseSourceFileForTool() function
/llvm-project/mlir/lib/Tools/mlir-reduce/
H A DMlirReduceMain.cpp45 return parseSourceFileForTool(sourceMgr, &context, insertImplictModule); in loadModule()
/llvm-project/mlir/lib/Tools/mlir-translate/
H A DTranslation.cpp151 parseSourceFileForTool(sourceMgr, context, implicitModule); in TranslateFromMLIRRegistration()
/llvm-project/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp148 parseSourceFileForTool(sourceMgr, context, insertImplicitModule); in parseMLIRInput()
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp449 OwningOpRef<Operation *> op = parseSourceFileForTool( in processBuffer()