CIRCT
18.0.0git
|
Public Types | |
using | KeyTy = std::pair< UnpackedType, unsigned > |
![]() | |
using | KeyTy = UnpackedType |
Public Member Functions | |
SizedDimStorage (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 SizedDimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
![]() | |
static DimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
unsigned | size |
![]() | |
UnpackedType | inner |
UnpackedType | resolved |
UnpackedType | fullyResolved |
Definition at line 803 of file MooreTypes.cpp.
using circt::moore::detail::SizedDimStorage::KeyTy = std::pair<UnpackedType, unsigned> |
Definition at line 804 of file MooreTypes.cpp.
|
inline |
Definition at line 806 of file MooreTypes.cpp.
|
inlinestatic |
Definition at line 810 of file MooreTypes.cpp.
|
inline |
Definition at line 807 of file MooreTypes.cpp.
unsigned circt::moore::detail::SizedDimStorage::size |
Definition at line 815 of file MooreTypes.cpp.