Searched refs:ghist_length (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/pred/ |
H A D | multiperspective_perceptron.cc | 55 int ghist_length, int block_size, 65 ghist_words(ghist_length/block_size+1, 0), 125 doing_recency(false), assoc(0), ghist_length(p->initial_ghist_length), 164 ghist_length, blockSize, acyclic_bits, 179 totalbits += ghist_length; 553 for (int i = 0; i < ghist_length / blockSize + 1; i += 1) { 719 for (int i = 0; i < ghist_length / blockSize + 1; i += 1) { 52 ThreadData(int num_filters, int n_local_histories, int local_history_length, int assoc, const std::vector<std::vector<int>> &blurrypath_bits, int path_length, int ghist_length, int block_size, const std::vector<std::vector<std::vector<bool>>> &acyclic_bits, const std::vector<int> &modhist_indices, const std::vector<int> &modhist_lengths, const std::vector<int> &modpath_indices, const std::vector<int> &modpath_lengths, const std::vector<int> &table_sizes, int n_sign_bits) argument
|
H A D | multiperspective_perceptron.hh | 292 int path_length, int ghist_length, int block_size, 358 int ghist_length; member in class:MultiperspectivePerceptron 528 if (mpp.ghist_length <= p2) { 529 mpp.ghist_length = p2 + 1; 847 if (mpp.ghist_length <= p1) { 848 mpp.ghist_length = p1 + 1;
|
Completed in 11 milliseconds