|
CIRCT 23.0.0git
|


Public Types | |
| using | KeyTy = std::tuple< ArrayRef< OpenBundleType::BundleElement >, char > |
Public Member Functions | |
| OpenBundleTypeStorage (ArrayRef< OpenBundleType::BundleElement > elements, bool isConst) | |
| bool | operator== (const KeyTy &key) const |
| KeyTy | getAsKey () const |
Static Public Member Functions | |
| static llvm::hash_code | hashKey (const KeyTy &key) |
| static OpenBundleTypeStorage * | construct (TypeStorageAllocator &allocator, KeyTy key) |
Public Attributes | |
| SmallVector< OpenBundleType::BundleElement, 4 > | elements |
| SmallVector< uint64_t, 4 > | fieldIDs |
| uint64_t | maxFieldID |
| RecursiveTypeProperties | props |
| This holds the bits for the type's recursive properties, and can hold a pointer to a passive version of the type. | |
| char | isConst |
Definition at line 1675 of file FIRRTLTypes.cpp.
| using circt::firrtl::detail::OpenBundleTypeStorage::KeyTy = std::tuple<ArrayRef<OpenBundleType::BundleElement>, char> |
Definition at line 1676 of file FIRRTLTypes.cpp.
|
inline |
Definition at line 1678 of file FIRRTLTypes.cpp.
References circt::firrtl::RecursiveTypeProperties::containsAnalog, circt::firrtl::RecursiveTypeProperties::containsConst, circt::firrtl::RecursiveTypeProperties::containsReference, circt::firrtl::RecursiveTypeProperties::containsTypeAlias, elements, fieldIDs, circt::hw::FieldIdImpl::getMaxFieldID(), circt::firrtl::RecursiveTypeProperties::hasUninferredReset, circt::firrtl::RecursiveTypeProperties::hasUninferredWidth, circt::firrtl::RecursiveTypeProperties::isPassive, maxFieldID, and props.
|
inlinestatic |
Definition at line 1712 of file FIRRTLTypes.cpp.
|
inline |
Definition at line 1710 of file FIRRTLTypes.cpp.
References elements, and isConst.
Referenced by operator==().
|
inlinestatic |
Definition at line 1706 of file FIRRTLTypes.cpp.
References llvm::hash_value().
|
inline |
Definition at line 1704 of file FIRRTLTypes.cpp.
References getAsKey().
| SmallVector<OpenBundleType::BundleElement, 4> circt::firrtl::detail::OpenBundleTypeStorage::elements |
Definition at line 1719 of file FIRRTLTypes.cpp.
Referenced by getAsKey(), and OpenBundleTypeStorage().
| SmallVector<uint64_t, 4> circt::firrtl::detail::OpenBundleTypeStorage::fieldIDs |
Definition at line 1720 of file FIRRTLTypes.cpp.
Referenced by OpenBundleTypeStorage().
| char circt::firrtl::detail::OpenBundleTypeStorage::isConst |
Definition at line 1728 of file FIRRTLTypes.cpp.
Referenced by getAsKey().
| uint64_t circt::firrtl::detail::OpenBundleTypeStorage::maxFieldID |
Definition at line 1721 of file FIRRTLTypes.cpp.
Referenced by OpenBundleTypeStorage().
| RecursiveTypeProperties circt::firrtl::detail::OpenBundleTypeStorage::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 1725 of file FIRRTLTypes.cpp.
Referenced by OpenBundleTypeStorage().