Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:DEFINED

228 #define DEFINED(L)   (-1 != L->size  || -1 != L->assoc || -1 != L->line_size)
230 // Count how many were defined on the command line.
232 (DEFINED(clo_I1c) &&
233 DEFINED(clo_D1c) &&
234 DEFINED(clo_LLc));
245 check_cache_or_override ("I1", I1c, DEFINED(clo_I1c));
246 check_cache_or_override ("D1", D1c, DEFINED(clo_D1c));
247 check_cache_or_override ("LL", LLc, DEFINED(clo_LLc));
249 // Then replace with any defined on the command line. (Already checked in
251 if (DEFINED(clo_I1c)) { *I1c = *clo_I1c; }
252 if (DEFINED(clo_D1c)) { *D1c = *clo_D1c; }
253 if (DEFINED(clo_LLc)) { *LLc = *clo_LLc; }
261 #undef DEFINED
349 #if defined(VGA_ppc32)
356 #elif defined(VGA_ppc64)
363 #elif defined(VGA_arm)
370 #elif defined(VGA_arm64)
378 #elif defined(VGA_s390x)
408 #elif defined(VGA_mips32)
415 #elif defined(VGA_mips64)
422 #elif defined(VGA_x86) || defined(VGA_amd64)