/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 23 br i1 false, label %bb.i.i, label %bb1.i.i 25 bb.i.i: ; preds = %bb6 28 bb1.i.i: ; preds = %bb6 31 int2lit.exit: ; preds = %bb1.i.i, %bb.i.i 37 br i1 false, label %bb.i, label %picosat_time_stamp.exit 39 bb.i: ; preds = %entry 42 picosat_time_stamp.exit: ; preds = %bb.i, %entry 331 br i1 false, label %bb.i.i35, label %bb1.i.i36 333 bb.i.i35: ; preds = %bb114 336 bb1.i.i36: ; preds = %bb114 [all …]
|
/external/curl/tests/libtest/ |
D | lib557.c | 124 int i, j; in test_unsigned_short_formatting() local 130 i = 1; us_test[i].num = 0xFFU; us_test[i].expected = "256"; in test_unsigned_short_formatting() 131 i++; us_test[i].num = 0xF0U; us_test[i].expected = "240"; in test_unsigned_short_formatting() 132 i++; us_test[i].num = 0x0FU; us_test[i].expected = "15"; in test_unsigned_short_formatting() 134 i++; us_test[i].num = 0xE0U; us_test[i].expected = "224"; in test_unsigned_short_formatting() 135 i++; us_test[i].num = 0x0EU; us_test[i].expected = "14"; in test_unsigned_short_formatting() 137 i++; us_test[i].num = 0xC0U; us_test[i].expected = "192"; in test_unsigned_short_formatting() 138 i++; us_test[i].num = 0x0CU; us_test[i].expected = "12"; in test_unsigned_short_formatting() 140 i++; us_test[i].num = 0x01U; us_test[i].expected = "1"; in test_unsigned_short_formatting() 141 i++; us_test[i].num = 0x00U; us_test[i].expected = "0"; in test_unsigned_short_formatting() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-04-11-PHIofImpDef.ll | 8 br label %bb4351.i 9 bb4351.i: ; preds = %1 10 switch i32 0, label %bb4411.i [ 11 i32 1, label %bb4354.i 12 i32 2, label %bb4369.i 14 bb4354.i: ; preds = %bb4351.i 16 bb4369.i: ; preds = %bb4351.i 17 br label %bb4374.i 18 bb4374.i: ; preds = %bb4369.i 19 br label %bb4411.i [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2008-04-11-PHIofImpDef.ll | 8 br label %bb4351.i 9 bb4351.i: ; preds = %1 10 switch i32 0, label %bb4411.i [ 11 i32 1, label %bb4354.i 12 i32 2, label %bb4369.i 14 bb4354.i: ; preds = %bb4351.i 16 bb4369.i: ; preds = %bb4351.i 17 br label %bb4374.i 18 bb4374.i: ; preds = %bb4369.i 19 br label %bb4411.i [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | simd_misc_messages.c | 10 for (int i = 0; i < 10; ++i) in xxx() local 24 int i; in test_no_clause() local 26 for (i = 0; i < 16; ++i) in test_no_clause() 31 ++i; in test_no_clause() 35 int i = 0; in test_branch_protected_scope() local 37 ++i; in test_branch_protected_scope() 42 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() 43 if (i == 5) in test_branch_protected_scope() 45 else if (i == 6) in test_branch_protected_scope() 47 else if (i == 7) in test_branch_protected_scope() [all …]
|
D | for_simd_misc_messages.c | 10 for (int i = 0; i < 10; ++i) in xxx() local 21 int i; in test_no_clause() local 23 for (i = 0; i < 16; ++i) in test_no_clause() 28 ++i; in test_no_clause() 32 int i = 0; in test_branch_protected_scope() local 34 ++i; in test_branch_protected_scope() 40 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() 41 if (i == 5) in test_branch_protected_scope() 43 else if (i == 6) in test_branch_protected_scope() 45 else if (i == 7) in test_branch_protected_scope() [all …]
|
D | nesting_of_regions.cpp | 18 for (int i = 0; i < 10; ++i) in foo() local 22 for (int i = 0; i < 10; ++i) in foo() local 26 for (int i = 0; i < 10; ++i) in foo() local 54 for (int i = 0; i < 10; ++i) in foo() local 58 for (int i = 0; i < 10; ++i) in foo() local 123 for (int i = 0; i < 10; ++i) in foo() local 144 for (int i = 0; i < 10; ++i) in foo() local 150 for (int i = 0; i < 10; ++i) in foo() local 160 for (int i = 0; i < 10; ++i) in foo() local 166 for (int i = 0; i < 10; ++i) in foo() local [all …]
|
D | target_simd_misc_messages.c | 14 int i; in test_no_clause() local 16 for (i = 0; i < 16; ++i) in test_no_clause() 21 ++i; in test_no_clause() 25 int i = 0; in test_branch_protected_scope() local 27 ++i; in test_branch_protected_scope() 32 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() 33 if (i == 5) in test_branch_protected_scope() 35 else if (i == 6) in test_branch_protected_scope() 37 else if (i == 7) in test_branch_protected_scope() 39 else if (i == 8) { in test_branch_protected_scope() [all …]
|
D | parallel_for_simd_misc_messages.c | 14 int i; in test_no_clause() local 16 for (i = 0; i < 16; ++i) in test_no_clause() 21 ++i; in test_no_clause() 25 int i = 0; in test_branch_protected_scope() local 27 ++i; in test_branch_protected_scope() 33 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() 34 if (i == 5) in test_branch_protected_scope() 36 else if (i == 6) in test_branch_protected_scope() 38 else if (i == 7) in test_branch_protected_scope() 40 else if (i == 8) { in test_branch_protected_scope() [all …]
|
D | for_schedule_messages.cpp | 20 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 22 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 24 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 26 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 28 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 30 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 32 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 34 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 36 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 38 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local [all …]
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | reassociated-loads.ll | 13 %vecext.i.i.i = extractelement <32 x i8> %0, i64 0 14 %vecext.i.i.1.i = extractelement <32 x i8> %0, i64 1 15 %add.i.1.i = add i8 %vecext.i.i.1.i, %vecext.i.i.i 16 %vecext.i.i.2.i = extractelement <32 x i8> %0, i64 2 17 %add.i.2.i = add i8 %vecext.i.i.2.i, %add.i.1.i 18 %vecext.i.i.3.i = extractelement <32 x i8> %0, i64 3 19 %add.i.3.i = add i8 %vecext.i.i.3.i, %add.i.2.i 20 %vecext.i.i.4.i = extractelement <32 x i8> %0, i64 4 21 %add.i.4.i = add i8 %vecext.i.i.4.i, %add.i.3.i 22 %vecext.i.i.5.i = extractelement <32 x i8> %0, i64 5 [all …]
|
/external/clang/test/OpenMP/ |
D | simd_misc_messages.c | 13 int i; in test_no_clause() local 15 for (i = 0; i < 16; ++i) in test_no_clause() 20 ++i; in test_no_clause() 24 int i = 0; in test_branch_protected_scope() local 26 ++i; in test_branch_protected_scope() 31 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() 32 if (i == 5) in test_branch_protected_scope() 34 else if (i == 6) in test_branch_protected_scope() 36 else if (i == 7) in test_branch_protected_scope() 38 else if (i == 8) { in test_branch_protected_scope() [all …]
|
D | for_simd_misc_messages.c | 10 int i; in test_no_clause() local 12 for (i = 0; i < 16; ++i) in test_no_clause() 17 ++i; in test_no_clause() 21 int i = 0; in test_branch_protected_scope() local 23 ++i; in test_branch_protected_scope() 29 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() 30 if (i == 5) in test_branch_protected_scope() 32 else if (i == 6) in test_branch_protected_scope() 34 else if (i == 7) in test_branch_protected_scope() 36 else if (i == 8) { in test_branch_protected_scope() [all …]
|
D | for_schedule_messages.cpp | 15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 21 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 23 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 25 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 27 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 29 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 31 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local 33 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain() local [all …]
|
D | parallel_for_simd_misc_messages.c | 10 int i; in test_no_clause() local 12 for (i = 0; i < 16; ++i) in test_no_clause() 17 ++i; in test_no_clause() 21 int i = 0; in test_branch_protected_scope() local 23 ++i; in test_branch_protected_scope() 29 for (i = 0; i < 16; ++i) { in test_branch_protected_scope() 30 if (i == 5) in test_branch_protected_scope() 32 else if (i == 6) in test_branch_protected_scope() 34 else if (i == 7) in test_branch_protected_scope() 36 else if (i == 8) { in test_branch_protected_scope() [all …]
|
D | nesting_of_regions.cpp | 11 for (int i = 0; i < 10; ++i) in foo() local 15 for (int i = 0; i < 10; ++i) in foo() local 19 for (int i = 0; i < 10; ++i) in foo() local 47 for (int i = 0; i < 10; ++i) in foo() local 51 for (int i = 0; i < 10; ++i) in foo() local 106 for (int i = 0; i < 10; ++i) in foo() local 127 for (int i = 0; i < 10; ++i) in foo() local 133 for (int i = 0; i < 10; ++i) in foo() local 143 for (int i = 0; i < 10; ++i) in foo() local 149 for (int i = 0; i < 10; ++i) in foo() local [all …]
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | div-shift-crash.ll | 10 …%l_819.i.i = alloca %struct.S0.0.1.2.3.4.13.22.31.44.48.53.54.55.56.58.59.60.66.68.70.74.77.106.10… 11 br i1 undef, label %land.lhs.true, label %for.cond.i 14 br label %for.cond.i 16 for.cond.i: ; preds = %land.lhs.true, %entry 17 ….54.55.56.58.59.60.66.68.70.74.77.106.107.108.109.110.113.117.118.128.129* %l_819.i.i, i64 0, i32 0 18 br label %for.cond.i6.i.i 20 for.cond.i6.i.i: ; preds = %for.body.i8.i.i, %for.cond.i 21 br i1 undef, label %for.body.i8.i.i, label %lbl_707.i.i.i 23 for.body.i8.i.i: ; preds = %for.cond.i6.i.i 24 br label %for.cond.i6.i.i [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | div-shift-crash.ll | 10 …%l_819.i.i = alloca %struct.S0.0.1.2.3.4.13.22.31.44.48.53.54.55.56.58.59.60.66.68.70.74.77.106.10… 11 br i1 undef, label %land.lhs.true, label %for.cond.i 14 br label %for.cond.i 16 for.cond.i: ; preds = %land.lhs.true, %entry 17 ….54.55.56.58.59.60.66.68.70.74.77.106.107.108.109.110.113.117.118.128.129* %l_819.i.i, i64 0, i32 0 18 br label %for.cond.i6.i.i 20 for.cond.i6.i.i: ; preds = %for.body.i8.i.i, %for.cond.i 21 br i1 undef, label %for.body.i8.i.i, label %lbl_707.i.i.i 23 for.body.i8.i.i: ; preds = %for.cond.i6.i.i 24 br label %for.cond.i6.i.i [all …]
|
/external/llvm-project/flang/test/Semantics/ |
D | omp-combined-constructs.f90 | 6 integer :: i variable 11 do i = 1, N 12 a(i) = 3.14 17 do i = 1, N 18 a(i) = 3.14 24 do i = 1, N 25 a(i) = 3.14 30 do i = 1, N 31 a(i) = 3.14 37 do i = 1, N [all …]
|
D | acc-clause-validity.f90 | 30 integer :: i, j, b, gang_size, vector_size, worker_size variable 73 do i = 1, N 76 a(i) = 3.14 82 do i = 1, N 85 a(i) = 3.14 91 do i = 1, N 94 a(i) = 3.14 99 do i = 1, N 102 a(i) = 3.14 106 do i = 1, N [all …]
|
/external/swiftshader/src/Shader/ |
D | Constants.cpp | 163 for(int i = 0; i < 16; i++) in Constants() local 165 maskB4Q[i][0] = -(i >> 0 & 1); in Constants() 166 maskB4Q[i][1] = -(i >> 1 & 1); in Constants() 167 maskB4Q[i][2] = -(i >> 2 & 1); in Constants() 168 maskB4Q[i][3] = -(i >> 3 & 1); in Constants() 169 maskB4Q[i][4] = -(i >> 0 & 1); in Constants() 170 maskB4Q[i][5] = -(i >> 1 & 1); in Constants() 171 maskB4Q[i][6] = -(i >> 2 & 1); in Constants() 172 maskB4Q[i][7] = -(i >> 3 & 1); in Constants() 174 invMaskB4Q[i][0] = ~maskB4Q[i][0]; in Constants() [all …]
|
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | sc25519.c | 35 int i; in sc_reduce_add_sub() local 38 for(i=0;i<32;i++) in sc_reduce_add_sub() 40 pb += m[i]; in sc_reduce_add_sub() 41 b = lt(r->v[i],pb); in sc_reduce_add_sub() 42 t[i] = r->v[i]-pb+(b<<8); in sc_reduce_add_sub() 46 for(i=0;i<32;i++) in sc_reduce_add_sub() 47 r->v[i] ^= mask & (r->v[i] ^ t[i]); in sc_reduce_add_sub() 54 int i,j; in barrett_reduce() local 63 for (i = 0;i < 66;++i) q2[i] = 0; in barrett_reduce() 64 for (i = 0;i < 33;++i) r2[i] = 0; in barrett_reduce() [all …]
|
/external/openssh/ |
D | sc25519.c | 35 int i; in reduce_add_sub() local 38 for(i=0;i<32;i++) in reduce_add_sub() 40 pb += m[i]; in reduce_add_sub() 41 b = lt(r->v[i],pb); in reduce_add_sub() 42 t[i] = r->v[i]-pb+(b<<8); in reduce_add_sub() 46 for(i=0;i<32;i++) in reduce_add_sub() 47 r->v[i] ^= mask & (r->v[i] ^ t[i]); in reduce_add_sub() 54 int i,j; in barrett_reduce() local 63 for (i = 0;i < 66;++i) q2[i] = 0; in barrett_reduce() 64 for (i = 0;i < 33;++i) r2[i] = 0; in barrett_reduce() [all …]
|
/external/swiftshader/src/Pipeline/ |
D | Constants.cpp | 165 for(int i = 0; i < 16; i++) in Constants() local 167 maskB4Q[i][0] = -(i >> 0 & 1); in Constants() 168 maskB4Q[i][1] = -(i >> 1 & 1); in Constants() 169 maskB4Q[i][2] = -(i >> 2 & 1); in Constants() 170 maskB4Q[i][3] = -(i >> 3 & 1); in Constants() 171 maskB4Q[i][4] = -(i >> 0 & 1); in Constants() 172 maskB4Q[i][5] = -(i >> 1 & 1); in Constants() 173 maskB4Q[i][6] = -(i >> 2 & 1); in Constants() 174 maskB4Q[i][7] = -(i >> 3 & 1); in Constants() 176 invMaskB4Q[i][0] = ~maskB4Q[i][0]; in Constants() [all …]
|
/external/llvm-project/clang/test/Profile/ |
D | c-general.c | 29 int i; in simple_loops() local 32 for (i = 0; i < 100; ++i) { in simple_loops() 36 while (i > 0) in simple_loops() 37 i--; in simple_loops() 40 do {} while (i++ < 75); in simple_loops() 52 for (int i = 0; i < 100; ++i) { in conditionals() local 55 if (i % 2) { in conditionals() 58 if (i) {} in conditionals() 61 } else if (i % 3) { in conditionals() 64 if (i) {} in conditionals() [all …]
|