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

/gem5/ext/mcpat/
H A Dcore.h109 BranchPredictor* BPT; member in class:InstFetchU
H A Dcore.cc57 BPT(NULL), ID_inst(NULL), ID_operand(NULL), ID_misc(NULL),
133 * 1) when BPT@ID stage finds out current is a taken branch while BTB missed
134 * 2) When BPT@ID stage predicts differently than BTB
175 BPT = new BranchPredictor(xml_data, &interface_ip,
177 area.set_area(area.get_area() + BPT->area.get_area());
345 //Local BPT (Level 1)
373 //Local BPT (Level 2)
2342 if (BPT) {
2343 BPT->computeEnergy();
2438 if (BPT) {
[all...]

Completed in 8 milliseconds