Home
last modified time | relevance | path

Searched refs:STATS (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dconvert-2-addr-3-addr-inc64.ll1 ; 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/
Dconvert-2-addr-3-addr-inc64.ll2 ; 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/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/
Dinfinite-loop.ll1 … -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/
Dinfinite-loop.ll2 … -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
D2011-11-18-TwoSwitches-Threshold.ll2 …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
D2011-11-18-SimpleSwitch.ll2 … -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
D2011-11-18-TwoSwitches.ll2 …-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/valgrind/massif/
Dms_main.c1907 #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/llvm/test/tools/lto/
Dprint-stats.ll2 …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/lzma/C/
DPpmd7.c30 #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/swiftshader/third_party/LLVM/test/
DMakefile.tests24 STATS = -stats -time-passes
66 -$(LGCCAS) $(STATS) $< -o $@
/external/llvm/test/CodeGen/ARM/
D2011-12-14-machine-sink.ll2 ; 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/
Dparser.h45 #define STATS 0x0010 macro
116 {"stats", STATS, 5}, \
Dparser.c498 case STATS: in search_group()
970 if (tmp_cont->type == STATS) { in init_tg_stats()
/external/llvm/test/Transforms/LoopUnroll/
Druntime-loop3.ll2 …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)
Dignore-annotation-intrinsic-cost.ll2 …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/
Darmscript.inc6 STATS
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_quat.inl113 // SSE2 STATS:
118 // SSE4 STATS:
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...