Home
last modified time | relevance | path

Searched refs:registerAsmPrinterCLOptions (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DMlirTranslateMain.cpp62 registerAsmPrinterCLOptions(); in mlirTranslateMain()
/llvm-project-15.0.7/mlir/examples/toy/Ch2/
H A Dtoyc.cpp127 mlir::registerAsmPrinterCLOptions(); in main()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/
H A Dtoyc.cpp146 mlir::registerAsmPrinterCLOptions(); in main()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/
H A Dtoyc.cpp155 mlir::registerAsmPrinterCLOptions(); in main()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/
H A Dtoyc.cpp178 mlir::registerAsmPrinterCLOptions(); in main()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp258 mlir::registerAsmPrinterCLOptions(); in main()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp230 registerAsmPrinterCLOptions(); in MlirOptMain()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp259 mlir::registerAsmPrinterCLOptions(); in main()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAsmState.h395 void registerAsmPrinterCLOptions();
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp177 void mlir::registerAsmPrinterCLOptions() { in registerAsmPrinterCLOptions() function in mlir