/external/llvm/test/CodeGen/X86/ |
D | field-extract-use-trunc.ll | 5 %tmp7.25 = lshr i32 %f12, 16 6 %tmp7.26 = trunc i32 %tmp7.25 to i8 7 %tmp78.2 = sext i8 %tmp7.26 to i32 13 %tmp7.25 = ashr i32 %f11, 24 14 ret i32 %tmp7.25 19 %tmp7.25 = ashr i32 %f11, 24 20 ret i32 %tmp7.25 25 %tmp7.25 = ashr i64 %f11, 32 26 ret i64 %tmp7.25 31 %tmp7.25 = ashr i16 %f11, 8 [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | vbsl.ll | 12 %tmp7 = or <8 x i8> %tmp4, %tmp6 13 ret <8 x i8> %tmp7 25 %tmp7 = or <4 x i16> %tmp4, %tmp6 26 ret <4 x i16> %tmp7 38 %tmp7 = or <2 x i32> %tmp4, %tmp6 39 ret <2 x i32> %tmp7 51 %tmp7 = or <1 x i64> %tmp4, %tmp6 52 ret <1 x i64> %tmp7 64 %tmp7 = or <16 x i8> %tmp4, %tmp6 65 ret <16 x i8> %tmp7 [all …]
|
D | vbsl-constant.ll | 13 %tmp7 = or <8 x i8> %tmp4, %tmp6 14 ret <8 x i8> %tmp7 27 %tmp7 = or <4 x i16> %tmp4, %tmp6 28 ret <4 x i16> %tmp7 41 %tmp7 = or <2 x i32> %tmp4, %tmp6 42 ret <2 x i32> %tmp7 56 %tmp7 = or <1 x i64> %tmp4, %tmp6 57 ret <1 x i64> %tmp7 70 %tmp7 = or <16 x i8> %tmp4, %tmp6 71 ret <16 x i8> %tmp7 [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | jfdctint.c | 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 156 tmp7 = dataptr[0] - dataptr[7]; 187 z1 = tmp4 + tmp7; 190 z4 = tmp5 + tmp7; 196 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ 208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); 221 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7]; 252 z1 = tmp4 + tmp7; 255 z4 = tmp5 + tmp7; 261 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ [all …]
|
D | jidctflt.c | 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 144 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 148 z11 = tmp4 + tmp7; 149 z12 = tmp4 - tmp7; 151 tmp7 = z11 + z13; /* phase 5 */ 158 tmp6 = tmp12 - tmp7; /* phase 2 */ 162 wsptr[DCTSIZE*0] = tmp0 + tmp7; 163 wsptr[DCTSIZE*7] = tmp0 - tmp7; 208 tmp7 = z11 + z13; 215 tmp6 = tmp12 - tmp7; [all …]
|
D | jfdctflt.c | 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 72 tmp7 = dataptr[0] - dataptr[7]; 98 tmp12 = tmp6 + tmp7; 106 z11 = tmp7 + z3; /* phase 5 */ 107 z13 = tmp7 - z3; 122 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7]; 148 tmp12 = tmp6 + tmp7; 156 z11 = tmp7 + z3; /* phase 5 */ 157 z13 = tmp7 - z3;
|
D | jfdctfst.c | 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 128 tmp7 = dataptr[0] - dataptr[7]; 154 tmp12 = tmp6 + tmp7; 162 z11 = tmp7 + z3; /* phase 5 */ 163 z13 = tmp7 - z3; 178 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7]; 204 tmp12 = tmp6 + tmp7; 212 z11 = tmp7 + z3; /* phase 5 */ 213 z13 = tmp7 - z3;
|
D | jidctfst.c | 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 249 z11 = tmp4 + tmp7; 250 z12 = tmp4 - tmp7; 252 tmp7 = z11 + z13; /* phase 5 */ 259 tmp6 = tmp12 - tmp7; /* phase 2 */ 263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7); 264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7); 334 tmp7 = z11 + z13; /* phase 5 */ 341 tmp6 = tmp12 - tmp7; /* phase 2 */ [all …]
|
/external/jpeg/ |
D | jfdctint.c | 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 156 tmp7 = dataptr[0] - dataptr[7]; 187 z1 = tmp4 + tmp7; 190 z4 = tmp5 + tmp7; 196 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ 208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); 221 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7]; 252 z1 = tmp4 + tmp7; 255 z4 = tmp5 + tmp7; 261 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ [all …]
|
D | jidctflt.c | 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 144 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 148 z11 = tmp4 + tmp7; 149 z12 = tmp4 - tmp7; 151 tmp7 = z11 + z13; /* phase 5 */ 158 tmp6 = tmp12 - tmp7; /* phase 2 */ 162 wsptr[DCTSIZE*0] = tmp0 + tmp7; 163 wsptr[DCTSIZE*7] = tmp0 - tmp7; 208 tmp7 = z11 + z13; 215 tmp6 = tmp12 - tmp7; [all …]
|
D | jfdctflt.c | 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 72 tmp7 = dataptr[0] - dataptr[7]; 98 tmp12 = tmp6 + tmp7; 106 z11 = tmp7 + z3; /* phase 5 */ 107 z13 = tmp7 - z3; 122 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7]; 148 tmp12 = tmp6 + tmp7; 156 z11 = tmp7 + z3; /* phase 5 */ 157 z13 = tmp7 - z3;
|
D | jfdctfst.c | 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 128 tmp7 = dataptr[0] - dataptr[7]; 154 tmp12 = tmp6 + tmp7; 162 z11 = tmp7 + z3; /* phase 5 */ 163 z13 = tmp7 - z3; 178 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7]; 204 tmp12 = tmp6 + tmp7; 212 z11 = tmp7 + z3; /* phase 5 */ 213 z13 = tmp7 - z3;
|
D | jidctfst.c | 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 249 z11 = tmp4 + tmp7; 250 z12 = tmp4 - tmp7; 252 tmp7 = z11 + z13; /* phase 5 */ 259 tmp6 = tmp12 - tmp7; /* phase 2 */ 263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7); 264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7); 334 tmp7 = z11 + z13; /* phase 5 */ 341 tmp6 = tmp12 - tmp7; /* phase 2 */ [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | and-or-not.ll | 14 %tmp7 = or i32 %tmp6, %tmp3not ; <i32> [#uses=1] 15 %tmp7not = xor i32 %tmp7, -1 ; <i32> [#uses=1] 24 %tmp7 = and i32 %tmp3, %tmp6not ; <i32> [#uses=1] 25 ret i32 %tmp7 33 %tmp7 = or <4 x i32> %tmp6, %tmp3not ; <<4 x i32>> [#uses=1] 34 …%tmp7not = xor <4 x i32> %tmp7, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#us… 43 %tmp7 = and <4 x i32> %tmp3, %tmp6not ; <<4 x i32>> [#uses=1] 44 ret <4 x i32> %tmp7
|
D | and-xor-merge.ll | 8 %tmp7 = xor i32 %tmp3, %tmp6 9 ret i32 %tmp7 16 %tmp7 = xor i32 %tmp3, %tmp6 17 ret i32 %tmp7
|
D | apint-and-xor-merge.ll | 11 %tmp7 = xor i57 %tmp3, %tmp6 12 ret i57 %tmp7 19 %tmp7 = xor i23 %tmp3, %tmp6 20 ret i23 %tmp7
|
/external/llvm/test/Transforms/GVN/ |
D | load-pre-licm.ll | 9 ; CHECK-NEXT: %tmp7.pre = load i32 14 ; CHECK: %tmp7 = phi i32 15 ; CHECK-NOT: %tmp7 = load i32 22 %tmp7 = load i32* %arrayidx, align 4 24 %cmp11 = icmp sgt i32 %tmp7, %tmp10 30 store i32 %tmp7, i32* %arrayidx9, align 4
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | ada-loops.ll | 46 %i.0.reg2mem.0 = phi i8 [ 0, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=1] 47 %tmp7 = add i8 %i.0.reg2mem.0, 1 ; <i8> [#uses=3] 48 %tmp1 = zext i8 %tmp7 to i32 ; <i32> [#uses=1] 51 %0 = icmp eq i8 %tmp7, -1 ; <i1> [#uses=1] 63 %i.0.reg2mem.0 = phi i8 [ -10, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=2] 68 %tmp7 = add i8 %i.0.reg2mem.0, 1 ; <i8> [#uses=2] 69 %0 = icmp sgt i8 %tmp7, 10 ; <i1> [#uses=1] 81 %i.0.reg2mem.0 = phi i8 [ 10, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=2] 86 %tmp7 = add i8 %i.0.reg2mem.0, 1 ; <i8> [#uses=2] 87 %0 = icmp sgt i8 %tmp7, 30 ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/Reassociate/ |
D | repeats.ll | 102 %tmp7 = mul i4 %tmp6, %x 103 ret i4 %tmp7 119 %tmp7 = mul i4 %tmp6, %x 120 %tmp8 = mul i4 %tmp7, %x 137 %tmp7 = mul i4 %tmp6, %x 138 %tmp8 = mul i4 %tmp7, %x 157 %tmp7 = mul i4 %tmp6, %x 158 %tmp8 = mul i4 %tmp7, %x 176 %tmp7 = mul i4 %tmp6, %x 177 %tmp8 = mul i4 %tmp7, %x [all …]
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2007-10-24-ArgumentsGlobals.ll | 8 ; CHECK: %tmp7 = load 9 ; CHECK: ret i32 %tmp7 14 …%tmp7 = load i32* getelementptr (%struct.B* @a, i32 0, i32 0, i32 0), align 8 ; <i32> [#… 15 ret i32 %tmp7
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2006-09-28-shift_64.ll | 18 %tmp7 = lshr i64 %tmp3, %shift.upgrd.1 ; <i64> [#uses=1] 19 %tmp7.upgrd.2 = trunc i64 %tmp7 to i32 ; <i32> [#uses=1] 20 %tmp8 = and i32 %tmp7.upgrd.2, 1 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/TailCallElim/ |
D | reorder_load.ll | 23 %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] 24 %tmp8 = call fastcc i32 @raise_load_1(i32* %a_arg, i32 %a_len_arg, i32 %tmp7) ; <i32> [#uses=1] 49 %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] 50 %tmp8 = call fastcc i32 @raise_load_2(i32* %a_arg, i32 %a_len_arg, i32 %tmp7) ; <i32> [#uses=1] 68 %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] 69 %tmp8 = call fastcc i32 @raise_load_3(i32* %a_arg, i32 %a_len_arg, i32 %tmp7) ; <i32> [#uses=1] 95 %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] 97 %tmp8 = call fastcc i32 @raise_load_4(i32* %a_arg, i32 %first, i32 %tmp7) ; <i32> [#uses=1]
|
D | dont_reorder_load.ll | 22 %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] 23 …%tmp8 = call fastcc i32 @no_tailrecelim_1(i32* %a_arg, i32 %a_len_arg, i32 %tmp7) ; <i32> [#uses=… 41 %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] 42 …%tmp8 = call fastcc i32 @no_tailrecelim_2(i32* %a_arg, i32 %a_len_arg, i32 %tmp7) ; <i32> [#uses=… 59 %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] 60 …%tmp8 = call fastcc i32 @no_tailrecelim_3(i32* %a_arg, i32 %a_len_arg, i32 %tmp7) ; <i32> [#uses=…
|
/external/llvm/test/Transforms/LICM/ |
D | 2008-07-22-LoadGlobalConstant.ll | 24 %tmp7 = uitofp i32 %i.0 to float 25 store float %tmp7, float* %arrayidx 30 ; CHECK: %tmp7 = uitofp i32 %i.0 to float 31 ; CHECK: store float %tmp7, float* %arrayidx
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-PhiUpdate.ll | 17 …tmp7.i, %land.lhs.true ], [ 0, %do.cond ], [ %tmp7.i.1, %land.lhs.true.1 ], [ 0, %do.cond.1 ], [ %… 56 %tmp7 = call i32 @getval() 60 %cond = phi i32 [ %tmp7, %cond.true ], [ 0, %land.lhs.true ], [ 0, %entry ]
|