Searched refs:compares (Results 1 – 25 of 304) sorted by relevance
12345678910>>...13
/external/llvm-project/llvm/test/Instrumentation/SanitizerCoverage/ |
D | backedge-pruning.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 and how it prunes backedge compares. 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -sanitize… 3 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -sanitize… 4 …e(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -sanitizer-cov… 5 …e(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -sanitizer-cov…
|
D | cmp-tracing.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S -enabl… 3 …e(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | FileCheck…
|
D | cmp-tracing-api-x86_64.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 API declarations on x86_64 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S -enabl… 3 …e(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | FileCheck…
|
D | cmp-tracing-api-x86_32.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 API declarations on a non-x86_64 arch 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S -enabl… 3 …e(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | FileCheck…
|
D | switch-tracing.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 (instrumenting a switch) 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S -enabl… 3 …e(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | FileCheck…
|
D | const-cmp-tracing.ll | 1 ; Test -sanitizer-coverage-trace-compares=1 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S -enabl… 3 …e(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1 -S | FileCheck…
|
/external/autotest/client/bin/result_tools/ |
D | utils_lib_unittest.py | 20 compares = {1: '1.0 B', 25 for size, string in compares.items():
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
D | cmp-tracing.ll | 1 ; Test -sanitizer-coverage-experimental-trace-compares=1 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-experimental-trace-compares…
|
D | switch-tracing.ll | 1 ; Test -sanitizer-coverage-experimental-trace-compares=1 (instrumenting a switch) 2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-experimental-trace-compares…
|
/external/rust/crates/libfuzzer-sys/ci/ |
D | script.sh | 14 -Cllvm-args=-sanitizer-coverage-trace-compares \ 29 -Cllvm-args=-sanitizer-coverage-trace-compares \
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 14 **llvm-diff** compares the structure of two LLVM modules, primarily 27 **llvm-diff** compares two functions by comparing their basic blocks,
|
/external/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 16 **llvm-diff** compares the structure of two LLVM modules, primarily 29 **llvm-diff** compares two functions by comparing their basic blocks,
|
/external/autotest/client/site_tests/power_WifiIdle/ |
D | control | 13 compares between wifi on and off.
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.def | 18 // TODO(reed kotler): Fill out comparison tables, etc. for 32/64-bit compares.
|
/external/iptables/extensions/ |
D | libip6t_eui64.man | 2 It compares the EUI-64 derived from the source MAC address in Ethernet frame
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 70 an "n" block, the first line gives the # of compares done by samplesort, 143 darned well it's doing compares that won't pay on random data -- but so 145 quicksort does about 39% more compares than the limit, and the median-of-3 154 +sort: samplesort special-cases this data, and does a few less compares 163 great deal of benefit out of the duplicates (the # of compares is much less 278 compares, but it's still more compares than necessary, and-- mergesort's 519 requires 2 compares, again same as linear search. On the third compare, 522 of 4 compares, but if A[0] does belong at B[2], linear search would have 523 discovered that in only 3 compares, and that's a huge loss! Really. It's 524 an increase of 33% in the number of compares needed, and comparisons are [all …]
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 70 an "n" block, the first line gives the # of compares done by samplesort, 143 darned well it's doing compares that won't pay on random data -- but so 145 quicksort does about 39% more compares than the limit, and the median-of-3 154 +sort: samplesort special-cases this data, and does a few less compares 163 great deal of benefit out of the duplicates (the # of compares is much less 278 compares, but it's still more compares than necessary, and-- mergesort's 519 requires 2 compares, again same as linear search. On the third compare, 522 of 4 compares, but if A[0] does belong at B[2], linear search would have 523 discovered that in only 3 compares, and that's a huge loss! Really. It's 524 an increase of 33% in the number of compares needed, and comparisons are [all …]
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | debugify-each.ll | 22 ; Check that stripped textual IR compares equal before and after applying 28 ; Check that stripped IR compares equal before and after applying debugify.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tdc-05.ll | 2 ; compares, combined with signbit or other compares to ensure worthiness.
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | dependency-breaking-pcmpgt.s | 6 # All of the vector packed compares from this test are zero idioms. These zero 9 # compares.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | tdc-05.ll | 2 ; compares, combined with signbit or other compares to ensure worthiness.
|
/external/autotest/client/site_tests/desktopui_FontCache/ |
D | control | 17 Runs fc-cache to generate a new font cache and compares it to the existing
|
/external/auto/value/userguide/ |
D | why.md | 15 [slide presentation] compares AutoValue to numerous alternatives and explains
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/ |
D | dependency-breaking-pcmpgt.s | 6 # All of the vector packed compares from this test are zero idioms. These zero 9 # compares.
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | vector-compare.ll | 4 ; This test makes sure that the result of vector compares are properly
|
12345678910>>...13