/aosp_15_r20/external/llvm/test/Transforms/SimplifyCFG/ |
H A 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 …]
|
H A 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 …]
|
H A 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:
|
/aosp_15_r20/external/llvm/test/tools/llvm-cov/Inputs/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/llvm/test/Analysis/ScalarEvolution/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | VideoEditingPerformanceTest.java | 83 "^.*Time taken to Create Media Image Item :(\\d+)"); in VideoEditingPerformanceTest() 85 "^.*Time taken to add Media Image Item :(\\d+)"); in VideoEditingPerformanceTest() 87 "^.*Time taken to remove Media Image Item :(\\d+)"); in VideoEditingPerformanceTest() 89 "^.*Time taken to Create Media Image Item.*640x480.*:(\\d+)"); in VideoEditingPerformanceTest() 91 "^.*Time taken to add Media Image Item.*640x480.*:(\\d+)"); in VideoEditingPerformanceTest() 93 "^.*Time taken to remove Media Image Item.*640x480.*:(\\d+)"); in VideoEditingPerformanceTest() 95 "^.*Time taken to Create CrossFade Transition :(\\d+)"); in VideoEditingPerformanceTest() 97 "^.*Time taken to add CrossFade Transition :(\\d+)"); in VideoEditingPerformanceTest() 99 "^.*Time taken to remove CrossFade Transition :(\\d+)"); in VideoEditingPerformanceTest() 101 "^.*Time taken to Create Media Video Item :(\\d+)"); in VideoEditingPerformanceTest() [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
H A 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 …]
|
/aosp_15_r20/art/test/529-long-split/src/ |
H A D | Main.java | 49 // EBP is taken by the class instance and EDI is taken by `g` (both used in the `myField4` in testOddLow1() 54 // ECX is taken in testOddLow1() 55 // EDX is taken in testOddLow1() 59 // ESI is taken in testOddLow1() 91 // EBP is taken by the class instance and ESI is taken by `g` (both used in the `myField4` in testNonFollowingHigh() 95 // EAX is taken in testNonFollowingHigh() 97 // EDX is taken in testNonFollowingHigh() 101 // ESI is taken in testNonFollowingHigh() 132 // EBP is taken by the class instance and ESI is taken by `i` (both used in the `myField4` in testOddLow2() 143 // EDI is taken in testOddLow2() [all …]
|
/aosp_15_r20/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
H A D | Logger.java | 235 * marker data is also taken into account. 271 * marker data is also taken into consideration. 282 * method except that the marker data is also taken into 295 * method except that the marker data is also taken into 307 * marker data is also taken into consideration. 383 * marker data is also taken into account. 401 * marker data is also taken into consideration. 411 * method except that the marker data is also taken into 423 * method except that the marker data is also taken into 434 * marker data is also taken into consideration. [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8ulp/upower/ |
D | upower_api.h | 128 * Context: no sleep, no locks taken/released. 194 * Context: no sleep, no locks taken/released. 262 * Context: no sleep, no locks taken/released. 305 * Context: no sleep, no locks taken/released. 337 * Context: no sleep, no locks taken/released. 357 * Context: no sleep, no locks taken/released. 377 * Context: no sleep, no locks taken/released. 396 * Context: no sleep, no locks taken/released. 415 * Context: no sleep, no locks taken/released. 435 * Context: no sleep, no locks taken/released. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 339 bool taken = false; in getNewValueJumpOpcode() local 345 taken = true; in getNewValueJumpOpcode() 349 return taken ? Hexagon::J4_cmpeq_t_jumpnv_t in getNewValueJumpOpcode() 354 return taken ? Hexagon::J4_cmpeqi_t_jumpnv_t in getNewValueJumpOpcode() 356 return taken ? Hexagon::J4_cmpeqn1_t_jumpnv_t in getNewValueJumpOpcode() 361 return taken ? Hexagon::J4_cmpeqi_f_jumpnv_t in getNewValueJumpOpcode() 363 return taken ? Hexagon::J4_cmpeqn1_f_jumpnv_t : in getNewValueJumpOpcode() 368 return taken ? Hexagon::J4_cmplt_t_jumpnv_t in getNewValueJumpOpcode() 370 return taken ? Hexagon::J4_cmpgt_t_jumpnv_t in getNewValueJumpOpcode() 375 return taken ? Hexagon::J4_cmpgti_t_jumpnv_t in getNewValueJumpOpcode() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/ |
D | permute_function.hpp | 35 // return true if the parser succeeds and the slot is not yet taken in operator ()() 36 if (!*taken && component.parse(first, last, context, skipper, attr)) in operator ()() 38 *taken = true; in operator ()() 39 ++taken; in operator ()() 42 ++taken; in operator ()() 49 // return true if the parser succeeds and the slot is not yet taken in operator ()() 50 if (!*taken && component.parse(first, last, context, skipper, unused)) in operator ()() 52 *taken = true; in operator ()() 53 ++taken; in operator ()() 56 ++taken; in operator ()() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | predict.def | 32 HITRATE is the probability that edge predicted by predictor as taken 33 will be really taken (so it should be always above 50 /* Mark unconditional jump as taken. */ 68 /* Branch containing goto is probably not taken. */ 79 /* Loopback edge is taken. */ 83 /* Edge causing loop to terminate is probably not taken. */ 99 /* Branch guarding call is probably taken. */ 102 /* Branch causing function to terminate is probably not taken. */ 105 /* Branch containing goto is probably not taken. */ 108 /* Branch ending with return constant is probably not taken. */ [all …]
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | event_table.json | 13 ["0x0009", "EXC_TAKEN", "Exception taken"], 18 …00E", "BR_RETURN_RETIRED", "Branch Instruction architecturally executed, procedure return, taken"], 121 ["0x0081", "EXC_UNDEF", "Exception taken, other synchronous"], 122 ["0x0082", "EXC_SVC", "Exception taken, Supervisor Call"], 123 ["0x0083", "EXC_PABORT", "Exception taken, Instruction Abort"], 124 ["0x0084", "EXC_DABORT", "Exception taken, Data Abort or SError"], 125 ["0x0086", "EXC_IRQ", "Exception taken, IRQ"], 126 ["0x0087", "EXC_FIQ", "Exception taken, FIQ"], 127 ["0x0088", "EXC_SMC", "Exception taken, Secure Monitor Call"], 128 ["0x008A", "EXC_HVC", "Exception taken, Hypervisor Call"], [all …]
|
/aosp_15_r20/external/squashfs-tools/RELEASE-READMEs/ |
H A 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
H A D | barrier_ops_test.py | 326 def take(sess, i, taken): argument 330 taken.append({ 340 taken = [] 344 target=take, args=(sess, i, taken)) for i in range(num_iterations) 361 self.assertEqual(len(taken), num_iterations) 363 all_indices = sorted(flatten([t_i["indices"] for t_i in taken])) 364 all_keys = sorted(flatten([t_i["keys"] for t_i in taken])) 374 for taken_i in taken: 533 def take(sess, i, taken): argument 539 taken.append(len(indices_val)) [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/EarlyCSE/ |
H A 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:
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A 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 …]
|