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