Home
last modified time | relevance | path

Searched refs:openInputFile (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DFileUtilities.h30 openInputFile(llvm::StringRef inputFilename,
/llvm-project-15.0.7/mlir/lib/Support/
H A DFileUtilities.cpp22 mlir::openInputFile(StringRef inputFilename, std::string *errorMessage) { in openInputFile() function in mlir
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DCompilationDatabase.cpp84 openInputFile(filename, &errorMessage); in loadDatabase()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DMlirTranslateMain.cpp67 auto input = openInputFile(inputFilename, &errorMessage); in mlirTranslateMain()
/llvm-project-15.0.7/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp167 openInputFile(inputFilename, &errorMessage); in main()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp257 auto file = openInputFile(inputFilename, &errorMessage); in MlirOptMain()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp118 auto file = openInputFile(inputFilename, &errorMessage); in parseMLIRInput()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp451 auto hsacoFile = openInputFile(tempHsacoFilename); in createHsaco()
/llvm-project-15.0.7/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp1194 mlir::openInputFile(inputFilename, &errorMessage); in main()