Searched refs:updateStats (Results 1 - 13 of 13) sorted by relevance

/gem5/src/cpu/pred/
H A Dltage.cc120 tage->updateStats(taken, bi->tageBranchInfo);
122 loopPredictor->updateStats(taken, bi->lpBranchInfo);
H A Dtage.cc77 tage->updateStats(taken, bi->tageBranchInfo);
H A Dloop_predictor.hh230 void updateStats(bool taken, BranchInfo* bi);
H A Dtage_sc_l.cc440 tage->updateStats(taken, bi->tageBranchInfo);
442 loopPredictor->updateStats(taken, bi->lpBranchInfo);
444 statisticalCorrector->updateStats(taken, bi->scBranchInfo);
H A Dmultiperspective_perceptron_tage.cc628 tage->updateStats(taken, bi->tageBranchInfo);
629 loopPredictor->updateStats(taken, bi->lpBranchInfo);
630 statisticalCorrector->updateStats(taken, bi->scBranchInfo);
H A Dtage_base.hh345 virtual void updateStats(bool taken, BranchInfo* bi);
H A Dstatistical_corrector.hh264 void updateStats(bool taken, BranchInfo *bi);
H A Dloop_predictor.cc316 LoopPredictor::updateStats(bool taken, BranchInfo* bi) function in class:LoopPredictor
H A Dstatistical_corrector.cc376 StatisticalCorrector::updateStats(bool taken, BranchInfo *bi) function in class:StatisticalCorrector
H A Dtage_base.cc657 TAGEBase::updateStats(bool taken, BranchInfo* bi) function in class:TAGEBase
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc504 GPUDynInst::updateStats() function in class:GPUDynInst
H A Dgpu_dyn_inst.hh279 void updateStats();
/gem5/src/arch/hsail/insts/
H A Dmem.hh497 gpuDynInst->updateStats();
1090 gpuDynInst->updateStats();
1660 gpuDynInst->updateStats();

Completed in 37 milliseconds