Searched refs:STATS (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | convert-2-addr-3-addr-inc64.ll | 1 ; RUN: llc < %s -mtriple=x86_64-linux -o /dev/null -stats |& FileCheck %s -check-prefix=STATS 2 ; RUN: llc < %s -mtriple=x86_64-win32 -o /dev/null -stats |& FileCheck %s -check-prefix=STATS 3 ; STATS: 9 asm-printer
|
/external/llvm/test/CodeGen/X86/ |
D | convert-2-addr-3-addr-inc64.ll | 2 ; RUN: llc < %s -mtriple=x86_64-linux -o /dev/null -stats 2>&1 | FileCheck %s -check-prefix=STATS 3 ; RUN: llc < %s -mtriple=x86_64-win32 -o /dev/null -stats 2>&1 | FileCheck %s -check-prefix=STATS 4 ; STATS: 9 asm-printer
|
/external/llvm/test/tools/lto/ |
D | print-stats.ll | 2 …O.dylib -arch x86_64 -dylib -mllvm -stats -o %t.dylib %t.o 2>&1 | FileCheck --check-prefix=STATS %s 8 ; STATS: Statistics Collected
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/ |
D | infinite-loop.ll | 1 … -loop-unswitch -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s 10 ; STATS: 2 loop-unswitch - Number of branches unswitched 11 ; STATS: 1 loop-unswitch - Number of unswitches that are trivial
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | infinite-loop.ll | 2 … -loop-unswitch -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s 11 ; STATS: 2 loop-unswitch - Number of branches unswitched 12 ; STATS: 2 loop-unswitch - Number of unswitches that are trivial
|
D | 2011-11-18-TwoSwitches-Threshold.ll | 2 …ch-threshold 13 -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s 5 ; STATS: 1 loop-simplify - Number of pre-header or exit blocks inserted 6 ; STATS: 1 loop-unswitch - Number of switches unswitched
|
D | 2011-11-18-SimpleSwitch.ll | 2 … -loop-unswitch -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s 5 ; STATS: 1 loop-simplify - Number of pre-header or exit blocks inserted 6 ; STATS: 2 loop-unswitch - Number of switches unswitched
|
D | 2011-11-18-TwoSwitches.ll | 2 …-threshold 1000 -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s 5 ; STATS: 1 loop-simplify - Number of pre-header or exit blocks inserted 6 ; STATS: 3 loop-unswitch - Number of switches unswitched
|
/external/swiftshader/third_party/LLVM/test/ |
D | Makefile.tests | 24 STATS = -stats -time-passes 66 -$(LGCCAS) $(STATS) $< -o $@
|
/external/valgrind/massif/ |
D | ms_main.c | 1907 #define STATS(format, args...) \ in ms_print_stats() macro 1910 STATS("heap allocs: %u\n", n_heap_allocs); in ms_print_stats() 1911 STATS("heap reallocs: %u\n", n_heap_reallocs); in ms_print_stats() 1912 STATS("heap frees: %u\n", n_heap_frees); in ms_print_stats() 1913 STATS("ignored heap allocs: %u\n", n_ignored_heap_allocs); in ms_print_stats() 1914 STATS("ignored heap frees: %u\n", n_ignored_heap_frees); in ms_print_stats() 1915 STATS("ignored heap reallocs: %u\n", n_ignored_heap_reallocs); in ms_print_stats() 1916 STATS("stack allocs: %u\n", n_stack_allocs); in ms_print_stats() 1917 STATS("skipped snapshots: %u\n", n_skipped_snapshots); in ms_print_stats() 1918 STATS("real snapshots: %u\n", n_real_snapshots); in ms_print_stats() [all …]
|
/external/lzma/C/ |
D | Ppmd7.c | 30 #define STATS(ctx) Ppmd7_GetStats(p, ctx) macro 361 for (s = STATS(c); s->Symbol != p->FoundState->Symbol; s++); in CreateSuccessors() 385 for (s = STATS(c); s->Symbol != upState.Symbol; s++); in CreateSuccessors() 441 CPpmd_State *s = STATS(c); in UpdateModel() 525 oldPtr = STATS(c); in UpdateModel() 562 CPpmd_State *s = STATS(c) + ns1; in UpdateModel() 575 CPpmd_State *stats = STATS(p->MinContext); in Rescale() 633 p->FoundState = STATS(p->MinContext); in Rescale()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-12-14-machine-sink.ll | 2 ; RUN: llc < %s -o /dev/null -stats 2>&1 | FileCheck %s -check-prefix=STATS 6 ; STATS-NOT: machine-sink
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.h | 45 #define STATS 0x0010 macro 116 {"stats", STATS, 5}, \
|
D | parser.c | 498 case STATS: in search_group() 970 if (tmp_cont->type == STATS) { in init_tg_stats()
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | runtime-loop3.ll | 2 …nroll -unroll-runtime -unroll-threshold=400 -info-output-file - | FileCheck %s --check-prefix=STATS 6 ; STATS: 2 loop-unroll - Number of loops unrolled (completely or otherwise)
|
D | ignore-annotation-intrinsic-cost.ll | 2 …pt < %s -disable-output -stats -loop-unroll -info-output-file - | FileCheck %s --check-prefix=STATS 3 ; STATS: 1 loop-unroll - Number of loops unrolled (completely or otherwise)
|
/external/arm-neon-tests/ |
D | armscript.inc | 6 STATS
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_quat.inl | 113 // SSE2 STATS: 118 // SSE4 STATS:
|