Searched refs:PredecBlk (Results 1 - 5 of 5) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.h | 83 class PredecBlk : public Component { class in inherits:Component 85 PredecBlk( 139 PredecBlk * blk_, 166 PredecBlk * blk; 204 PredecBlk * blk1; 205 PredecBlk * blk2;
|
H A D | mat.h | 57 PredecBlk * dummy_way_sel_predec_blk1; 58 PredecBlk * dummy_way_sel_predec_blk2;
|
H A D | mat.cc | 207 PredecBlk * r_predec_blk1 = new PredecBlk( 215 PredecBlk * r_predec_blk2 = new PredecBlk( 223 PredecBlk * b_mux_predec_blk1 = new PredecBlk(deg_bl_muxing, bit_mux_dec, 0, 0, 1, is_dram, true); 224 PredecBlk * b_mux_predec_blk2 = new PredecBlk(deg_bl_muxing, bit_mux_dec, 0, 0, 1, is_dram, false); 225 PredecBlk * sa_mux_lev_1_predec_blk1 = new PredecBlk(dyn_ [all...] |
H A D | decoder.cc | 264 PredecBlk::PredecBlk( function in class:PredecBlk 341 void PredecBlk::compute_widths() { 518 void PredecBlk::compute_area() { 656 pair<double, double> PredecBlk::compute_delays( 836 void PredecBlk::leakage_feedback(double temperature) 970 PredecBlk * blk_,
|
/gem5/ext/mcpat/ |
H A D | logic.cc | 853 PredecBlk * predec_blk1 = new PredecBlk( 861 PredecBlk * predec_blk2 = new PredecBlk(
|
Completed in 18 milliseconds