Home
last modified time | relevance | path

Searched refs:cost_offset (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/callgrind/
Dsim.c879 CLG_(cost_base) + current_ii->cost_offset; in update_LL_use()
970 CLG_(cost_base) + current_ii->cost_offset; \
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I0D()
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()
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()
1180 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I1Dr()
1181 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR]; in log_1I1Dr()
[all …]
Dmain.c126 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS]; in log_global_event()
155 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC]; in log_cond_branch()
185 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI]; in log_ind_branch()
793 ii->cost_offset = 0; in next_InstrInfo()
810 UInt cost_offset = 0; in update_cost_offsets() local
816 CLG_ASSERT(ii->cost_offset == cost_offset); in update_cost_offsets()
818 ii->cost_offset = cost_offset; in update_cost_offsets()
819 cost_offset += ii->eventset ? ii->eventset->size : 0; in update_cost_offsets()
822 return cost_offset; in update_cost_offsets()
Ddebug.c361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset); in CLG_()
Dglobal.h251 UInt cost_offset; member
/external/valgrind/
DNEWS3234 Assertion 'ii->cost_offset == *cost_offset' failed