Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/sancov/
Dblacklist.test5 …p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=STATS %s
6 …ts/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=STATS-BLIST %s
17 STATS: all-edges: 9
18 STATS: cov-edges: 7
19 STATS: all-functions: 3
20 STATS: cov-functions: 3
22 STATS-BLIST: all-edges: 8
23 STATS-BLIST: cov-edges: 6
24 STATS-BLIST: all-functions: 2
25 STATS-BLIST: cov-functions: 2
/external/llvm-project/polly/test/ForwardOpTree/
Dforward_readonly.ll1 …lars=true -polly-optree -analyze < %s | FileCheck %s -match-full-lines -check-prefixes=STATS,MODEL
2 …rs=false -polly-optree -analyze < %s | FileCheck %s -match-full-lines -check-prefixes=STATS,NOMODEL
43 ; STATS: Statistics {
44 ; STATS: Instructions copied: 1
47 ; STATS: Operand trees forwarded: 1
48 ; STATS: Statements with forwarded operand trees: 1
49 ; STATS: }
Dnoforward_outofquota.ll2 …-polly-optree -disable-output -stats < %s 2>&1 | FileCheck %s -match-full-lines -check-prefix=STATS
46 ; STATS-NOT: IMPLEMENTATION ERROR: Unhandled error state
47 ; STATS: 1 polly-optree - Analyses aborted because max_operations was reached
48 ; STATS-NOT: IMPLEMENTATION ERROR: Unhandled error state
/external/llvm-project/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/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/llvm-project/llvm/test/Transforms/LoopUnswitch/
Dinfinite-loop.ll2 …enable-new-pm=0 -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s
3 …erify-memoryssa -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s
12 ; STATS: 2 loop-unswitch - Number of branches unswitched
13 ; STATS: 2 loop-unswitch - Number of unswitches that are trivial
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/
Ddeterministic-scev-verify.ll1 ; RUN: opt -indvars -stats -disable-output < %s 2>&1 | FileCheck %s --check-prefix=STATS
10 ; STATS: 1 scalar-evolution - Number of loops with trip counts computed by force
11 ; STATS: 2 scalar-evolution - Number of loops with predictable loop counts
/external/llvm-project/llvm/test/ThinLTO/X86/
Dwriteonly.ll10 …1.bc -thinlto-index=%t3.index.bc -o %t1.imported.bc -stats 2>&1 | FileCheck %s --check-prefix=STATS
18 ; STATS: 2 module-summary-index - Number of live global variables marked write only
29 …hinlto-index=%t3.index.bc -o %t1.imported.bc -stats 2>&1 | FileCheck %s --check-prefix=STATS-NOPROP
31 ; STATS-NOPROP-NOT: Number of live global variables marked write only
/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/llvm-project/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/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
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dinfinite-loop.ll2 …e-loop-unswitch -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s
12 ; STATS: 2 simple-loop-unswitch - Number of branches unswitched
13 ; STATS: 2 simple-loop-unswitch - Number of unswitches that are trivial
/external/crosvm/crosvm_plugin/src/
Dstats.rs24 pub static mut STATS: GlobalStats = GlobalStats { constant
81 STATS.update(self.idx, elapsed_nanos); in drop()
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Druntime-loop3.ll2 …partial-threshold=200 -unroll-threshold=400 -info-output-file - | FileCheck %s --check-prefix=STATS
3 …partial-threshold=200 -unroll-threshold=400 -info-output-file - | FileCheck %s --check-prefix=STATS
7 ; STATS: 2 loop-unroll - Number of loops unrolled (completely or otherwise)
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dswp-subreg.ll1 …r -stats -o /dev/null < %s 2>&1 -pipeliner-experimental-cg=true | FileCheck %s --check-prefix=STATS
6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-swap.ll1 …r -stats -o /dev/null < %s 2>&1 -pipeliner-experimental-cg=true | FileCheck %s --check-prefix=STATS
6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-tfri.ll1 …0 -stats -o /dev/null < %s 2>&1 -pipeliner-experimental-cg=true | FileCheck %s --check-prefix=STATS
6 ; STATS: 1 pipeliner - Number of loops software pipelined
Dswp-chain-refs.ll2 ; RUN: 2>&1 -pipeliner-experimental-cg=true | FileCheck %s --check-prefix=STATS
9 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
Dswp-lots-deps.ll1 …r -stats -o /dev/null < %s 2>&1 -pipeliner-experimental-cg=true | FileCheck %s --check-prefix=STATS
4 ; STATS: 1 pipeliner - Number of loops software pipelined
/external/lzma/C/
DPpmd7.c30 #define STATS(ctx) Ppmd7_GetStats(p, ctx) macro
363 for (s = STATS(c); s->Symbol != p->FoundState->Symbol; s++); in CreateSuccessors()
387 for (s = STATS(c); s->Symbol != upState.Symbol; s++); in CreateSuccessors()
443 CPpmd_State *s = STATS(c); in UpdateModel()
527 oldPtr = STATS(c); in UpdateModel()
564 CPpmd_State *s = STATS(c) + ns1; in UpdateModel()
577 CPpmd_State *stats = STATS(p->MinContext); in Rescale()
635 p->FoundState = STATS(p->MinContext); in Rescale()
/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/llvm-project/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/llvm-project/polly/test/DeLICM/
Dreject_unusualstore.ll2 …t-granularity=bb -polly-delicm -disable-output -stats < %s 2>&1 | FileCheck %s --check-prefix=STATS
73 ; STATS: 1 polly-zone - Number of not zone-analyzable arrays

12