Searched refs:tagePredict (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage.cc101 return tage->tagePredict(tid, branch_pc, cond_branch, bi->tageBranchInfo);
H A Dltage.cc68 bool pred_taken = tage->tagePredict(tid, branch_pc, cond_branch,
H A Dtage_base.hh336 bool tagePredict(
H A Dtage_sc_l.cc372 bool pred_taken = tage->tagePredict(tid, branch_pc, cond_branch,
H A Dmultiperspective_perceptron_tage.cc534 bool pred_taken = tage->tagePredict(tid, instPC, true, bi->tageBranchInfo);
H A Dtage_base.cc355 TAGEBase::tagePredict(ThreadID tid, Addr branch_pc, function in class:TAGEBase

Completed in 15 milliseconds