/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 29 %t24 = mul i32 %t23, %t23 30 %t25 = mul i32 %t24, %t24
|
D | fast-mightymul.ll | 29 %t24 = fmul fast float %t23, %t23 30 %t25 = fmul fast float %t24, %t24
|
D | 2012-05-08-UndefLeak.ll | 36 %t24 = add i64 %t23, %t6 37 %t25 = add i64 %t24, %t7 71 %t59 = add i64 %t58, %t24
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 26 %t24 = sub i32 %t17, %t23 27 %t27 = add i32 %t24, %t26
|
/external/opencv3/modules/video/src/opencl/ |
D | pyrlk.cl | 148 float4 t24 = t2.lo + t2.hi; 151 smem2[0] = t24.x+t24.y+t24.z+t24.w; 186 float4 t24 = t2.lo + t2.hi; 188 smem2[0] = t24.x+t24.y+t24.z+t24.w;
|
/external/valgrind/VEX/orig_ppc32/ |
D | date.orig | 86 33: MOVL $0x0, t24 87 34: PUTL t24, R0 291 34: GETL R7, t24 294 37: STL t24, (t26) 406 36: MOVL $0x6FFFFF40, t24 407 37: PUTL t24, R28 980 28: GETL R1, t24 981 29: ADDL $0x23C, t24 982 30: STL t22, (t24) 1099 30: GETL R30, t24 [all …]
|
D | return0.orig | 86 33: MOVL $0x0, t24 87 34: PUTL t24, R0 291 34: GETL R7, t24 294 37: STL t24, (t26) 406 36: MOVL $0x6FFFFF40, t24 407 37: PUTL t24, R28 980 28: GETL R1, t24 981 29: ADDL $0x23C, t24 982 30: STL t22, (t24) 1099 30: GETL R30, t24 [all …]
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 122 int t24 = !t19; 123 int t25 = __real t24; 124 int t26 = __imag t24;
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 416 int t24[F(__is_integral(Union))]; in is_integral() local 445 int t24[F(__is_floating_point(Union))]; in is_floating_point() local 474 int t24[F(__is_arithmetic(Union))]; in is_arithmetic() local 505 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type() local 529 int t24[F(__is_void(Union))]; in is_void() local 559 int t24[F(__is_array(long))]; in is_array() local 598 int t24[F(__is_function(long))]; in is_function() local 671 int t24[T(__is_fundamental(void))]; in is_fundamental() local 721 int t24[F(__is_scalar(Derives))]; in is_scalar() local 750 int t24[F(__is_compound(char))]; in is_compound() local [all …]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-rem.ll | 76 %t24 = mul i64 %t6, %arg1 ; <i64> [#uses=1] 78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1]
|
D | ashr-tripcount.ll | 66 %t24 = getelementptr float, float* %pow4_3_tab_ptr, i64 %t23 ; <float*> [#uses=1] 67 %t25 = load float, float* %t24, align 4 ; <float> [#uses=1]
|
/external/clang/test/CodeGen/ |
D | libcalls-fno-builtin.c | 123 long int t24(char **x) { return strtoull("1234", x, 10); } in t24() function
|
D | asm.c | 196 void *t24(char c) { in t24() function
|
D | ms-inline-asm.c | 247 void t24() {
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.SI.resinfo.ll | 76 %t24 = extractelement <4 x i32> %res14, i32 1 79 %t27 = add i32 %t24, %t25
|
D | llvm.SI.sampled.ll | 107 %t24 = extractelement <4 x float> %res14, i32 1 110 %t27 = fadd float %t24, %t25
|
D | llvm.SI.sample.ll | 107 %t24 = extractelement <4 x float> %res14, i32 1 110 %t27 = fadd float %t24, %t25
|
/external/opencv3/modules/calib3d/src/ |
D | upnp.cpp | 460 double t24 = pow( m[2][5], 2 ); in compute_constraint_distance_3param_6eq_6unk_f_unk() local 488 *P.ptr<double>(0,2) = t19 - 2 * m[2][4] * m[2][1] + t22 + t23 + t24 - 2 * m[2][5] * m[2][2]; in compute_constraint_distance_3param_6eq_6unk_f_unk() 509 *P.ptr<double>(3,2) = t24 - 2 * m[2][8] * m[2][5] + t19 - 2 * m[2][7] * m[2][4] + t62 + t59; in compute_constraint_distance_3param_6eq_6unk_f_unk() 516 *P.ptr<double>(4,2) = t19 + t24 - 2 * m[2][10] * m[2][4] - 2 * m[2][11] * m[2][5] + t95 + t90; in compute_constraint_distance_3param_6eq_6unk_f_unk()
|
/external/llvm/test/CodeGen/ARM/ |
D | minmax.ll | 187 ; CHECK-LABEL: t24 189 define <8 x i8> @t24(<8 x i8> %a, <8 x i8> %b) {
|
/external/llvm/test/Transforms/InstCombine/ |
D | disable-simplify-libcalls.ll | 234 define i64 @t24(i8** %y) { 235 ; CHECK-LABEL: @t24(
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-reuse.ll | 516 %t24 = sub i64 %arg6, %t22 ; <i64> [#uses=4] 519 %t27 = icmp sgt i64 %t24, 0 ; <i1> [#uses=1] 557 %t56 = icmp sgt i64 %t24, 15 ; <i1> [#uses=2] 631 %t116 = phi i64 [ %t97, %bb58 ], [ %t24, %bb57 ] ; <i64> [#uses=1] 724 %t195 = phi i64 [ %t116, %bb112 ], [ %t171, %bb119 ], [ %t24, %bb118 ] ; <i64> [#uses=2]
|
/external/libcxxabi/test/ |
D | dynamic_cast3.pass.cpp | 1322 namespace t24 namespace 1349 t24::A1* getA1() {return A2::getA1();} in getA1() 2436 t24::test(); in main()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.hpp | 6817 T24 t24 = NullType(), in operator ()() 6852 SetArg<24, T24>::set(kernel_, t24); in operator ()()
|