Home | History | Annotate | Download | only in callgrind

Lines Matching defs:I1

94 static cache_t2 I1, D1, LL;
307 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
414 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
521 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
542 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
672 /* for I1/D1 caches */
964 UPDATE_USE(I1);
967 CACHEUSE(I1);
984 if (I1.use)
985 for (i = 0; i < I1.sets * I1.assoc; i++)
986 if (I1.loaded[i].use_base)
987 update_I1_use( &I1, i, 0,0);
1338 VG_(umsg)(" I1: %dB, %d-way, %dB lines\n",
1379 I1.name = "I1";
1383 cachesim_initcache(I1c, &I1);
1464 cachesim_clearcache(&I1);
1475 p = VG_(sprintf)(buf, "\ndesc: I1 cache: %s\n", I1.desc_line);
1491 " --I1=<size>,<assoc>,<line_size> set I1 cache manually\n"
1500 Long i1, i2, i3;
1505 i1 = VG_(strtoll10)(optval, &endptr); if (*endptr != ',') goto bad;
1510 cache->size = (Int)i1;
1513 if (cache->size != i1) goto overflow;
1553 else if VG_STR_CLO(arg, "--I1", tmp_str)
1634 VG_(message)(Vg_UserMsg, "I1 misses: %s\n", buf1);
1646 VG_(message)(Vg_UserMsg, "I1 miss rate: %s\n", buf1);