/external/llvm/test/CodeGen/X86/ |
D | pr1489.ll | 13 %tmp23 = zext i1 %tmp2 to i32 ; <i32> [#uses=1] 14 ret i32 %tmp23 23 %tmp23 = zext i1 %tmp2 to i32 ; <i32> [#uses=1] 24 ret i32 %tmp23 33 %tmp23 = zext i1 %tmp2 to i32 ; <i32> [#uses=1] 34 ret i32 %tmp23 41 %tmp23 = zext i1 %tmp2 to i32 ; <i32> [#uses=1] 42 ret i32 %tmp23
|
D | shl_elim.ll | 5 %tmp23 = trunc i64 %tmp29 to i32 ; <i32> [#uses=1] 6 %tmp410 = lshr i32 %tmp23, 9 ; <i32> [#uses=1]
|
D | promote-assert-zext.ll | 20 %tmp23 = sext i16 %tmp18 to i64 21 ret i64 %tmp23
|
D | invalid-shift-immediate.ll | 15 %tmp23 = trunc i32 %tmp2 to i8 ; <i8> [#uses=1] 16 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1]
|
D | 2008-02-06-LoadFoldingBug.ll | 12 %tmp23 = load double, double* %tmp22, align 8 ; <double> [#uses=1] 15 store double %tmp23, double* %tmp37, align 8
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | pr24301.ll | 10 ; do not rewrite %tmp23 against %tmp13 because %tmp13 is already deleted 11 %tmp23 = add i32 %tmp21, -128 12 ; CHECK: %tmp23 = add i32 %tmp21, -128 13 ret i32 %tmp23
|
/external/llvm/test/CodeGen/ARM/ |
D | trunc_ldr.ll | 8 %tmp23 = bitcast i16* %tmp2 to i32* 9 %tmp4 = load i32, i32* %tmp23 17 %tmp23 = bitcast i16* %tmp2 to i32* 18 %tmp4 = load i32, i32* %tmp23
|
D | 2008-03-07-RegScavengerAssert.ll | 15 %tmp23 = fptosi double %tmp2 to i32 ; <i32> [#uses=1] 16 …printf( i8* getelementptr ([4 x i8], [4 x i8]* @.str, i32 0, i32 0), i32 %tmp23 ) ; <i32> [#uses=…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rlwimi3.ll | 21 %tmp23 = lshr i32 %tmp19, 20 ; <i32> [#uses=1] 22 %tmp23.upgrd.2 = trunc i32 %tmp23 to i16 ; <i16> [#uses=1] 23 %tmp24 = and i16 %tmp23.upgrd.2, 992 ; <i16> [#uses=1]
|
D | shl_elim.ll | 5 %tmp23 = trunc i64 %tmp29 to i32 ; <i32> [#uses=1] 6 %tmp410 = lshr i32 %tmp23, 9 ; <i32> [#uses=1]
|
D | sign_ext_inreg1.ll | 6 %tmp23 = trunc i64 %tmp29 to i32 ; <i32> [#uses=1] 7 %tmp410 = lshr i32 %tmp23, 9 ; <i32> [#uses=1]
|
D | 2007-05-30-dagcombine-miscomp.ll | 9 %tmp23 = trunc i16 %tmp2 to i8 ; <i8> [#uses=1] 10 %tmp4 = shl i8 %tmp23, 1 ; <i8> [#uses=1]
|
D | branch-opt.ll | 35 %tmp23 = and i32 %W, 4 ; <i32> [#uses=1] 36 %tmp23.upgrd.3 = icmp eq i32 %tmp23, 0 ; <i1> [#uses=1] 37 br i1 %tmp23.upgrd.3, label %cond_false33, label %bb29
|
D | 2007-03-24-cntlzd.ll | 8 %tmp23 = trunc i64 %tmp22 to i32 9 %tmp89 = add i32 %tmp23, -64 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-bigendian.ll | 11 %tmp23 = trunc i64 %tmp28 to i32 ; <i32> [#uses=1] 12 %tmp24 = bitcast i32 %tmp23 to float ; <float> [#uses=1] 32 %tmp23 = trunc i64 %tmp29 to i32 33 %tmp24 = bitcast i32 %tmp23 to float 81 %tmp23 = bitcast float %A to i32 ; <i32> [#uses=1] 82 %tmp24 = zext i32 %tmp23 to i64 ; <i64> [#uses=1]
|
D | fpextend.ll | 21 %tmp23 = fpext float %tmp2 to double ; <double> [#uses=1] 22 %tmp5 = fmul double %tmp1, %tmp23 ; <double> [#uses=1] 33 %tmp23 = fpext float %tmp2 to double ; <double> [#uses=1] 34 %tmp5 = fdiv double %tmp1, %tmp23 ; <double> [#uses=1]
|
D | stacksaverestore.ll | 33 %tmp23 = alloca i8, i32 %size ; <i8*> [#uses=2] 34 %tmp27 = getelementptr i8, i8* %tmp23, i32 %tmp25 ; <i8*> [#uses=1] 42 …call void @bar( i32 %i.0.reg2mem.0, i8* %tmp23, i8* %tmp52, i8* %tmp77, i8* %tmp102, i32 %size ) n…
|
D | bitcast.ll | 24 %tmp23 = trunc i64 %tmp28 to i32 ; <i32> [#uses=1] 25 %tmp24 = bitcast i32 %tmp23 to float ; <float> [#uses=1] 48 %tmp23 = trunc i64 %tmp29 to i32 49 %tmp24 = bitcast i32 %tmp23 to float 154 %tmp23 = bitcast float %A to i32 ; <i32> [#uses=1] 155 %tmp24 = zext i32 %tmp23 to i64 ; <i64> [#uses=1]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jidctint.c | 1265 INT32 tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local 1307 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10() 1344 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10() 1345 wsptr[8*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10() 1379 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10() 1428 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10() 1431 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10() 1460 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local 1489 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11() 1494 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11() [all …]
|
/external/libjpeg-turbo/ |
D | jidctint.c | 1077 INT32 tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local 1119 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10() 1156 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10() 1157 wsptr[8*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10() 1191 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10() 1240 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10() 1243 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10() 1272 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local 1301 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11() 1306 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11() [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | i128-addsub.ll | 6 %tmp23 = zext i64 %AH to i128 ; <i128> [#uses=1] 7 %tmp4 = shl i128 %tmp23, 64 ; <i128> [#uses=1] 25 %tmp23 = zext i64 %AH to i128 ; <i128> [#uses=1] 26 %tmp4 = shl i128 %tmp23, 64 ; <i128> [#uses=1]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.SI.load.dword.ll | 35 %tmp23 = bitcast i32 %tmp22 to float 38 …export(i32 15, i32 0, i32 1, i32 12, i32 0, float %tmp21, float %tmp23, float %tmp23, float %tmp23)
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | 2007-10-28-InvokeCrash.ll | 14 %tmp23 = invoke i32 @foo() 23 store i32 %tmp23, i32* undef
|
/external/llvm/test/Transforms/Reassociate/ |
D | fp-expr.ll | 9 %tmp23 = fsub fast <4 x float> undef, %tmp 10 %tmp24 = fadd fast <4 x float> %tmp23, undef
|
/external/llvm/test/Transforms/ObjCARC/ |
D | move-and-merge-autorelease.ll | 45 %tmp23 = call i8* @objc_retain(i8* %tmp22) nounwind 46 %tmp24 = bitcast i8* %tmp23 to %5* 47 %tmp26 = icmp eq i8* %tmp23, null 102 call void @objc_release(i8* %tmp23) nounwind
|