Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:DEFINED

280 #define DEFINED(L)   (-1 != L->size  || -1 != L->assoc || -1 != L->line_size)
282 // Count how many were defined on the command line.
284 (DEFINED(clo_I1c) &&
285 DEFINED(clo_D1c) &&
286 DEFINED(clo_LLc));
297 check_cache_or_override ("I1", I1c, DEFINED(clo_I1c));
298 check_cache_or_override ("D1", D1c, DEFINED(clo_D1c));
299 check_cache_or_override ("LL", LLc, DEFINED(clo_LLc));
301 // Then replace with any defined on the command line. (Already checked in
303 if (DEFINED(clo_I1c)) { *I1c = *clo_I1c; }
304 if (DEFINED(clo_D1c)) { *D1c = *clo_D1c; }
305 if (DEFINED(clo_LLc)) { *LLc = *clo_LLc; }
313 #undef DEFINED
401 #if defined(VGA_ppc32)
408 #elif defined(VGA_ppc64be) || defined(VGA_ppc64le)
415 #elif defined(VGA_arm)
422 #elif defined(VGA_arm64)
430 #elif defined(VGA_s390x)
460 #elif defined(VGA_mips32)
467 #elif defined(VGA_mips64)
474 #elif defined(VGA_x86) || defined(VGA_amd64)