MLIR  20.0.0git
ArmSME.h
Go to the documentation of this file.
1 //===- ArmSMEDialect.h - MLIR Dialect for Arm SME ---------------*- 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 // This file declares the Target dialect for ArmSME in MLIR.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 #ifndef MLIR_DIALECT_ARMSME_IR_ARMSME_H
14 #define MLIR_DIALECT_ARMSME_IR_ARMSME_H
15 
23 #include "mlir/IR/BuiltinTypes.h"
24 #include "mlir/IR/Dialect.h"
25 #include "mlir/IR/OpDefinition.h"
27 
28 #define GET_ATTRDEF_CLASSES
29 #include "mlir/Dialect/ArmSME/IR/ArmSMEAttrDefs.h.inc"
30 
31 #include "mlir/Dialect/ArmSME/IR/ArmSMEDialect.h.inc"
32 
33 #define GET_OP_CLASSES
34 #include "mlir/Dialect/ArmSME/IR/ArmSMEOps.h.inc"
35 
36 #define GET_OP_CLASSES
37 #include "mlir/Dialect/ArmSME/IR/ArmSMEIntrinsicOps.h.inc"
38 
39 #endif // MLIR_DIALECT_ARMSME_IR_ARMSME_H