MLIR  19.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 
22 #include "mlir/IR/BuiltinTypes.h"
23 #include "mlir/IR/Dialect.h"
24 #include "mlir/IR/OpDefinition.h"
26 
27 namespace mlir::arm_sme {
28 static constexpr unsigned kInMemoryTileIdBase = 16;
29 #include "mlir/Dialect/ArmSME/IR/ArmSMEOpInterfaces.h.inc"
30 } // namespace mlir::arm_sme
31 
32 #define GET_ATTRDEF_CLASSES
33 #include "mlir/Dialect/ArmSME/IR/ArmSMEAttrDefs.h.inc"
34 
35 #include "mlir/Dialect/ArmSME/IR/ArmSMEDialect.h.inc"
36 
37 #define GET_OP_CLASSES
38 #include "mlir/Dialect/ArmSME/IR/ArmSMEOps.h.inc"
39 
40 #define GET_OP_CLASSES
41 #include "mlir/Dialect/ArmSME/IR/ArmSMEIntrinsicOps.h.inc"
42 
43 #endif // MLIR_DIALECT_ARMSME_IR_ARMSME_H
static constexpr unsigned kInMemoryTileIdBase
Definition: ArmSME.h:28