Searched refs:match_location (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/cache/compressors/
H A Dcpack.hh85 const std::array<uint8_t, 4>& dict_bytes, const int match_location)
91 if (Head::isPattern(bytes, dict_bytes, match_location)) {
93 new Head(bytes, match_location));
97 match_location);
110 const std::array<uint8_t, 4>& dict_bytes, const int match_location)
113 return std::unique_ptr<Pattern>(new Head(bytes, match_location));
280 * @param match_location Index of the match location.
284 const int match_location, const bool allocate = true)
287 matchLocation(match_location), allocate(allocate) {};
370 PatternZZZZ(const std::array<uint8_t, 4> bytes, const int match_location) argument
83 getPattern( const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
108 getPattern( const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
282 Pattern(const PatternNumber number, const uint64_t code, const uint64_t metadata_length, const uint64_t num_unmatched_bytes, const int match_location, const bool allocate = true) argument
373 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
398 PatternXXXX(const std::array<uint8_t, 4> bytes, const int match_location) argument
401 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
421 PatternMMMM(const std::array<uint8_t, 4> bytes, const int match_location) argument
424 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
449 PatternMMXX(const std::array<uint8_t, 4> bytes, const int match_location) argument
453 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
481 PatternZZZX(const std::array<uint8_t, 4> bytes, const int match_location) argument
484 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
509 PatternMMMX(const std::array<uint8_t, 4> bytes, const int match_location) argument
513 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
[all...]

Completed in 5 milliseconds