llvm/mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOpInterfaces.h

//===- ArmSMEOpInterfaces.h - Arm SME Dialect OpInterfaces ------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef MLIR_DIALECT_ARMSME_OPINTERFACES_H
#define MLIR_DIALECT_ARMSME_OPINTERFACES_H

#include "mlir/Dialect/Vector/IR/VectorOps.h"

namespace mlir::arm_sme {

namespace detail {
LogicalResult verifyArmSMETileOpInterface(Operation *);
}

// The first in-memory SME tile ID. This is set to 16 as that is the first tile
// ID larger than any virtual tile ID supported by the SME ISA.
static constexpr unsigned kInMemoryTileIdBase =;

#include "mlir/Dialect/ArmSME/IR/ArmSMEOpInterfaces.h.inc"
} // namespace mlir::arm_sme

#endif // MLIR_DIALECT_ARMSME_OPINTERFACES_H