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

Public Types

using KeyTy = std::tuple<::mlir::tt::OOBVal >
 

Public Member Functions

 OOBValAttrStorage (::mlir::tt::OOBVal value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

::llvm::hash_code hashKey (const KeyTy &tblgenKey)
 
static OOBValAttrStorageconstruct (::mlir::AttributeStorageAllocator &allocator, KeyTy &&tblgenKey)
 

Public Attributes

::mlir::tt::OOBVal value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ OOBValAttrStorage()

mlir::tt::detail::OOBValAttrStorage::OOBValAttrStorage ( ::mlir::tt::OOBVal  value)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ value

::mlir::tt::OOBVal mlir::tt::detail::OOBValAttrStorage::value

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