Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:Ir

107    CacheCC  Ir;  /* Insn read counts */
268 lineCC->Ir.a = 0;
269 lineCC->Ir.m1 = 0;
270 lineCC->Ir.mL = 0;
300 * Ir - not known / not important whether it is an IrNoX
307 n->parent->Ir.a++;
314 n->parent->Ir.a++;
315 n2->parent->Ir.a++;
322 n->parent->Ir.a++;
323 n2->parent->Ir.a++;
324 n3->parent->Ir.a++;
328 // All other Ir handlers expect IrNoX instruction reads.
335 &n->parent->Ir.m1, &n->parent->Ir.mL);
336 n->parent->Ir.a++;
345 &n->parent->Ir.m1, &n->parent->Ir.mL);
346 n->parent->Ir.a++;
357 &n->parent->Ir.m1, &n->parent->Ir.mL);
358 n->parent->Ir.a++;
360 &n2->parent->Ir.m1, &n2->parent->Ir.mL);
361 n2->parent->Ir.a++;
374 &n->parent->Ir.m1, &n->parent->Ir.mL);
375 n->parent->Ir.a++;
377 &n2->parent->Ir.m1, &n2->parent->Ir.mL);
378 n2->parent->Ir.a++;
380 &n3->parent->Ir.m1, &n3->parent->Ir.mL);
381 n3->parent->Ir.a++;
391 &n->parent->Ir.m1, &n->parent->Ir.mL);
392 n->parent->Ir.a++;
406 &n->parent->Ir.m1, &n->parent->Ir.mL);
407 n->parent->Ir.a++;
469 the sense that no IR has yet been generated to do the relevant
480 At various points the list will need to be flushed, that is, IR
491 instrumentation IR for each event, in the order in which they
494 For example, it could well be profitable to handle two adjacent Ir
504 Ev_IrGen, // Generic Ir, not being detected as IrNoX
713 /* generate IR to notify event i and possibly the ones
734 /* Why is this true? It's because we're merging an Ir
735 with a following Dr or Dm. The Ir derives from the
740 immediately preceding Ir. Same applies to analogous
1064 // Copy verbatim any IR preamble preceding the first IMark
1258 inverted by the ir optimiser. To do that, figure out
1329 /* shouldn't happen - if the incoming IR is properly
1418 VG_(fprintf)(fp, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1422 VG_(fprintf)(fp, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1426 VG_(fprintf)(fp, "\nevents: Ir Bc Bcm Bi Bim\n");
1429 VG_(fprintf)(fp, "\nevents: Ir\n");
1464 lineCC->Ir.a, lineCC->Ir.m1, lineCC->Ir.mL,
1475 lineCC->Ir.a, lineCC->Ir.m1, lineCC->Ir.mL,
1483 lineCC->Ir.a,
1490 lineCC->Ir.a);
1494 Ir_total.a += lineCC->Ir.a;
1495 Ir_total.m1 += lineCC->Ir.m1;
1496 Ir_total.mL += lineCC->Ir.mL;