/external/llvm-project/llvm/test/tools/sancov/ |
D | blacklist.test | 5 …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/ |
D | forward_readonly.ll | 1 …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: }
|
D | noforward_outofquota.ll | 2 …-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/ |
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/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-project/llvm/test/Transforms/LoopUnswitch/ |
D | infinite-loop.ll | 2 …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/ |
D | deterministic-scev-verify.ll | 1 ; 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/ |
D | writeonly.ll | 10 …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/ |
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/llvm-project/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/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
|
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | infinite-loop.ll | 2 …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/ |
D | stats.rs | 24 pub static mut STATS: GlobalStats = GlobalStats { constant 81 STATS.update(self.idx, elapsed_nanos); in drop()
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | runtime-loop3.ll | 2 …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/ |
D | swp-subreg.ll | 1 …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
|
D | swp-swap.ll | 1 …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
|
D | swp-tfri.ll | 1 …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
|
D | swp-chain-refs.ll | 2 ; RUN: 2>&1 -pipeliner-experimental-cg=true | FileCheck %s --check-prefix=STATS 9 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
|
D | swp-lots-deps.ll | 1 …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/ |
D | Ppmd7.c | 30 #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/ |
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/llvm-project/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/llvm-project/polly/test/DeLICM/ |
D | reject_unusualstore.ll | 2 …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
|