Home
last modified time | relevance | path

Searched refs:getOperationPrinter (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.td39 getOperationPrinter(::mlir::Operation *op) const override;
H A DTestDialect.cpp496 TestDialect::getOperationPrinter(Operation *op) const { in getOperationPrinter() function in TestDialect
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp83 Dialect::getOperationPrinter(Operation *op) const { in getOperationPrinter() function in Dialect
H A DOperation.cpp609 if (auto printFn = op->getDialect()->getOperationPrinter(op)) { in print()
H A DAsmPrinter.cpp2875 if (auto opPrinter = dialect->getOperationPrinter(op)) { in printOperation()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialect.h124 getOperationPrinter(Operation *op) const;