Searched refs:eventset (Results 1 – 4 of 4) sorted by relevance
118 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BUS))>0 ); in log_global_event()125 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS]; in log_global_event()149 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BC))>0 ); in log_cond_branch()154 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC]; in log_cond_branch()179 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BI))>0 ); in log_ind_branch()184 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI]; in log_ind_branch()397 CLG_ASSERT(ev->inode->eventset == 0); in flushEvents()398 ev->inode->eventset = CLG_(sets).base; in flushEvents()402 ev->inode->eventset = CLG_(add_event_group)(ev->inode->eventset, in flushEvents()408 ev->inode->eventset = CLG_(add_event_group)(ev->inode->eventset, in flushEvents()[all …]
1067 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I0D()1102 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]); in log_2I0D()1104 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]); in log_2I0D()1138 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]); in log_3I0D()1140 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]); in log_3I0D()1142 CLG_(cost_base) + ii3->cost_offset + ii3->eventset->offset[EG_IR]); in log_3I0D()1168 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I1Dr()1169 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR]; in log_1I1Dr()1197 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR]; in log_0I1Dr()1228 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I1Dw()[all …]
361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset); in CLG_()
285 EventSet* eventset; member