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

/gem5/src/base/
H A Dsat_counter.hh56 class SatCounter class
60 SatCounter() = delete;
71 explicit SatCounter(unsigned bits, uint8_t initial_val = 0) function in class:SatCounter
82 SatCounter(const SatCounter& other) function in class:SatCounter
89 SatCounter& operator=(const SatCounter& other) {
91 SatCounter temp(other);
98 SatCounter(SatCounter function in class:SatCounter
[all...]
H A Dsat_counter.test.cc44 SatCounter counter(bits);
59 SatCounter counter(bits);
75 SatCounter counter(bits, initial_value);
89 SatCounter counter(bits);
106 SatCounter counter(bits);
122 SatCounter counter(bits);
148 SatCounter counter(bits, initial_value);
149 SatCounter other(bits, initial_value);
152 SatCounter saturated_counter(bits, bits);
196 SatCounter counter_pr
[all...]
/gem5/src/cpu/pred/
H A Dbi_mode.hh102 std::vector<SatCounter> choiceCounters;
104 std::vector<SatCounter> takenCounters;
106 std::vector<SatCounter> notTakenCounters;
H A Dtournament.hh187 std::vector<SatCounter> localCtrs;
205 std::vector<SatCounter> globalCtrs;
235 std::vector<SatCounter> choiceCtrs;
H A D2bit_local.hh122 std::vector<SatCounter> localCtrs;
H A Dbi_mode.cc48 choiceCounters(choicePredictorSize, SatCounter(choiceCtrBits)),
49 takenCounters(globalPredictorSize, SatCounter(globalCtrBits)),
50 notTakenCounters(globalPredictorSize, SatCounter(globalCtrBits))
H A D2bit_local.cc43 localCtrs(localPredictorSets, SatCounter(localCtrBits)),
H A Dtournament.cc52 localCtrs(localPredictorSize, SatCounter(localCtrBits)),
57 globalCtrs(globalPredictorSize, SatCounter(globalCtrBits)),
66 choiceCtrs(choicePredictorSize, SatCounter(choiceCtrBits))
/gem5/src/mem/cache/replacement_policies/
H A Dbrrip_rp.hh75 SatCounter rrpv;
/gem5/src/base/filters/
H A Dbase.hh52 std::vector<SatCounter> filter;
66 filter(p->size, SatCounter(p->num_bits)),
/gem5/src/mem/cache/prefetch/
H A Dirregular_stream_buffer.hh73 SatCounter counter;
H A Dsignature_path.hh90 SatCounter counter;
100 SatCounter counter;
H A Dindirect_memory.hh88 SatCounter indirectCounter;
H A Dspatio_temporal_memory_streaming.hh78 SatCounter counter;

Completed in 17 milliseconds