/external/valgrind/callgrind/ |
D | clo.c | 413 if VG_BOOL_CLO(arg, "--skip-plt", CLG_(clo).skip_plt) {} in CLG_() 415 else if VG_BOOL_CLO(arg, "--collect-jumps", CLG_(clo).collect_jumps) {} in CLG_() 417 else if VG_BOOL_CLO(arg, "--trace-jump", CLG_(clo).collect_jumps) {} in CLG_() 419 else if VG_BOOL_CLO(arg, "--combine-dumps", CLG_(clo).combine_dumps) {} in CLG_() 421 else if VG_BOOL_CLO(arg, "--collect-atstart", CLG_(clo).collect_atstart) {} in CLG_() 423 else if VG_BOOL_CLO(arg, "--instr-atstart", CLG_(clo).instrument_atstart) {} in CLG_() 425 else if VG_BOOL_CLO(arg, "--separate-threads", CLG_(clo).separate_threads) {} in CLG_() 427 else if VG_BOOL_CLO(arg, "--compress-strings", CLG_(clo).compress_strings) {} in CLG_() 428 else if VG_BOOL_CLO(arg, "--compress-mangled", CLG_(clo).compress_mangled) {} in CLG_() 429 else if VG_BOOL_CLO(arg, "--compress-pos", CLG_(clo).compress_pos) {} in CLG_() [all …]
|
D | dump.c | 129 if (CLG_(clo).compress_strings) { in print_obj() 155 if (CLG_(clo).compress_strings) { in print_file() 174 if (CLG_(clo).compress_strings) { in print_fn() 192 if (CLG_(clo).compress_strings && CLG_(clo).compress_mangled) { in print_mangled_fn() 235 if (CLG_(clo).compress_strings) { in print_mangled_fn() 274 if (!CLG_(clo).mangle_names) { in print_fn_pos() 314 if (!CLG_(clo).mangle_names) { in print_fn_pos() 452 if (CLG_(clo).dump_bbs) { in fprint_apos() 473 if (CLG_(clo).dump_instr) { in fprint_pos() 475 if ( CLG_(clo).compress_pos && (last->addr >0) && in fprint_pos() [all …]
|
D | callstack.c | 123 Int old = CLG_(clo).verbose; in function_entered() 124 CLG_(clo).verbose = fn->verbosity; in function_entered() 128 fn->name, CLG_(clo).verbose); in function_entered() 168 Int old = CLG_(clo).verbose; in function_left() 169 CLG_(clo).verbose = fn->verbosity; in function_left() 173 fn->name, CLG_(clo).verbose); in function_left() 221 if (CLG_(clo).skip_direct_recursion) { in CLG_() 274 if (CLG_(clo).verbose<2) { in CLG_() 294 else if (CLG_(clo).verbose<4) { in CLG_() 339 if (CLG_(clo).skip_direct_recursion) { in CLG_() [all …]
|
D | threads.c | 150 if (!CLG_(clo).separate_threads) t = thread[1]; in CLG_() 174 if (!CLG_(clo).separate_threads) t = thread[1]; in CLG_() 187 if (CLG_(clo).dump_every_bb >0) { in CLG_() 188 if (CLG_(stat).bb_executions - bbs_done > CLG_(clo).dump_every_bb) { in CLG_() 189 VG_(sprintf)(buf, "--dump-every-bb=%llu", CLG_(clo).dump_every_bb); in CLG_() 317 es->collect = CLG_(clo).collect_atstart; in CLG_()
|
D | main.c | 49 CommandLineOptions CLG_(clo); 604 if (!CLG_(clo).simulate_cache) return; in addEvent_Ir() 622 if (!CLG_(clo).simulate_cache) return; in addEvent_Dr() 644 if (!CLG_(clo).simulate_cache) return; in addEvent_Dw() 681 if (!CLG_(clo).simulate_cache) return; in addEvent_D_guarded() 723 if (!CLG_(clo).simulate_branch) return; in addEvent_Bc() 743 if (!CLG_(clo).simulate_branch) return; in addEvent_Bi() 760 if (!CLG_(clo).collect_bus) return; in addEvent_G() 1107 if (CLG_(clo).simulate_cache && dataSize > CLG_(min_line_size)) in CLG_() 1715 if (CLG_(clo).collect_systime) { in CLG_() [all …]
|
D | bbcc.c | 164 if (!CLG_(clo).separate_threads) { in lookup_bbcc() 398 if (CLG_(clo).separate_threads) in clone_bbcc() 608 if (!CLG_(clo).simulate_cache) { in CLG_() 617 if (!CLG_(clo).simulate_cache) { in CLG_() 834 if (CLG_(clo).skip_direct_recursion) { in CLG_() 872 if (CLG_(clo).collect_jumps && (jmpkind == jk_Jump)) { in CLG_()
|
D | fn.c | 360 fn->pop_on_jump = CLG_(clo).pop_on_jump; in new_fn_node() 366 fn->separate_callers = CLG_(clo).separate_callers; in new_fn_node() 367 fn->separate_recursions = CLG_(clo).separate_recursions; in new_fn_node() 566 fn->skip = CLG_(clo).skip_plt; in CLG_()
|
D | global.h | 780 extern CommandLineOptions CLG_(clo); 809 if (UNLIKELY( (CLG_(clo).verbose >x) && \ 810 (CLG_(stat).bb_executions >= CLG_(clo).verbose_start)))
|
D | Makefile.am | 37 clo.c \
|
D | sim.c | 1296 if (!CLG_(clo).simulate_cache) { in cachesim_post_clo_init() 1472 CLG_(clo).dump_instr = True; in cachesim_parse_opt() 1606 if (!CLG_(clo).simulate_cache) in CLG_() 1619 if (CLG_(clo).simulate_branch) { in CLG_() 1624 if (CLG_(clo).collect_bus) in CLG_() 1627 if (CLG_(clo).collect_alloc) in CLG_() 1630 if (CLG_(clo).collect_systime) in CLG_() 1682 if (!CLG_(clo).simulate_cache) in cachesim_add_icost()
|
/external/webrtc/webrtc/modules/video_processing/ |
D | content_analysis_sse2.cc | 166 __m128i clo = _mm_unpacklo_epi8(c, z); in ComputeSpatialMetrics_SSE2() local 182 msa_16 = _mm_add_epi16(msa_16, _mm_add_epi16(chi, clo)); in ComputeSpatialMetrics_SSE2() 184 clo = _mm_slli_epi16(clo, 1); in ComputeSpatialMetrics_SSE2() 186 const __m128i sevtlo = _mm_subs_epi16(clo, tblo); in ComputeSpatialMetrics_SSE2() 188 const __m128i sehtlo = _mm_subs_epi16(clo, lrlo); in ComputeSpatialMetrics_SSE2() 191 clo = _mm_slli_epi16(clo, 1); in ComputeSpatialMetrics_SSE2() 193 const __m128i setlo = _mm_subs_epi16(clo, _mm_add_epi16(lrlo, tblo)); in ComputeSpatialMetrics_SSE2()
|
/external/llvm/test/CodeGen/Mips/ |
D | countleading.ll | 34 ; MIPS4-NOT: clo 36 ; MIPS32-GT-R1: clo $2, $4 38 ; MIPS64-GT-R1: clo $2, $4 74 ; MIPS32-GT-R1-DAG: clo $[[R0:[0-9]+]], $4 75 ; MIPS32-GT-R1-DAG: clo $[[R1:[0-9]+]], $5
|
D | 2010-11-09-CountLeading.ll | 19 ; CHECK: clo $2, $4 27 ; CHECK: clo $2, $4
|
/external/llvm/test/MC/Mips/ |
D | set-mips-directives.s | 17 clo $2,$2 53 # CHECK: clo $2, $2
|
D | set-arch.s | 16 clo $2, $2 54 # CHECK: clo $2, $2
|
D | mips64-alu-instructions.s | 10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 38 clo $6, $7
|
D | mips-alu-instructions.s | 11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 42 clo $6, $7
|
D | set-mips-directives-bad.s | 19 clo $2,$2 # CHECK: error: instruction requires a CPU feature not currently enabled
|
/external/valgrind/coregrind/ |
D | pub_core_errormgr.h | 65 extern Bool VG_(is_action_requested) ( const HChar* action, Bool* clo );
|
/external/okhttp/website/static/ |
D | app-theme.css | 45 .clo { color: #888; }
|
/external/llvm/test/MC/Mips/mips4/ |
D | invalid-mips64.s | 9 …clo $t3,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature no…
|
/external/llvm/test/MC/Mips/mips5/ |
D | invalid-mips64.s | 8 …clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature no…
|
/external/llvm/test/MC/Mips/mips32/ |
D | valid.s | 51 clo $11,$a1 # CHECK: clo $11, $5 # encoding: [0x70,0xab,0x58,0x21]
|
/external/llvm/test/MC/Mips/mips32r5/ |
D | valid.s | 51 clo $11,$a1 # CHECK: clo $11, $5 # encoding: [0x70,0xab,0x58,0x21]
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | valid.s | 51 clo $11,$a1 # CHECK: clo $11, $5 # encoding: [0x70,0xab,0x58,0x21]
|