MLIR  20.0.0git
DLTITransformOps.h
Go to the documentation of this file.
1 //===- DLTITransformOps.h - DLTI transform ops ------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef MLIR_DIALECT_DLTI_TRANSFORMOPS_DLTITRANSFORMOPS_H
10 #define MLIR_DIALECT_DLTI_TRANSFORMOPS_DLTITRANSFORMOPS_H
11 
16 
17 namespace mlir {
18 namespace transform {
19 class QueryOp;
20 } // namespace transform
21 } // namespace mlir
22 
23 namespace mlir {
24 class DialectRegistry;
25 
26 namespace dlti {
27 void registerTransformDialectExtension(DialectRegistry &registry);
28 } // namespace dlti
29 } // namespace mlir
30 
31 ////===----------------------------------------------------------------------===//
32 //// DLTI Transform Operations
33 ////===----------------------------------------------------------------------===//
34 
35 #define GET_OP_CLASSES
36 #include "mlir/Dialect/DLTI/TransformOps/DLTITransformOps.h.inc"
37 
38 #endif // MLIR_DIALECT_DLTI_TRANSFORMOPS_DLTITRANSFORMOPS_H
void registerTransformDialectExtension(DialectRegistry &registry)
Include the generated interface declarations.