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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh181 LocalHistories(int nlocal_histories, int histo_len) : argument
182 localHistories(nlocal_histories), localHistoryLength(histo_len) {}
417 * @param nlocal_histories number of local history entries
421 void computeBits(int num_filter_entries, int nlocal_histories,
H A Dmultiperspective_perceptron.cc173 int nlocal_histories, int local_history_length, bool ignore_path_size)
192 totalbits += doing_local ? (nlocal_histories * local_history_length) : 0;
172 computeBits(int num_filter_entries, int nlocal_histories, int local_history_length, bool ignore_path_size) argument

Completed in 7 milliseconds