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

/gem5/src/cpu/pred/
H A Dloop_predictor.cc58 useHashing(p->useHashing),
97 if (useHashing) {
106 return (useHashing ? (index ^ ((lowPcBits >> way) << logLoopTableAssoc)) :
120 if (useHashing) {
H A Dloop_predictor.hh83 const bool useHashing; member in class:LoopPredictor
132 int loopIndexB; // only for useHashing
H A DBranchPredictor.py189 useHashing = Param.Bool(False, "Use hashing") variable in class:LoopPredictor
318 useHashing = True variable in class:TAGE_SC_L_LoopPredictor
607 useHashing = True variable in class:MPP_LoopPredictor

Completed in 12 milliseconds