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

/gem5/ext/mcpat/
H A Dcore.cc287 L1_localBPT(NULL), L2_localBPT(NULL), chooser(NULL), RAS(NULL),
419 chooser = new ArrayST(xml_data, &interface_ip, "Predictor Chooser",
422 area.set_area(area.get_area() + chooser->local_result.area);
2246 chooser->tdp_stats.reset();
2247 chooser->tdp_stats.readAc.access = tdp_read_accesses;
2248 chooser->tdp_stats.writeAc.access = 0;
2249 chooser->rtp_stats.reset();
2250 chooser->rtp_stats.readAc.access = core_stats.total_instructions;
2251 chooser->rtp_stats.writeAc.access = core_stats.branch_instructions;
2252 chooser
[all...]
H A Dcore.h67 ArrayST* chooser; member in class:BranchPredictor

Completed in 19 milliseconds