CIRCT 21.0.0git
|
Public Types | |
using | KeyTy = std::tuple< FIRRTLBaseType, size_t, char > |
![]() | |
using | KeyTy = char |
Public Member Functions | |
FVectorTypeStorage (FIRRTLBaseType elementType, size_t numElements, bool isConst) | |
bool | operator== (const KeyTy &key) const |
KeyTy | getAsKey () const |
![]() | |
FIRRTLBaseTypeStorage (bool isConst) | |
bool | operator== (const KeyTy &key) const |
KeyTy | getAsKey () const |
Static Public Member Functions | |
static FVectorTypeStorage * | construct (TypeStorageAllocator &allocator, KeyTy key) |
![]() | |
static FIRRTLBaseTypeStorage * | construct (TypeStorageAllocator &allocator, KeyTy key) |
Public Attributes | |
FIRRTLBaseType | elementType |
size_t | numElements |
RecursiveTypeProperties | props |
This holds the bits for the type's recursive properties, and can hold a pointer to a passive version of the type. | |
FIRRTLBaseType | passiveType |
FIRRTLBaseType | anonymousType |
![]() | |
char | isConst |
Definition at line 1805 of file FIRRTLTypes.cpp.
using circt::firrtl::detail::FVectorTypeStorage::KeyTy = std::tuple<FIRRTLBaseType, size_t, char> |
Definition at line 1807 of file FIRRTLTypes.cpp.
|
inline |
Definition at line 1809 of file FIRRTLTypes.cpp.
References circt::firrtl::RecursiveTypeProperties::containsConst, circt::firrtl::detail::FIRRTLBaseTypeStorage::isConst, and props.
|
inlinestatic |
Definition at line 1821 of file FIRRTLTypes.cpp.
|
inline |
Definition at line 1819 of file FIRRTLTypes.cpp.
References elementType, circt::firrtl::detail::FIRRTLBaseTypeStorage::isConst, and numElements.
Referenced by operator==().
|
inline |
Definition at line 1817 of file FIRRTLTypes.cpp.
References getAsKey().
FIRRTLBaseType circt::firrtl::detail::FVectorTypeStorage::anonymousType |
Definition at line 1835 of file FIRRTLTypes.cpp.
FIRRTLBaseType circt::firrtl::detail::FVectorTypeStorage::elementType |
Definition at line 1828 of file FIRRTLTypes.cpp.
Referenced by getAsKey().
size_t circt::firrtl::detail::FVectorTypeStorage::numElements |
Definition at line 1829 of file FIRRTLTypes.cpp.
Referenced by getAsKey().
FIRRTLBaseType circt::firrtl::detail::FVectorTypeStorage::passiveType |
Definition at line 1834 of file FIRRTLTypes.cpp.
RecursiveTypeProperties circt::firrtl::detail::FVectorTypeStorage::props |
This holds the bits for the type's recursive properties, and can hold a pointer to a passive version of the type.
Definition at line 1833 of file FIRRTLTypes.cpp.
Referenced by FVectorTypeStorage().