CIRCT
18.0.0git
|
Public Types | |
using | KeyTy = std::pair< UnpackedType, Range > |
![]() | |
using | KeyTy = UnpackedType |
Public Member Functions | |
RangeDimStorage (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 RangeDimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
![]() | |
static DimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Range | range |
![]() | |
UnpackedType | inner |
UnpackedType | resolved |
UnpackedType | fullyResolved |
Definition at line 710 of file MooreTypes.cpp.
using circt::moore::detail::RangeDimStorage::KeyTy = std::pair<UnpackedType, Range> |
Definition at line 711 of file MooreTypes.cpp.
|
inline |
Definition at line 713 of file MooreTypes.cpp.
Referenced by construct().
|
inlinestatic |
Definition at line 717 of file MooreTypes.cpp.
References RangeDimStorage().
|
inline |
Definition at line 714 of file MooreTypes.cpp.
References circt::moore::detail::DimStorage::inner, and range.
Range circt::moore::detail::RangeDimStorage::range |
Definition at line 722 of file MooreTypes.cpp.
Referenced by operator==().