/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* Interface Definitions *| |* *| |* Automatically generated file, do not edit! *| |* *| \*===----------------------------------------------------------------------===*/ /// Sets the tile ID for this operation. void ArmSMETileOpInterface::setTileId(mlir::IntegerAttr tileId) { … } /// Returns the tile ID assigned to this operation. This will be null before /// tile allocation. mlir::IntegerAttr ArmSMETileOpInterface::getTileId() { … } /// Returns the VectorType of the tile used by this operation. VectorType ArmSMETileOpInterface::getTileType() { … }