/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | bitcast.ll | 25 %tmp24 = bitcast i32 %tmp23 to float ; <float> [#uses=1] 31 %add = fadd float %tmp24, %tmp4 35 ; CHECK-NEXT: %tmp24 = extractelement <2 x float> %A, i32 0 38 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4 49 %tmp24 = bitcast i32 %tmp23 to float 56 %add = fadd float %tmp24, %tmp4 60 ; CHECK-NEXT: %tmp24 = extractelement <2 x float> %A, i32 1 63 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4 100 %tmp24 = zext i32 %tmp23 to i64 ; <i64> [#uses=1] 101 %tmp25 = shl i64 %tmp24, 32 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-bigendian.ll | 12 %tmp24 = bitcast i32 %tmp23 to float ; <float> [#uses=1] 18 %add = fadd float %tmp24, %tmp4 22 ; CHECK-NEXT: %tmp24 = extractelement <2 x float> %A, i32 1 25 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4 33 %tmp24 = bitcast i32 %tmp23 to float 40 %add = fadd float %tmp24, %tmp4 44 ; CHECK-NEXT: %tmp24 = extractelement <2 x float> %A, i32 0 47 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4 82 %tmp24 = zext i32 %tmp23 to i64 ; <i64> [#uses=1] 83 %tmp25 = shl i64 %tmp24, 32 ; <i64> [#uses=1]
|
D | bitcast.ll | 78 %tmp24 = bitcast i32 %tmp23 to float ; <float> [#uses=1] 84 %add = fadd float %tmp24, %tmp4 88 ; CHECK-NEXT: %tmp24 = extractelement <2 x float> %A, i32 0 91 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4 102 %tmp24 = bitcast i32 %tmp23 to float 109 %add = fadd float %tmp24, %tmp4 113 ; CHECK-NEXT: %tmp24 = extractelement <2 x float> %A, i32 1 116 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4 208 %tmp24 = zext i32 %tmp23 to i64 ; <i64> [#uses=1] 209 %tmp25 = shl i64 %tmp24, 32 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/Util/MemorySSA/ |
D | cyclicphi.ll | 9 %tmp24 = getelementptr inbounds %struct.hoge, %struct.hoge* %f, i64 0, i32 1 10 %tmp25 = bitcast %struct.widget* %tmp24 to i64** 39 %tmp24 = getelementptr inbounds %struct.hoge, %struct.hoge* %f, i64 0, i32 1 40 %tmp25 = bitcast %struct.widget* %tmp24 to i64** 69 %tmp24 = getelementptr inbounds %struct.hoge, %struct.hoge* %f, i64 0, i32 1 70 %tmp25 = bitcast %struct.widget* %tmp24 to i64** 100 %tmp24 = getelementptr inbounds %struct.hoge, %struct.hoge* %f, i64 0, i32 1 101 %tmp25 = bitcast %struct.widget* %tmp24 to i64**
|
/external/libjpeg-turbo/ |
D | jidctint.c | 1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local 1118 tmp24 = tmp10 - tmp12; in jpeg_idct_10x10() 1159 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10() 1160 wsptr[8*5] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10() 1190 tmp24 = tmp10 - tmp12; in jpeg_idct_10x10() 1247 outptr[4] = range_limit[(int) RIGHT_SHIFT(tmp24 + tmp14, in jpeg_idct_10x10() 1250 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp24 - tmp14, in jpeg_idct_10x10() 1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local 1304 tmp24 = MULTIPLY(z4, - FIX(1.155664402)); /* -(c2-c10) */ in jpeg_idct_11x11() 1311 tmp24 += tmp25; in jpeg_idct_11x11() [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2009-01-19-UnconditionalTrappingConstantExpr.ll | 7 define i32 @test(i32 %tmp21, i32 %tmp24) { 8 %tmp25 = icmp sle i32 %tmp21, %tmp24 21 define i32 @test2(i32 %tmp21, i32 %tmp24, i1 %tmp34) {
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2009-01-19-UnconditionalTrappingConstantExpr.ll | 12 define i32 @test(i32 %tmp21, i32 %tmp24) { 13 %tmp25 = icmp sle i32 %tmp21, %tmp24 31 define i32 @test2(i32 %tmp21, i32 %tmp24, i1 %tmp34) {
|
/external/swiftshader/third_party/LLVM/test/Bitcode/ |
D | extractelement.ll | 5 …%tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 8507059173023461587045083427674207… 6 ret double %tmp24
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | lrev-existing-umin.ll | 27 ; CHECK: %tmp24 = icmp slt i32 %tmp14, %length.i 28 %tmp24 = icmp slt i32 %tmp22, %length.i 29 br i1 %tmp24, label %not_zero11.postloop, label %leave
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 435 UCHAR tmp24[3]; in FDKfread_EL() local 442 if ((err = FDKfread(tmp24, 1, 3, fp)) != 3) { in FDKfread_EL() 445 *ptr++ = tmp24[0]; in FDKfread_EL() 446 *ptr++ = tmp24[1]; in FDKfread_EL() 447 *ptr++ = tmp24[2]; in FDKfread_EL() 449 if (tmp24[2] & 0x80) { in FDKfread_EL()
|
/external/llvm/test/Bitcode/ |
D | extractelement.ll | 6 …%tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 8507059173023461587045083427674207… 7 ret double %tmp24
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-02-23-RematImplicitSubreg.ll | 32 %tmp24 = load i8* undef ; <i8> [#uses=2] 36 %conv38 = sext i8 %tmp24 to i32 ; <i32> [#uses=1] 41 %index.1 = phi i8 [ 0, %if.then36 ], [ %tmp24, %if.end ] ; <i8> [#uses=1]
|
D | vec_clear.ll | 9 …%tmp24 = and <2 x i64> %tmp15, bitcast (<4 x i32> < i32 0, i32 0, i32 -1, i32 -1 > to <2 x i64>) … 10 %tmp31 = bitcast <2 x i64> %tmp24 to <4 x float> ; <<4 x float>> [#uses=1]
|
D | fp-stack.ll | 10 %tmp24 = load x86_fp80* undef ; <x86_fp80> [#uses=1] 16 %cmp139.1 = fcmp ogt x86_fp80 %tmp24, %maxdiag.0 ; <i1> [#uses=1]
|
D | 2007-10-16-CoalescerCrash.ll | 15 %tmp24 = sub i32 0, %tmp2223 ; <i32> [#uses=1] 16 %tmp25 = shl i32 %tmp2180, %tmp24 ; <i32> [#uses=1]
|
D | 2006-08-07-CycleInDAG.ll | 11 %tmp24.i = load i32* null ; <i32> [#uses=1] 16 %n.i = bitcast i32 %tmp24.i to i32 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-02-23-RematImplicitSubreg.ll | 32 %tmp24 = load i8, i8* undef ; <i8> [#uses=2] 36 %conv38 = sext i8 %tmp24 to i32 ; <i32> [#uses=1] 41 %index.1 = phi i8 [ 0, %if.then36 ], [ %tmp24, %if.end ] ; <i8> [#uses=1]
|
D | fp-stack.ll | 10 %tmp24 = load x86_fp80, x86_fp80* undef ; <x86_fp80> [#uses=1] 16 %cmp139.1 = fcmp ogt x86_fp80 %tmp24, %maxdiag.0 ; <i1> [#uses=1]
|
D | 2007-10-16-CoalescerCrash.ll | 15 %tmp24 = sub i32 0, %tmp2223 ; <i32> [#uses=1] 16 %tmp25 = shl i32 %tmp2180, %tmp24 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | si-scheduler.ll | 24 %tmp24 = load <16 x i8>, <16 x i8> addrspace(2)* %tmp23, align 16, !tbaa !0 32 %tmp24.bc = bitcast <16 x i8> %tmp24 to <4 x i32> 33 …m.SI.image.sample.v2i32(<2 x i32> %tmp30, <8 x i32> %tmp22.bc, <4 x i32> %tmp24.bc, i32 15, i32 0,…
|
/external/llvm/test/Transforms/Reassociate/ |
D | fp-expr.ll | 10 %tmp24 = fadd fast <4 x float> %tmp23, undef 11 tail call void @wombat(<4 x float> %tmp24)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | lsr-code-insertion.ll | 36 %tmp24 = add i32 %tmp23, %tmp18 ; <i32> [#uses=2] 37 %tmp30 = icmp sgt i32 %tmp24, %tmp10 ; <i1> [#uses=1] 41 store i32 %tmp24, i32* %tmp13
|
/external/llvm/test/CodeGen/ARM/ |
D | lsr-code-insertion.ll | 36 %tmp24 = add i32 %tmp23, %tmp18 ; <i32> [#uses=2] 37 %tmp30 = icmp sgt i32 %tmp24, %tmp10 ; <i1> [#uses=1] 41 store i32 %tmp24, i32* %tmp13
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | rlwimi3.ll | 22 %tmp24 = and i16 %tmp23.upgrd.2, 992 ; <i16> [#uses=1] 23 %tmp25 = or i16 %tmp, %tmp24 ; <i16> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rlwimi3.ll | 23 %tmp24 = and i16 %tmp23.upgrd.2, 992 ; <i16> [#uses=1] 24 %tmp25 = or i16 %tmp, %tmp24 ; <i16> [#uses=1]
|