Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DFileUtilities.h36 openOutputFile(llvm::StringRef outputFilename,
/external/llvm-project/mlir/lib/Support/
DFileUtilities.cpp35 mlir::openOutputFile(StringRef outputFilename, std::string *errorMessage) { in openOutputFile() function in mlir
DMlirOptMain.cpp223 auto output = openOutputFile(outputFilename, &errorMessage); in MlirOptMain()
/external/llvm-project/mlir/tools/mlir-reduce/
Dmlir-reduce.cpp88 auto output = openOutputFile(outputFilename, &errorMessage); in main()
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
Dtf_tfjs_translate.cc161 auto output = mlir::openOutputFile(output_file_name, &error_msg); in main()
/external/llvm-project/mlir/lib/Transforms/
DLocationSnapshot.cpp82 openOutputFile(filepath, &error); in generateLocationsFromIR()
/external/tensorflow/tensorflow/compiler/mlir/
Dtf_mlir_translate_main.cc111 auto output = mlir::openOutputFile(output_filename, &error_message); in main()
/external/llvm-project/mlir/lib/Translation/
DTranslation.cpp169 auto output = openOutputFile(outputFilename, &errorMessage); in mlirTranslateMain()
/external/zstd/contrib/pzstd/
DPzstd.cpp130 static FILE *openOutputFile(const Options &options, in openOutputFile() function
189 auto outputFd = openOutputFile(options, outputFile, state); in pzstdMain()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_tfl_translate.cc249 auto output = mlir::openOutputFile(output_file_name, &error_msg); in main()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp136 std::unique_ptr<llvm::ToolOutputFile> openOutputFile(StringRef Path) { in openOutputFile() function in __anon9822fb3b0111::EmitAssemblyHelper
947 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly()
982 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssembly()
1352 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager()
1390 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssemblyWithNewPassManager()
/external/llvm/tools/gold/
Dgold-plugin.cpp1035 static int openOutputFile(SmallString<128> InFilename, bool TempOutFile, in openOutputFile() function
1088 int FD = openOutputFile(Filename, TempOutFile, Filenames[I], in runSplitCodeGen()
1099 int FD = openOutputFile(BCFilename, false, BCFilenames[I], I); in runSplitCodeGen()
1246 int FD = openOutputFile(Filename, TempOutFile, NewFilename, in thinLTOBackends()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc277 auto output = mlir::openOutputFile(filename, &error_message); in DumpOpGraphToFile()
/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp87 auto file = openOutputFile(outputFilename, &errorMessage); in dumpToObjectFile()
/external/llvm-project/mlir/lib/Pass/
DPass.cpp690 mlir::openOutputFile(filename, &error); in generate()
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/
Dmlir-linalg-ods-gen.cpp1757 openOutputFile(outputFilename, &errorMessage);