MLIR  21.0.0git
ArmSVEVectorTransformOps.h
Go to the documentation of this file.
1 //===- ArmSVEVectorTransformOps.h - Vector 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_ARM_SVE_VECTOR_TRANSFORMOPS_H
10 #define MLIR_DIALECT_ARM_SVE_VECTOR_TRANSFORMOPS_H
11 
14 
15 //===----------------------------------------------------------------------===//
16 // ArmSVE Vector Transform Operations
17 //===----------------------------------------------------------------------===//
18 
19 #define GET_OP_CLASSES
20 #include "mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.h.inc"
21 
22 namespace mlir {
23 class DialectRegistry;
24 
25 namespace arm_sve {
27 
28 } // namespace arm_sve
29 } // namespace mlir
30 
31 #endif // MLIR_DIALECT_ARM_SVE_VECTOR_TRANSFORMOPS_H
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
void registerTransformDialectExtension(DialectRegistry &registry)
Include the generated interface declarations.