/external/llvm/test/CodeGen/X86/ |
D | lea-recursion.ll | 19 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=2] 20 store i32 %tmp10, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 1) 22 %tmp9.1 = add i32 %tmp10, 1 ; <i32> [#uses=1] 23 %tmp10.1 = add i32 %tmp9.1, %tmp8.1 ; <i32> [#uses=2] 24 store i32 %tmp10.1, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 2) 26 %tmp9.2 = add i32 %tmp10.1, 1 ; <i32> [#uses=1] 27 %tmp10.2 = add i32 %tmp9.2, %tmp8.2 ; <i32> [#uses=2] 28 store i32 %tmp10.2, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 3) 30 %tmp9.3 = add i32 %tmp10.2, 1 ; <i32> [#uses=1] 31 %tmp10.3 = add i32 %tmp9.3, %tmp8.3 ; <i32> [#uses=2] [all …]
|
D | xor.ll | 55 %tmp10 = icmp eq i32 %tmp8, 0 56 br i1 %tmp10, label %bb12, label %bb 78 %tmp10 = icmp eq i16 %tmp8, 0 79 br i1 %tmp10, label %bb12, label %bb 100 %tmp10 = icmp eq i8 %tmp8, 0 101 br i1 %tmp10, label %bb12, label %bb 122 %tmp10 = icmp eq i32 %tmp8, 0 123 br i1 %tmp10, label %bb12, label %bb
|
D | coalescer-commute2.ll | 17 %tmp10 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1] 18 ret <2 x i64> %tmp10 26 %tmp10 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1] 27 ret <2 x i64> %tmp10
|
D | scalarize-bitcast.ll | 20 %tmp10.i = bitcast i64 %tmp12.i.i to <1 x i64> ; <<1 x i64>> [#uses=1] 21 %tmp24.i = extractelement <1 x i64> %tmp10.i, i32 0 ; <i64> [#uses=1] 22 %tmp10 = bitcast i64 %tmp24.i to <1 x i64> ; <<1 x i64>> [#uses=1] 23 %tmp7 = extractelement <1 x i64> %tmp10, i32 0 ; <i64> [#uses=1]
|
/external/qemu/distrib/jpeg-6b/ |
D | jfdctflt.c | 62 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 82 tmp10 = tmp0 + tmp3; /* phase 2 */ 87 dataptr[0] = tmp10 + tmp11; /* phase 3 */ 88 dataptr[4] = tmp10 - tmp11; 96 tmp10 = tmp4 + tmp5; /* phase 2 */ 101 z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */ 102 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */ 132 tmp10 = tmp0 + tmp3; /* phase 2 */ 137 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ 138 dataptr[DCTSIZE*4] = tmp10 - tmp11; [all …]
|
D | jfdctfst.c | 117 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 138 tmp10 = tmp0 + tmp3; /* phase 2 */ 143 dataptr[0] = tmp10 + tmp11; /* phase 3 */ 144 dataptr[4] = tmp10 - tmp11; 152 tmp10 = tmp4 + tmp5; /* phase 2 */ 157 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ 188 tmp10 = tmp0 + tmp3; /* phase 2 */ 193 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ 194 dataptr[DCTSIZE*4] = tmp10 - tmp11; [all …]
|
D | jidctflt.c | 73 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 128 tmp10 = tmp0 + tmp2; /* phase 3 */ 134 tmp0 = tmp10 + tmp13; /* phase 2 */ 135 tmp3 = tmp10 - tmp13; 155 tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */ 160 tmp4 = tmp10 + tmp5; 190 tmp10 = wsptr[0] + wsptr[4]; 196 tmp0 = tmp10 + tmp13; 197 tmp3 = tmp10 - tmp13; 212 tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */ [all …]
|
D | jidctred.c | 122 INT32 tmp0, tmp2, tmp10, tmp12; variable 166 tmp10 = tmp0 + tmp2; 188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 225 tmp10 = tmp0 + tmp2; 247 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2, 250 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2, 275 INT32 tmp0, tmp10, z1; in jpeg_idct_2x2() local 308 tmp10 = z1 << (CONST_BITS+2); in jpeg_idct_2x2() 323 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2); in jpeg_idct_2x2() [all …]
|
D | jidctfst.c | 173 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 229 tmp10 = tmp0 + tmp2; /* phase 3 */ 235 tmp0 = tmp10 + tmp13; /* phase 2 */ 236 tmp3 = tmp10 - tmp13; 256 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ 261 tmp4 = tmp10 + tmp5; 315 tmp10 = ((DCTELEM) wsptr[0] + (DCTELEM) wsptr[4]); 322 tmp0 = tmp10 + tmp13; 323 tmp3 = tmp10 - tmp13; 338 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ [all …]
|
D | jfdctint.c | 143 INT32 tmp10, tmp11, tmp12, tmp13; variable 168 tmp10 = tmp0 + tmp3; 173 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS); 174 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS); 233 tmp10 = tmp0 + tmp3; 238 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS); 239 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
|
D | jidctint.c | 153 INT32 tmp10, tmp11, tmp12, tmp13; variable 219 tmp10 = tmp0 + tmp3; 258 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); 259 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); 321 tmp10 = tmp0 + tmp3; 360 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp3, 363 outptr[7] = range_limit[(int) DESCALE(tmp10 - tmp3,
|
/external/jpeg/ |
D | jfdctflt.c | 62 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 82 tmp10 = tmp0 + tmp3; /* phase 2 */ 87 dataptr[0] = tmp10 + tmp11; /* phase 3 */ 88 dataptr[4] = tmp10 - tmp11; 96 tmp10 = tmp4 + tmp5; /* phase 2 */ 101 z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */ 102 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */ 132 tmp10 = tmp0 + tmp3; /* phase 2 */ 137 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ 138 dataptr[DCTSIZE*4] = tmp10 - tmp11; [all …]
|
D | jfdctfst.c | 117 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 138 tmp10 = tmp0 + tmp3; /* phase 2 */ 143 dataptr[0] = tmp10 + tmp11; /* phase 3 */ 144 dataptr[4] = tmp10 - tmp11; 152 tmp10 = tmp4 + tmp5; /* phase 2 */ 157 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ 188 tmp10 = tmp0 + tmp3; /* phase 2 */ 193 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ 194 dataptr[DCTSIZE*4] = tmp10 - tmp11; [all …]
|
D | jidctflt.c | 73 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 128 tmp10 = tmp0 + tmp2; /* phase 3 */ 134 tmp0 = tmp10 + tmp13; /* phase 2 */ 135 tmp3 = tmp10 - tmp13; 155 tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */ 160 tmp4 = tmp10 + tmp5; 190 tmp10 = wsptr[0] + wsptr[4]; 196 tmp0 = tmp10 + tmp13; 197 tmp3 = tmp10 - tmp13; 212 tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */ [all …]
|
D | jidctred.c | 122 INT32 tmp0, tmp2, tmp10, tmp12; variable 166 tmp10 = tmp0 + tmp2; 188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 225 tmp10 = tmp0 + tmp2; 247 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2, 250 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2, 275 INT32 tmp0, tmp10, z1; in jpeg_idct_2x2() local 308 tmp10 = z1 << (CONST_BITS+2); in jpeg_idct_2x2() 323 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2); in jpeg_idct_2x2() [all …]
|
D | jidctfst.c | 173 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 229 tmp10 = tmp0 + tmp2; /* phase 3 */ 235 tmp0 = tmp10 + tmp13; /* phase 2 */ 236 tmp3 = tmp10 - tmp13; 256 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ 261 tmp4 = tmp10 + tmp5; 315 tmp10 = ((DCTELEM) wsptr[0] + (DCTELEM) wsptr[4]); 322 tmp0 = tmp10 + tmp13; 323 tmp3 = tmp10 - tmp13; 338 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ [all …]
|
D | jfdctint.c | 143 INT32 tmp10, tmp11, tmp12, tmp13; variable 168 tmp10 = tmp0 + tmp3; 173 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS); 174 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS); 233 tmp10 = tmp0 + tmp3; 238 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS); 239 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
|
D | jidctint.c | 153 INT32 tmp10, tmp11, tmp12, tmp13; variable 219 tmp10 = tmp0 + tmp3; 258 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); 259 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); 321 tmp10 = tmp0 + tmp3; 360 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp3, 363 outptr[7] = range_limit[(int) DESCALE(tmp10 - tmp3,
|
/external/llvm/test/Transforms/Inline/ |
D | nested-inline.ll | 29 %tmp10 = and i32 %X, 4 ; <i32> [#uses=1] 30 %tmp10.upgrd.3 = icmp eq i32 %tmp10, 0 ; <i1> [#uses=1] 31 br i1 %tmp10.upgrd.3, label %cond_next13, label %cond_true11 72 %tmp10 = and i32 %X, 4 ; <i32> [#uses=1] 73 %tmp10.upgrd.3 = icmp eq i32 %tmp10, 0 ; <i1> [#uses=1] 74 br i1 %tmp10.upgrd.3, label %cond_next13, label %cond_true11
|
/external/llvm/test/Transforms/TailCallElim/ |
D | reorder_load.ll | 27 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1] 28 ret i32 %tmp10 54 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1] 55 ret i32 %tmp10 74 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1] 75 ret i32 %tmp10 103 %tmp10 = add i32 %second, %tmp8 ; <i32> [#uses=1] 104 ret i32 %tmp10
|
D | dont_reorder_load.ll | 25 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1] 26 ret i32 %tmp10 44 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1] 45 ret i32 %tmp10 62 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1] 63 ret i32 %tmp10
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2006-11-07-InvalidArrayPromote.ll | 10 %tmp10 = call <4 x i32> @llvm.x86.sse2.cvttps2dq( <4 x float> %v1 ) ; <<4 x i32>> [#uses=2] 11 %tmp10.upgrd.3 = bitcast <4 x i32> %tmp10 to <2 x i64> ; <<2 x i64>> [#uses=0] 13 store <4 x i32> %tmp10, <4 x i32>* %tmp14
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2010-11-01-lshr-mask.ll | 38 %tmp10 = lshr i8 %tmp8, 7 39 %tmp11 = shl i8 %tmp10, 5 41 ; CHECK: %tmp10 = lshr i8 %tmp8, 7 42 ; CHECK: %tmp11 = shl nuw nsw i8 %tmp10, 5
|
/external/llvm/test/Transforms/Reassociate/ |
D | repeats.ll | 160 %tmp10 = mul i4 %tmp9, %x 161 ret i4 %tmp10 179 %tmp10 = mul i4 %tmp9, %x 180 %tmp11 = mul i4 %tmp10, %x 200 %tmp10 = mul i4 %tmp9, %x 201 %tmp11 = mul i4 %tmp10, %x 222 %tmp10 = mul i4 %tmp9, %x 223 %tmp11 = mul i4 %tmp10, %x 246 %tmp10 = mul i4 %tmp9, %x 247 %tmp11 = mul i4 %tmp10, %x
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count5.ll | 20 %distERBhi.036 = phi float [ %tmp10, %bb1 ], [ 0.000000e+00, %bb.nph ] ; <float> [#uses=1] 26 %tmp10 = fadd float %tmp8, %distERBhi.036 ; <float> [#uses=3] 35 %tmp21 = fcmp olt float %tmp10, 2.500000e+00 ; <i1> [#uses=1] 44 …%distERBhi.0.lcssa = phi float [ %tmp10, %bb1.bb4_crit_edge ], [ 0.000000e+00, %entry ] ; <float>…
|