/external/swiftshader/third_party/llvm-7.0/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/crosvm/crosvm_plugin/src/ |
D | lib.rs | 197 static mut STATS: GlobalStats = GlobalStats { variable 254 STATS.update(self.idx, elapsed_nanos); in drop() 352 STATS.print(); in destroy() 752 let _u = STATS.record(Stat::IoEventFd); in crosvm_io_event_fd() 825 let _u = STATS.record(Stat::MemoryGetDirtyLog); in crosvm_memory_get_dirty_log() 887 let _u = STATS.record(Stat::IrqEventGetFd); in crosvm_irq_event_get_fd() 893 let _u = STATS.record(Stat::IrqEventGetResampleFd); in crosvm_irq_event_get_resample_fd() 1123 let _u = STATS.record(Stat::Connect); in crosvm_connect() 1146 let _u = STATS.record(Stat::NewConnection); in crosvm_new_connection() 1159 let _u = STATS.record(Stat::DestroyConnection); in crosvm_destroy_connection() [all …]
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/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
|
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-7.0/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-unswitch - Number of switches unswitched
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | infinite-loop.ll | 2 …e-loop-unswitch -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s 11 ; STATS: 2 simple-loop-unswitch - Number of branches unswitched 12 ; STATS: 2 simple-loop-unswitch - Number of unswitches that are trivial
|
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | swp-subreg.ll | 1 … -march=hexagon -enable-pipeliner -stats -o /dev/null < %s 2>&1 | FileCheck %s --check-prefix=STATS 6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
|
D | swp-epilog-phis.ll | 3 ; RUN: -enable-aa-sched-mi < %s 2>&1 | FileCheck %s --check-prefix=STATS 9 ; STATS: 1 pipeliner - Number of loops software pipelined
|
D | swp-tfri.ll | 1 … -march=hexagon -enable-pipeliner -stats -o /dev/null < %s 2>&1 | FileCheck %s --check-prefix=STATS 6 ; STATS: 1 pipeliner - Number of loops software pipelined
|
D | swp-swap.ll | 1 … -march=hexagon -enable-pipeliner -stats -o /dev/null < %s 2>&1 | FileCheck %s --check-prefix=STATS 6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
|
D | swp-chain-refs.ll | 2 ; RUN: 2>&1 | FileCheck %s --check-prefix=STATS 9 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
|
D | swp-lots-deps.ll | 1 … -march=hexagon -enable-pipeliner -stats -o /dev/null < %s 2>&1 | 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/swiftshader/third_party/llvm-7.0/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/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/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)
|
/external/arm-neon-tests/ |
D | armscript.inc | 6 STATS
|