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

Public Types

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

Public Member Functions

 ChipPhysicalCoresAttrStorage (::llvm::ArrayRef< CoreCoordAttr > worker, ::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 ChipPhysicalCoresAttrStorageconstruct (::mlir::AttributeStorageAllocator &allocator, KeyTy &&tblgenKey)
 

Public Attributes

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

Member Typedef Documentation

◆ KeyTy

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

Constructor & Destructor Documentation

◆ ChipPhysicalCoresAttrStorage()

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

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ dram

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

◆ eth

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

◆ eth_inactive

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

◆ worker

::llvm::ArrayRef<CoreCoordAttr> mlir::tt::detail::ChipPhysicalCoresAttrStorage::worker

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