| /external/llvm/test/tools/llvm-cov/Inputs/ |
| D | test_-a_-b_-c_-u.cpp.gcov | 18 unconditional 0 taken 8589934592 37 unconditional 0 taken 2 53 unconditional 0 taken 8 59 unconditional 0 taken 2 61 branch 1 taken 4 62 branch 2 taken 2 64 unconditional 3 taken 4 67 unconditional 0 taken 4 69 branch 1 taken 8 70 branch 2 taken 4 [all …]
|
| D | test_-a_-b_-u.cpp.gcov | 18 unconditional 0 taken 100% 37 unconditional 0 taken 100% 53 unconditional 0 taken 100% 59 unconditional 0 taken 100% 61 branch 1 taken 67% 62 branch 2 taken 33% 64 unconditional 3 taken 100% 67 unconditional 0 taken 100% 69 branch 1 taken 67% 70 branch 2 taken 33% [all …]
|
| D | test_-a_-b.cpp.gcov | 54 branch 0 taken 67% 55 branch 1 taken 33% 60 branch 0 taken 67% 61 branch 1 taken 33% 77 branch 0 taken 100% 78 branch 1 taken 0% 91 branch 0 taken 91% 92 branch 1 taken 9% 96 branch 0 taken 20% 97 branch 1 taken 0% [all …]
|
| /external/llvm/test/Transforms/SimplifyCFG/ |
| D | implied-cond-matching.ll | 77 br i1 %cmp1, label %taken, label %untaken 79 taken: 101 br i1 %cmp1, label %taken, label %untaken 103 taken: 125 br i1 %cmp1, label %taken, label %untaken 127 taken: 149 br i1 %cmp1, label %taken, label %untaken 151 taken: 173 br i1 %cmp1, label %taken, label %untaken 175 taken: [all …]
|
| D | implied-cond-matching-false-dest.ll | 11 br i1 %cmp1, label %untaken, label %taken 13 taken: 35 br i1 %cmp1, label %untaken, label %taken 37 taken: 59 br i1 %cmp1, label %untaken, label %taken 61 taken: 83 br i1 %cmp1, label %untaken, label %taken 85 taken: 107 br i1 %cmp1, label %untaken, label %taken 109 taken: [all …]
|
| D | implied-cond-matching-imm.ll | 9 br i1 %cmp1, label %taken, label %untaken 11 taken: 33 br i1 %cmp1, label %untaken, label %taken 35 taken: 57 br i1 %cmp1, label %taken, label %untaken 59 taken: 81 br i1 %cmp1, label %taken, label %untaken 83 taken: 105 br i1 %cmp1, label %taken, label %untaken 107 taken:
|
| /external/llvm/test/Analysis/ScalarEvolution/ |
| D | trip-count9.ll | 12 ; CHECK: Loop %loop: backedge-taken count is (-1 + %n) 13 ; CHECK: Loop %loop: max backedge-taken count is 6 28 ; CHECK: Loop %loop: Unpredictable backedge-taken count. 29 ; CHECK: Loop %loop: Unpredictable max backedge-taken count. 44 ; CHECK: Loop %loop: backedge-taken count is (-2 + (2 smax %n)) 45 ; CHECK: Loop %loop: max backedge-taken count is 5 60 ; CHECK: Loop %loop: Unpredictable backedge-taken count. 61 ; CHECK: Loop %loop: Unpredictable max backedge-taken count. 76 ; CHECK: Loop %loop: backedge-taken count is (-1 + (-1 * %x) + ((1 + %x) smax %n)) 77 ; CHECK: Loop %loop: max backedge-taken count is -1 [all …]
|
| D | trip-count13.ll | 4 ; E.g.: %rhs = 255, %start = 99, backedge taken 156 times 16 ; CHECK-NEXT: Loop %loop: backedge-taken count is (-100 + (-1 * %rhs) + ((100 + %rhs) umax %rhs)) 17 ; CHECK-NEXT: Loop %loop: max backedge-taken count is -1 25 ; E.g.: %start = 99, %rhs = 255, backedge taken 156 times 36 ; CHECK-NEXT: Loop %loop: backedge-taken count is ((-1 * %start) + ((-100 + %start) umax %start)) 37 ; CHECK-NEXT: Loop %loop: max backedge-taken count is -1 45 ; E.g.: %rhs = 127, %start = -29, backedge taken 156 times 56 ; CHECK-NEXT: Loop %loop: backedge-taken count is (-100 + (-1 * %rhs) + ((100 + %rhs) smax %rhs)) 57 ; CHECK-NEXT: Loop %loop: max backedge-taken count is -1 65 ; E.g.: start = -29, %rhs = 127, %backedge taken 156 times [all …]
|
| D | trip-count10.ll | 6 ; CHECK: Loop %loop: Unpredictable backedge-taken count. 7 ; CHECK: Loop %loop: Unpredictable max backedge-taken count. 10 ; CHECK: Loop %loop: backedge-taken count is false 11 ; CHECK: Loop %loop: max backedge-taken count is false 14 ; CHECK: Loop %loop: backedge-taken count is false 15 ; CHECK: Loop %loop: max backedge-taken count is false 18 ; CHECK: Loop %loop: Unpredictable backedge-taken count. 19 ; CHECK: Loop %loop: Unpredictable max backedge-taken count. 84 ; CHECK-NEXT: Loop %loophead: Unpredictable backedge-taken count 85 ; CHECK-NEXT: Loop %loophead: Unpredictable max backedge-taken count [all …]
|
| D | predicated-trip-count.ll | 18 ; backedge taken count is correct. 23 ; CHECK: Loop %bb3: Unpredictable backedge-taken count. 24 ; CHECK-NEXT: Loop %bb3: Unpredictable max backedge-taken count. 25 ; CHECK-NEXT: Loop %bb3: Predicated backedge-taken count is (1 + (-1 smax %M)) 51 ; The predicated backedge taken count is: 57 ; The predicated backedge taken count is 0. 65 ; The predicated backedge taken count is 1 + (zext i16 %Start to i32) - %M 67 ; If %M >= MIN_INT + 1, this predicated backedge taken count would be correct (even 81 ; CHECK: Loop %bb3: Unpredictable backedge-taken count. 82 ; CHECK-NEXT: Loop %bb3: Unpredictable max backedge-taken count. [all …]
|
| D | max-trip-count.ll | 42 ; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-taken count. 43 ; CHECK: Loop %for.cond: max backedge-taken count is 5 99 ; CHECK-NEXT: backedge-taken count is 100 ; CHECK-NEXT: max backedge-taken count is -1 102 ; PR19799: Indvars miscompile due to an incorrect max backedge taken count from SCEV. 104 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count. 105 ; CHECK: Loop %for.body.i: max backedge-taken count is 1 128 ; PR18886: Indvars miscompile due to an incorrect max backedge taken count from SCEV. 130 ; CHECK: Loop %for.body: <multiple exits> Unpredictable backedge-taken count. 131 ; CHECK: Loop %for.body: max backedge-taken count is 3 [all …]
|
| D | shift-op.ll | 5 ; CHECK: Loop %loop: max backedge-taken count is 32 21 ; CHECK: Loop %loop: max backedge-taken count is 32 37 ; CHECK: Loop %loop: Unpredictable max backedge-taken count. 56 ; CHECK: Loop %loop: max backedge-taken count is 32 73 ; CHECK-LABEL: Loop %loop: max backedge-taken count is 32 90 ; CHECK: Loop %loop: Unpredictable max backedge-taken count. 109 ; CHECK: Loop %loop: Unpredictable max backedge-taken count. 127 ; CHECK: Loop %loop: max backedge-taken count is 32 144 ; CHECK: Loop %loop: Unpredictable max backedge-taken count.
|
| D | trip-count-pow2.ll | 16 ; CHECK: Loop %loop: backedge-taken count is ((-32 + (96 * %n)) /u 32) 17 ; CHECK: Loop %loop: max backedge-taken count is ((-32 + (96 * %n)) /u 32) 34 ; CHECK: Loop %loop: backedge-taken count is ((-32 + (32 * (%n /u 32))) /u 32) 35 ; CHECK: Loop %loop: max backedge-taken count is ((-32 + (32 * (%n /u 32))) /u 32) 51 ; CHECK: Loop %loop: Unpredictable backedge-taken count. 52 ; CHECK: Loop %loop: Unpredictable max backedge-taken count.
|
| /external/llvm/test/Transforms/RewriteStatepointsForGC/ |
| D | liveness-basics.ll | 5 ; Tests to make sure we consider %obj live in both the taken and untaken 11 br i1 %cmp, label %taken, label %untaken 13 taken: ; preds = %entry 14 ; CHECK-LABEL: taken: 31 merge: ; preds = %untaken, %taken 33 ; CHECK-NEXT: %.0 = phi i64 addrspace(1)* [ %obj.relocated.casted, %taken ], [ %obj.relocated2.cast… 46 br i1 %cmp, label %taken, label %untaken 48 taken: ; preds = %entry 49 ; CHECK-LABEL: taken: 68 br i1 %cmp, label %taken, label %untaken [all …]
|
| D | codegen-cond.ll | 23 br i1 %cond, label %taken, label %untaken 25 taken: ; preds = %continue 54 br i1 %cond, label %taken, label %untaken 56 taken: ; preds = %continue 71 br i1 %cond, label %taken, label %untaken 73 taken: ; preds = %entry
|
| /external/llvm/test/Transforms/EarlyCSE/ |
| D | conditional.ll | 8 br i1 %cnd1, label %taken, label %untaken 10 taken: 11 ; CHECK-LABEL: taken: 28 br i1 %cnd1, label %taken, label %untaken 30 taken: 63 br i1 %cnd, label %taken, label %untaken 65 taken: 66 ; CHECK-LABEL: taken: 81 br i1 %cnd1, label %taken, label %untaken 83 taken:
|
| /external/llvm/test/Transforms/InstCombine/ |
| D | select-implied.ll | 9 br i1 %cmp1, label %taken, label %end 11 taken: 27 br i1 %cmp1, label %end, label %taken 29 taken: 45 br i1 %cmp1, label %taken, label %end 47 taken: 62 br i1 %cmp, label %taken, label %end 64 taken: 110 br i1 %cmp1, label %taken, label %end 112 taken:
|
| /external/squashfs-tools/RELEASE-READMEs/ |
| D | PERFORMANCE.README | 32 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem 42 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 55 Time taken to perform "cpio -o --quiet -H newc < /tmp/sort > /dev/null" 68 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem 78 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 91 Time taken to perform "cpio -o --quiet -H newc < /tmp/sort > /dev/null" 111 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem 120 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 132 Time taken to perform "cpio -o --quiet -H newc < /tmp/sort > /dev/null" 144 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | toolresults_v1beta3.projects.histories.executions.clusters.html | 114 …"locale": "A String", # Locale of the device that the screenshot was taken on.… 115 …"model": "A String", # Model of the device that the screenshot was taken on. R… 116 …quot;: "A String", # OS version of the device that the screenshot was taken on. Required. 121 …ale": "A String", # Locale of the device that the screenshot was taken on. Required. 122 …"model": "A String", # Model of the device that the screenshot was taken on. R… 123 …quot;: "A String", # OS version of the device that the screenshot was taken on. Required. 152 …ale": "A String", # Locale of the device that the screenshot was taken on. Required. 153 …odel": "A String", # Model of the device that the screenshot was taken on. Required. 154 …quot;: "A String", # OS version of the device that the screenshot was taken on. Required. 159 …ale": "A String", # Locale of the device that the screenshot was taken on. Required. [all …]
|
| /external/llvm/test/CodeGen/MIR/Generic/ |
| D | basic-blocks.mir | 34 # CHECK: bb.1 (address-taken): 38 bb.1 (address-taken): 43 # CHECK-NEXT: bb.0.start (address-taken, align 4): 44 # CHECK: bb.1 (address-taken, align 4): 47 bb.0.start (align 4, address-taken): 48 bb.1 (address-taken, align 4):
|
| /external/clang/test/SemaCXX/ |
| D | pass-object-size.cpp | 26 …quired type 'int (void *)'}} expected-note@6{{candidate address cannot be taken because parameter … in Decls() 27 …quired type 'int (void *)'}} expected-note@6{{candidate address cannot be taken because parameter … in Decls() 30 …uired type 'int (void *)'}} expected-note@11{{candidate address cannot be taken because parameter … in Decls() 33 …uired type 'int (void *)'}} expected-note@18{{candidate address cannot be taken because parameter … in Decls() 41 …overloaded function type>'}} expected-note@6{{candidate address cannot be taken because parameter … in Assigns() 42 …overloaded function type>'}} expected-note@6{{candidate address cannot be taken because parameter … in Assigns() 45 …verloaded function type>'}} expected-note@11{{candidate address cannot be taken because parameter … in Assigns() 49 …verloaded function type>'}} expected-note@18{{candidate address cannot be taken because parameter … in Assigns() 68 …uired type 'int (void *)'}} expected-note@56{{candidate address cannot be taken because parameter … in Decls() 69 …s not match required type}} expected-note@62{{candidate address cannot be taken because parameter … in Decls() [all …]
|
| /external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
| D | Logger.java | 151 * marker data is also taken into account. 172 * marker data is also taken into consideration. 183 * method except that the marker data is also taken into 196 * method except that the marker data is also taken into 208 * marker data is also taken into consideration. 284 * marker data is also taken into account. 302 * marker data is also taken into consideration. 312 * method except that the marker data is also taken into 324 * method except that the marker data is also taken into 335 * marker data is also taken into consideration. [all …]
|
| /external/cronet/net/nqe/ |
| D | network_quality_observation_source.h | 15 // The observation was taken at the request layer, e.g., a round trip time 20 // The observation is taken from TCP statistics maintained by the kernel. 23 // The observation is taken at the QUIC layer. 62 // HTTP RTT observations measure the RTT from this device taken at the 66 // Transport RTT observations measure the RTT from this device taken at the 72 // web server. Currently, this only includes RTT observations taken from the
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonNewValueJump.cpp | 340 bool taken = false; in getNewValueJumpOpcode() local 346 taken = true; in getNewValueJumpOpcode() 350 return taken ? Hexagon::J4_cmpeq_t_jumpnv_t in getNewValueJumpOpcode() 355 return taken ? Hexagon::J4_cmpeqi_t_jumpnv_t in getNewValueJumpOpcode() 357 return taken ? Hexagon::J4_cmpeqn1_t_jumpnv_t in getNewValueJumpOpcode() 362 return taken ? Hexagon::J4_cmpeqi_f_jumpnv_t in getNewValueJumpOpcode() 364 return taken ? Hexagon::J4_cmpeqn1_f_jumpnv_t : in getNewValueJumpOpcode() 369 return taken ? Hexagon::J4_cmplt_t_jumpnv_t in getNewValueJumpOpcode() 371 return taken ? Hexagon::J4_cmpgt_t_jumpnv_t in getNewValueJumpOpcode() 376 return taken ? Hexagon::J4_cmpgti_t_jumpnv_t in getNewValueJumpOpcode() [all …]
|
| /external/cronet/base/ |
| D | check_is_test.h | 10 // Code paths taken in tests are sometimes different from those taken in 21 // Thus, it is useful to prevent the test code-only paths to be taken in 24 // `CHECK_IS_TEST` can be used to assert that a test-only path is actually taken 30 // // Assert that this code path is really only taken in tests.
|