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

/gem5/src/cpu/pred/
H A DBranchPredictor.py557 ignore_path_size = Param.Bool(False, "Ignore the path storage") variable in class:MultiperspectivePerceptron
669 ignore_path_size = True variable in class:MultiperspectivePerceptronTAGE
H A Dmultiperspective_perceptron.cc157 p->local_history_length, p->ignore_path_size);
173 int nlocal_histories, int local_history_length, bool ignore_path_size)
180 if (!ignore_path_size) {
187 if (!ignore_path_size) {
172 computeBits(int num_filter_entries, int nlocal_histories, int local_history_length, bool ignore_path_size) argument
H A Dmultiperspective_perceptron.hh419 * @param ignore_path_size ignore the path length storage
422 int local_history_length, bool ignore_path_size);

Completed in 18 milliseconds