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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc62 : filterTable(num_filters), acyclic_histories(acyclic_bits.size()),
575 if (!threadData[tid]->filterTable.empty()) {
578 threadData[tid]->filterTable.size();
579 FilterEntry &f = threadData[tid]->filterTable[findex];
629 if (!threadData[tid]->filterTable.empty()) {
631 threadData[tid]->filterTable.size();
632 FilterEntry &f = threadData[tid]->filterTable[findex];
661 threadData[tid]->filterTable.size();
662 FilterEntry &frand = threadData[tid]->filterTable[rnd];
H A Dmultiperspective_perceptron.hh300 std::vector<FilterEntry> filterTable; member in struct:MultiperspectivePerceptron::ThreadData

Completed in 12 milliseconds