Home
last modified time | relevance | path

Searched refs:t29 (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll41 %t29 = add i64 %t28, %t11
42 %t30 = add i64 %t29, %t12
76 %t64 = add i64 %t63, %t29
/external/opencv3/modules/calib3d/src/
Dupnp.cpp419 double t29 = pow( m[11], 2 ); in compute_constraint_distance_2param_6eq_2unk_f_unk() local
426 *P.ptr<double>(2,0) = t26 - 2 * m[10] * m[1] + t4 + t29 - 2 * m[11] * m[2] + t8; in compute_constraint_distance_2param_6eq_2unk_f_unk()
430 *P.ptr<double>(4,0) = t26 - 2 * m[10] * m[4] + t1 + t29 - 2 * m[11] * m[5] + t5; in compute_constraint_distance_2param_6eq_2unk_f_unk()
432 *P.ptr<double>(5,0) = t26 - 2 * m[10] * m[7] + t15 + t29 - 2 * m[11] * m[8] + t18; in compute_constraint_distance_2param_6eq_2unk_f_unk()
462 double t29 = pow( m[1][3], 2 ); in compute_constraint_distance_3param_6eq_6unk_f_unk() local
489 *P.ptr<double>(0,3) = t28 + t29 - 2 * m[1][6] * m[1][3]; in compute_constraint_distance_3param_6eq_6unk_f_unk()
496 *P.ptr<double>(1,3) = t29 + t64 - 2 * m[1][9] * m[1][3]; in compute_constraint_distance_3param_6eq_6unk_f_unk()
503 *P.ptr<double>(2,3) = -2 * m[1][12] * m[1][3] + t99 + t29; in compute_constraint_distance_3param_6eq_6unk_f_unk()
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll81 %t29 = getelementptr inbounds i64, i64* %arg, i64 %t26 ; <i64*> [#uses=1]
85 %t33 = load i64, i64* %t29 ; <i64> [#uses=1]
Dashr-tripcount.ll71 %t29 = load i32, i32* %t28, align 4 ; <i32> [#uses=1]
72 %t30 = zext i32 %t29 to i64 ; <i64> [#uses=1]
/external/clang/test/CodeGen/
Dasm.c244 void t29(void) { in t29() function
Dms-inline-asm.c304 void t29() {
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.SI.imageload.ll65 %t29 = extractelement <4 x i32> %res15, i32 1
68 %t32 = add i32 %t28, %t29
Dllvm.SI.resinfo.ll82 %t29 = extractelement <4 x i32> %res15, i32 1
85 %t32 = add i32 %t28, %t29
Dllvm.SI.sampled.ll113 %t29 = extractelement <4 x float> %res15, i32 1
116 %t32 = fadd float %t28, %t29
Dllvm.SI.sample.ll113 %t29 = extractelement <4 x float> %res15, i32 1
116 %t32 = fadd float %t28, %t29
/external/clang/test/SemaCXX/
Dtype-traits.cpp421 int t29[F(__is_integral(void))]; in is_integral() local
450 int t29[F(__is_floating_point(void))]; in is_floating_point() local
479 int t29[F(__is_arithmetic(void))]; in is_arithmetic() local
534 int t29[F(__is_void(IntArNB))]; in is_void() local
564 int t29[F(__is_array(Enum))]; in is_array() local
603 int t29[F(__is_function(Enum))]; in is_function() local
755 int t29[F(__is_compound(unsigned short))]; in is_compound() local
792 int t29[F(__is_pointer(IntArNB))]; in is_pointer() local
825 int t29[F(__is_member_object_pointer(int))]; in is_member_object_pointer() local
861 int t29[F(__is_member_function_pointer(int))]; in is_member_function_pointer() local
[all …]
/external/clang/test/Coverage/
Dc-language-features.inc130 int t29 = t28 - t28;
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll271 define i32 @t29(i64 %y) {
272 ; CHECK-LABEL: @t29(
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1626 namespace t29 namespace
2441 t29::test(); in main()
/external/llvm/test/CodeGen/X86/
Dlsr-reuse.ll523 %t29 = ptrtoint float* %t25 to i64 ; <i64> [#uses=1]
524 %t30 = and i64 %t29, 15 ; <i64> [#uses=1]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.hpp6822 T29 t29 = NullType(), in operator ()()
6857 SetArg<29, T29>::set(kernel_, t29); in operator ()()