|
MLIR 22.0.0git
|
#include "mlir/Dialect/ArmSME/IR/ArmSMEOpInterfaces.h"
Public Member Functions | |
| void | setTileId (mlir::IntegerAttr tileId) |
| Sets the tile ID for this operation. | |
| mlir::IntegerAttr | getTileId () |
| Returns the tile ID assigned to this operation. | |
| bool | isInMemoryTile () |
Static Public Member Functions | |
| ::llvm::LogicalResult | verifyTrait (::mlir::Operation *op) |
Definition at line 99 of file ArmSMEOpInterfaces.h.
|
inline |
Returns the tile ID assigned to this operation.
This will be null before tile allocation.
Definition at line 111 of file ArmSMEOpInterfaces.h.
|
inline |
Definition at line 119 of file ArmSMEOpInterfaces.h.
|
inline |
Sets the tile ID for this operation.
Definition at line 102 of file ArmSMEOpInterfaces.h.
|
inlinestatic |
Definition at line 115 of file ArmSMEOpInterfaces.h.