/external/llvm-project/mlir/include/mlir/Support/ |
D | FileUtilities.h | 36 openOutputFile(llvm::StringRef outputFilename,
|
/external/llvm-project/mlir/lib/Support/ |
D | FileUtilities.cpp | 35 mlir::openOutputFile(StringRef outputFilename, std::string *errorMessage) { in openOutputFile() function in mlir
|
D | MlirOptMain.cpp | 223 auto output = openOutputFile(outputFilename, &errorMessage); in MlirOptMain()
|
/external/llvm-project/mlir/tools/mlir-reduce/ |
D | mlir-reduce.cpp | 88 auto output = openOutputFile(outputFilename, &errorMessage); in main()
|
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/ |
D | tf_tfjs_translate.cc | 161 auto output = mlir::openOutputFile(output_file_name, &error_msg); in main()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | LocationSnapshot.cpp | 82 openOutputFile(filepath, &error); in generateLocationsFromIR()
|
/external/tensorflow/tensorflow/compiler/mlir/ |
D | tf_mlir_translate_main.cc | 111 auto output = mlir::openOutputFile(output_filename, &error_message); in main()
|
/external/llvm-project/mlir/lib/Translation/ |
D | Translation.cpp | 169 auto output = openOutputFile(outputFilename, &errorMessage); in mlirTranslateMain()
|
/external/zstd/contrib/pzstd/ |
D | Pzstd.cpp | 130 static FILE *openOutputFile(const Options &options, in openOutputFile() function 189 auto outputFd = openOutputFile(options, outputFile, state); in pzstdMain()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | tf_tfl_translate.cc | 249 auto output = mlir::openOutputFile(output_file_name, &error_msg); in main()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 136 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/ |
D | gold-plugin.cpp | 1035 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/ |
D | tf_tfl_flatbuffer_helpers.cc | 277 auto output = mlir::openOutputFile(filename, &error_message); in DumpOpGraphToFile()
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 87 auto file = openOutputFile(outputFilename, &errorMessage); in dumpToObjectFile()
|
/external/llvm-project/mlir/lib/Pass/ |
D | Pass.cpp | 690 mlir::openOutputFile(filename, &error); in generate()
|
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
D | mlir-linalg-ods-gen.cpp | 1757 openOutputFile(outputFilename, &errorMessage);
|