CIRCT  19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
circt::firrtl::detail::FVectorTypeStorage Struct Reference
Inheritance diagram for circt::firrtl::detail::FVectorTypeStorage:
Inheritance graph
[legend]
Collaboration diagram for circt::firrtl::detail::FVectorTypeStorage:
Collaboration graph
[legend]

Public Types

using KeyTy = std::tuple< FIRRTLBaseType, size_t, char >
 
- Public Types inherited from circt::firrtl::detail::FIRRTLBaseTypeStorage
using KeyTy = char
 

Public Member Functions

 FVectorTypeStorage (FIRRTLBaseType elementType, size_t numElements, bool isConst)
 
bool operator== (const KeyTy &key) const
 
KeyTy getAsKey () const
 
- Public Member Functions inherited from circt::firrtl::detail::FIRRTLBaseTypeStorage
 FIRRTLBaseTypeStorage (bool isConst)
 
bool operator== (const KeyTy &key) const
 
KeyTy getAsKey () const
 

Static Public Member Functions

static FVectorTypeStorageconstruct (TypeStorageAllocator &allocator, KeyTy key)
 
- Static Public Member Functions inherited from circt::firrtl::detail::FIRRTLBaseTypeStorage
static FIRRTLBaseTypeStorageconstruct (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. More...
 
FIRRTLBaseType passiveType
 
FIRRTLBaseType anonymousType
 
- Public Attributes inherited from circt::firrtl::detail::FIRRTLBaseTypeStorage
char isConst
 

Detailed Description

Definition at line 1844 of file FIRRTLTypes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 1846 of file FIRRTLTypes.cpp.

Constructor & Destructor Documentation

◆ FVectorTypeStorage()

circt::firrtl::detail::FVectorTypeStorage::FVectorTypeStorage ( FIRRTLBaseType  elementType,
size_t  numElements,
bool  isConst 
)
inline

Member Function Documentation

◆ construct()

static FVectorTypeStorage* circt::firrtl::detail::FVectorTypeStorage::construct ( TypeStorageAllocator &  allocator,
KeyTy  key 
)
inlinestatic

Definition at line 1860 of file FIRRTLTypes.cpp.

References FVectorTypeStorage().

◆ getAsKey()

KeyTy circt::firrtl::detail::FVectorTypeStorage::getAsKey ( ) const
inline

◆ operator==()

bool circt::firrtl::detail::FVectorTypeStorage::operator== ( const KeyTy key) const
inline

Definition at line 1856 of file FIRRTLTypes.cpp.

References getAsKey().

Member Data Documentation

◆ anonymousType

FIRRTLBaseType circt::firrtl::detail::FVectorTypeStorage::anonymousType

Definition at line 1874 of file FIRRTLTypes.cpp.

◆ elementType

FIRRTLBaseType circt::firrtl::detail::FVectorTypeStorage::elementType

Definition at line 1867 of file FIRRTLTypes.cpp.

Referenced by getAsKey().

◆ numElements

size_t circt::firrtl::detail::FVectorTypeStorage::numElements

Definition at line 1868 of file FIRRTLTypes.cpp.

Referenced by getAsKey().

◆ passiveType

FIRRTLBaseType circt::firrtl::detail::FVectorTypeStorage::passiveType

Definition at line 1873 of file FIRRTLTypes.cpp.

◆ props

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 1872 of file FIRRTLTypes.cpp.

Referenced by FVectorTypeStorage().


The documentation for this struct was generated from the following file: