TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::tt::detail::OperandConstraintAttrStorage Struct Reference
Inheritance diagram for mlir::tt::detail::OperandConstraintAttrStorage:

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 OperandConstraintAttrStorageconstruct (::mlir::AttributeStorageAllocator &allocator, KeyTy &&tblgenKey)
 

Public Attributes

::mlir::tt::OperandConstraint value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ OperandConstraintAttrStorage()

mlir::tt::detail::OperandConstraintAttrStorage::OperandConstraintAttrStorage ( ::mlir::tt::OperandConstraint  value)
inline

Member Function Documentation

◆ construct()

static OperandConstraintAttrStorage* mlir::tt::detail::OperandConstraintAttrStorage::construct ( ::mlir::AttributeStorageAllocator &  allocator,
KeyTy &&  tblgenKey 
)
inlinestatic

◆ getAsKey()

KeyTy mlir::tt::detail::OperandConstraintAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

::llvm::hash_code mlir::tt::detail::OperandConstraintAttrStorage::hashKey ( const KeyTy tblgenKey)
inlinestatic

◆ operator==()

bool mlir::tt::detail::OperandConstraintAttrStorage::operator== ( const KeyTy tblgenKey) const
inline

Member Data Documentation

◆ value

::mlir::tt::OperandConstraint mlir::tt::detail::OperandConstraintAttrStorage::value

The documentation for this struct was generated from the following file: