Searched refs:getIndex (Results 1 - 8 of 8) sorted by relevance
/gem5/src/cpu/pred/ |
H A D | btb.cc | 75 DefaultBTB::getIndex(Addr instPC, ThreadID tid) function in class:DefaultBTB 93 unsigned btb_idx = getIndex(instPC, tid); 114 unsigned btb_idx = getIndex(instPC, tid); 132 unsigned btb_idx = getIndex(instPC, tid);
|
H A D | btb.hh | 100 inline unsigned getIndex(Addr instPC, ThreadID tid);
|
H A D | multiperspective_perceptron.cc | 272 MultiperspectivePerceptron::getIndex(ThreadID tid, const MPPBranchInfo &bi, function in class:MultiperspectivePerceptron 334 unsigned int hashed_idx = getIndex(tid, bi, spec, i); 421 unsigned int hashed_idx = getIndex(tid, bi, spec, i); 469 unsigned int hashed_idx = getIndex(tid, bi, spec, i); 503 unsigned int hashed_idx = getIndex(tid, bi, spec, i); 521 unsigned int hashed_idx = getIndex(tid, bi, spec, i);
|
H A D | multiperspective_perceptron_tage.cc | 411 MultiperspectivePerceptronTAGE::getIndex(ThreadID tid, MPPTAGEBranchInfo &bi, function in class:MultiperspectivePerceptronTAGE 441 threadData[tid]->tables[i][getIndex(tid, bi, *specs[i], i)]; 453 unsigned int idx = getIndex(tid, bi, *specs[i], i);
|
H A D | multiperspective_perceptron_tage.hh | 214 unsigned int getIndex(ThreadID tid, MPPTAGEBranchInfo &bi,
|
H A D | multiperspective_perceptron.hh | 437 unsigned int getIndex(ThreadID tid, const MPPBranchInfo &bi,
|
/gem5/src/base/ |
H A D | addr_range.test.cc | 97 virtual int getIndex(Addr addr) = 0; 102 int i = getIndex(addr); 114 int i = getIndex(addr); 145 int getIndex(Addr addr) override 202 int getIndex(Addr addr) override
|
/gem5/src/mem/ |
H A D | stack_dist_calc.hh | 273 uint64_t getIndex() const { return index; } function in class:StackDistCalc
|
Completed in 25 milliseconds