|
gem5
v21.1.0.2
|
#include <dictionary_compressor.hh>
Public Member Functions | |
| CompData () | |
| ~CompData ()=default | |
| virtual void | addEntry (std::unique_ptr< Pattern >) |
| Add a pattern entry to the list of patterns. More... | |
Public Attributes | |
| std::vector< std::unique_ptr< Pattern > > | entries |
| The patterns matched in the original line. More... | |
Definition at line 393 of file dictionary_compressor.hh.
| gem5::compression::DictionaryCompressor< T >::CompData::CompData |
Definition at line 51 of file dictionary_compressor_impl.hh.
|
default |
|
virtual |
Add a pattern entry to the list of patterns.
| entry | The new pattern entry. |
Definition at line 58 of file dictionary_compressor_impl.hh.
References gem5::compression::Base::setSizeBits().
| std::vector<std::unique_ptr<Pattern> > gem5::compression::DictionaryCompressor< T >::CompData::entries |
The patterns matched in the original line.
Definition at line 397 of file dictionary_compressor.hh.