Home
last modified time | relevance | path

Searched refs:t26 (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll31 %t26 = mul i32 %t25, %t25
32 %t27 = mul i32 %t26, %t26
Dfast-mightymul.ll31 %t26 = fmul fast float %t25, %t25
32 %t27 = fmul fast float %t26, %t26
D2012-05-08-UndefLeak.ll38 %t26 = add i64 %t25, %t8
39 %t27 = add i64 %t26, %t9
73 %t61 = add i64 %t60, %t26
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll14 %t26 = add i32 undef, %t25
27 %t27 = add i32 %t24, %t26
/external/valgrind/VEX/orig_ppc32/
Ddate.orig91 36: GETL R25, t26
94 39: STL t26, (t28)
292 35: GETL R1, t26
293 36: ADDL $0x10, t26
294 37: STL t24, (t26)
411 39: GETL R11, t26
413 41: CMPL t26, t30, t28 (-rSo)
1100 31: GETL R1, t26
1101 32: ADDL $0x28, t26
1102 33: STL t24, (t26)
[all …]
Dreturn0.orig91 36: GETL R25, t26
94 39: STL t26, (t28)
292 35: GETL R1, t26
293 36: ADDL $0x10, t26
294 37: STL t24, (t26)
411 39: GETL R11, t26
413 41: CMPL t26, t30, t28 (-rSo)
1100 31: GETL R1, t26
1101 32: ADDL $0x28, t26
1102 33: STL t24, (t26)
[all …]
/external/clang/test/SemaCXX/
Dtype-traits.cpp418 int t26[F(__is_integral(Derives))]; in is_integral() local
447 int t26[F(__is_floating_point(Derives))]; in is_floating_point() local
476 int t26[F(__is_arithmetic(Derives))]; in is_arithmetic() local
531 int t26[F(__is_void(Derives))]; in is_void() local
561 int t26[F(__is_array(Union))]; in is_array() local
600 int t26[F(__is_function(Union))]; in is_function() local
723 int t26[F(__is_scalar(IntArNB))]; in is_scalar() local
752 int t26[F(__is_compound(unsigned char))]; in is_compound() local
789 int t26[F(__is_pointer(ClassType))]; in is_pointer() local
822 int t26[F(__is_member_object_pointer(cvoid))]; in is_member_object_pointer() local
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1]
81 %t29 = getelementptr inbounds i64, i64* %arg, i64 %t26 ; <i64*> [#uses=1]
Dashr-tripcount.ll68 %t26 = or i32 %i.05, 3 ; <i32> [#uses=1]
69 %t27 = sext i32 %t26 to i64 ; <i64> [#uses=1]
/external/clang/test/CodeGen/
Dasm.c220 void t26 (__m256i *p) { in t26() function
Dms-inline-asm.c268 void t26() {
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.SI.resinfo.ll78 %t26 = extractelement <4 x i32> %res14, i32 3
80 %e14 = add i32 %t26, %t27
Dllvm.SI.sampled.ll109 %t26 = extractelement <4 x float> %res14, i32 3
111 %e14 = fadd float %t26, %t27
Dllvm.SI.sample.ll109 %t26 = extractelement <4 x float> %res14, i32 3
111 %e14 = fadd float %t26, %t27
/external/opencv3/modules/calib3d/src/
Dupnp.cpp418 double t26 = pow( m[10], 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()
/external/clang/test/Coverage/
Dc-language-features.inc124 int t26 = __imag t24;
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll250 define i32 @t26(i32 %y) {
251 ; CHECK-LABEL: @t26(
/external/llvm/test/CodeGen/X86/
Dlsr-reuse.ll518 %t26 = getelementptr float, float* %arg, i64 %t22 ; <float*> [#uses=3]
529 %t33 = load float, float* %t26 ; <float> [#uses=1]
628 %t113 = phi float* [ %t59, %bb58 ], [ %t26, %bb57 ] ; <float*> [#uses=1]
727 %t198 = phi float* [ %t113, %bb112 ], [ %t120, %bb119 ], [ %t26, %bb118 ] ; <float*> [#uses=1]
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1446 namespace t26 namespace
2438 t26::test(); in main()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.hpp6819 T26 t26 = NullType(), in operator ()()
6854 SetArg<26, T26>::set(kernel_, t26); in operator ()()