TT-MLIR
|
Public Types | |
using | KeyTy = std::tuple<::mlir::tt::OperandConstraint > |
Public Member Functions | |
OperandConstraintAttrStorage (::mlir::tt::OperandConstraint value) | |
KeyTy | getAsKey () const |
bool | operator== (const KeyTy &tblgenKey) const |
Static Public Member Functions | |
::llvm::hash_code | hashKey (const KeyTy &tblgenKey) |
static OperandConstraintAttrStorage * | construct (::mlir::AttributeStorageAllocator &allocator, KeyTy &&tblgenKey) |
Public Attributes | |
::mlir::tt::OperandConstraint | value |
using mlir::tt::detail::OperandConstraintAttrStorage::KeyTy = std::tuple<::mlir::tt::OperandConstraint> |
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inline |
::mlir::tt::OperandConstraint mlir::tt::detail::OperandConstraintAttrStorage::value |