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

Public Types

using KeyTy = std::tuple<::llvm::ArrayRef< CoreCoordAttr >, ::llvm::ArrayRef< CoreCoordAttr >, ::llvm::ArrayRef< CoreCoordAttr > >
 

Public Member Functions

 ChipPhysicalHelperCoresAttrStorage (::llvm::ArrayRef< CoreCoordAttr > dram, ::llvm::ArrayRef< CoreCoordAttr > eth, ::llvm::ArrayRef< CoreCoordAttr > eth_inactive)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::llvm::ArrayRef< CoreCoordAttrdram
 
::llvm::ArrayRef< CoreCoordAttreth
 
::llvm::ArrayRef< CoreCoordAttreth_inactive
 

Member Typedef Documentation

◆ KeyTy

using mlir::tt::detail::ChipPhysicalHelperCoresAttrStorage::KeyTy = std::tuple<::llvm::ArrayRef<CoreCoordAttr>, ::llvm::ArrayRef<CoreCoordAttr>, ::llvm::ArrayRef<CoreCoordAttr> >

Constructor & Destructor Documentation

◆ ChipPhysicalHelperCoresAttrStorage()

mlir::tt::detail::ChipPhysicalHelperCoresAttrStorage::ChipPhysicalHelperCoresAttrStorage ( ::llvm::ArrayRef< CoreCoordAttr dram,
::llvm::ArrayRef< CoreCoordAttr eth,
::llvm::ArrayRef< CoreCoordAttr eth_inactive 
)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ dram

::llvm::ArrayRef<CoreCoordAttr> mlir::tt::detail::ChipPhysicalHelperCoresAttrStorage::dram

◆ eth

::llvm::ArrayRef<CoreCoordAttr> mlir::tt::detail::ChipPhysicalHelperCoresAttrStorage::eth

◆ eth_inactive

::llvm::ArrayRef<CoreCoordAttr> mlir::tt::detail::ChipPhysicalHelperCoresAttrStorage::eth_inactive

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