CIRCT
18.0.0git
|
Public Types | |
using | KeyTy = std::pair< UnpackedType, UnpackedType > |
![]() | |
using | KeyTy = UnpackedType |
Public Member Functions | |
AssocDimStorage (KeyTy key) | |
bool | operator== (const KeyTy &key) const |
![]() | |
DimStorage (KeyTy key) | |
bool | operator== (const KeyTy &key) const |
LogicalResult | mutate (TypeStorageAllocator &allocator, UnpackedType newResolved, UnpackedType newFullyResolved) |
template<class ConcreteDim , typename... Args> | |
void | finalize (ConcreteDim dim, Args... args) const |
Each dimension type calls this function from its get method. More... | |
Static Public Member Functions | |
static AssocDimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
![]() | |
static DimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
UnpackedType | indexType |
![]() | |
UnpackedType | inner |
UnpackedType | resolved |
UnpackedType | fullyResolved |
Definition at line 818 of file MooreTypes.cpp.
using circt::moore::detail::AssocDimStorage::KeyTy = std::pair<UnpackedType, UnpackedType> |
Definition at line 819 of file MooreTypes.cpp.
|
inline |
Definition at line 821 of file MooreTypes.cpp.
|
inlinestatic |
Definition at line 825 of file MooreTypes.cpp.
|
inline |
Definition at line 822 of file MooreTypes.cpp.
UnpackedType circt::moore::detail::AssocDimStorage::indexType |
Definition at line 830 of file MooreTypes.cpp.