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