• Home
  • Raw
  • Download

Lines Matching refs:EG_IR

1077 	    cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);  in log_1I0D()
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I0D()
1082 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I0D()
1103 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_2I0D()
1106 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_2I0D()
1114 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]); in log_2I0D()
1116 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]); in log_2I0D()
1139 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_3I0D()
1142 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_3I0D()
1150 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]); in log_3I0D()
1152 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]); in log_3I0D()
1154 CLG_(cost_base) + ii3->cost_offset + ii3->eventset->offset[EG_IR]); in log_3I0D()
1176 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dr()
1180 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I1Dr()
1185 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dr()
1239 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dw()
1243 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I1Dw()
1248 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dw()
1503 total[fullOffset(EG_IR) +1]); in cachesim_printstat()
1506 total[fullOffset(EG_IR) +2]); in cachesim_printstat()
1508 if (0 == total[fullOffset(EG_IR)]) in cachesim_printstat()
1509 total[fullOffset(EG_IR)] = 1; in cachesim_printstat()
1512 total[fullOffset(EG_IR)+1] * 100.0 / total[fullOffset(EG_IR)]); in cachesim_printstat()
1515 total[fullOffset(EG_IR)+2] * 100.0 / total[fullOffset(EG_IR)]); in cachesim_printstat()
1566 total[fullOffset(EG_IR) +1]; in cachesim_printstat()
1569 total[fullOffset(EG_IR) +1]; in cachesim_printstat()
1577 total[fullOffset(EG_IR) +2]; in cachesim_printstat()
1580 total[fullOffset(EG_IR) +2]; in cachesim_printstat()
1586 l1, LL_total_m * 100.0 / (total[fullOffset(EG_IR)] + D_total[0]), in cachesim_printstat()
1587 l2, LL_total_mr * 100.0 / (total[fullOffset(EG_IR)] + total[fullOffset(EG_DR)]), in cachesim_printstat()
1607 CLG_(register_event_group)(EG_IR, "Ir"); in CLG_()
1609 CLG_(register_event_group3)(EG_IR, "Ir", "I1mr", "ILmr"); in CLG_()
1614 CLG_(register_event_group4)(EG_IR, "Ir", "I1mr", "ILmr", "ILdmr"); in CLG_()
1634 CLG_(sets).base = CLG_(get_event_set2)(EG_USE, EG_IR); in CLG_()
1683 cost[ fullOffset(EG_IR) ] += exe_count; in cachesim_add_icost()