Home
last modified time | relevance | path

Searched refs:tmp26 (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm/test/Transforms/ObjCARC/
Dweak-dce.ll13 %tmp26 = call i8* @objc_loadWeakRetained(i8** %weakBlock) nounwind
25 %tmp26 = call i8* @objc_loadWeakRetained(i8** %weakBlock) nounwind
27 ret i8* %tmp26
38 %tmp26 = call i8* @objc_loadWeakRetained(i8** %weakBlock) nounwind
40 ret i8* %tmp26
/external/llvm/test/Transforms/InstCombine/
D2006-12-01-BadFPVectorXform.ll4 define <4 x float> @test(<4 x float> %tmp26, <4 x float> %tmp53) {
7 ; CHECK-NEXT: [[TMP64:%.*]] = fadd <4 x float> %tmp26, %tmp53
11 %tmp64 = fadd <4 x float> %tmp26, %tmp53
D2006-12-08-Phi-ICmp-Op-Fold.ll42 %tmp26 = icmp sgt i32 %tmp13, 0 ; <i1> [#uses=1]
43 %tmp26.upgrd.5 = zext i1 %tmp26 to i32 ; <i32> [#uses=1]
47 …%retval.0 = phi i32 [ %tmp14.upgrd.4, %cond_true ], [ %tmp26.upgrd.5, %cond_false ] ; <i32> [#use…
D2009-02-25-CrashZeroSizeArray.ll29 %tmp26 = zext i1 %tmp25 to i8 ; <i8> [#uses=1]
30 %toBool711 = icmp ne i8 %tmp26, 0 ; <i1> [#uses=1]
D2006-12-08-Select-ICmp.ll35 %tmp26 = icmp sgt i32 %tmp13, 0 ; <i1> [#uses=1]
36 %retval.0.in = select i1 %tmp.upgrd.2, i1 %tmp14, i1 %tmp26 ; <i1> [#uses=1]
/external/llvm/test/Transforms/IndVarSimplify/
Dpolynomial-expand.ll13 %tmp26 = phi i32 [ %tmp41, %bb40 ], [ undef, %bb20 ] ; <i32> [#uses=2]
14 %tmp27 = add nsw i32 %tmp26, -1 ; <i32> [#uses=1]
31 %tmp41 = sub i32 %tmp26, %tmp25 ; <i32> [#uses=1]
/external/llvm/test/CodeGen/X86/
D2008-03-10-RegAllocInfLoop.ll11 …%tmp26 = call fastcc i8* @w_addchar( i8* null, i32* %word_length, i32* %max_length, i8 signext %t…
12 store i8* %tmp26, i8** %word, align 4
Dvec_set-4.ll27 %tmp26 = insertelement <16 x i8> %tmp24, i8 0, i32 11
28 %tmp28 = insertelement <16 x i8> %tmp26, i8 0, i32 12
D2007-11-04-LiveIntervalCrash.ll19 %tmp26 = add i64 %tmp22, 0 ; <i64> [#uses=1]
20 %tmp27 = mul i64 %tmp26, 11 ; <i64> [#uses=2]
Ddagcombine-cse.ll17 %tmp26 = shl i64 %tmp2425, 32 ; <i64> [#uses=1]
19 %tmp29 = or i64 %tmp26, %tmp2728 ; <i64> [#uses=1]
D2011-06-12-FastAllocSpill.ll48 %tmp26 = icmp ult i64 %tmp25, 10
49 br i1 %tmp26, label %bb8, label %bb27
Dtwoaddr-pass-sink.ll21 %tmp26 = mul <8 x i16> %tmp25, %tmp16 ; <<8 x i16>> [#uses=1]
22 %tmp27 = bitcast <8 x i16> %tmp26 to <2 x i64> ; <<2 x i64>> [#uses=1]
D2009-10-19-EmergencySpill.ll37 %tmp26 = add i64 %tmp, %tmp25 ; <i64> [#uses=1]
38 %scevgep27 = getelementptr i8, i8* %0, i64 %tmp26 ; <i8*> [#uses=1]
/external/llvm/test/CodeGen/AMDGPU/
Dstore-barrier.ll26 %tmp26 = sext i32 %tmp25 to i64
30 %tmp30 = getelementptr inbounds <2 x i8>, <2 x i8> addrspace(1)* %arg3, i64 %tmp26, i64 %tmp27
34 %tmp35 = getelementptr inbounds <2 x i8>, <2 x i8> addrspace(1)* %arg3, i64 %tmp26, i64 0
Dsgpr-copy.ll26 %tmp26 = fsub float -0.000000e+00, %tmp21
30 %temp.0 = phi float [ %tmp26, %ELSE ], [ %tmp21, %main_body ]
47 %tmp26 = call float @llvm.SI.load.const(<16 x i8> %tmp20, i32 52)
91 %tmp69 = fmul float %tmp26, %tmp68
168 %tmp26 = bitcast i32 %tmp25 to float
169 %tmp27 = bitcast float %tmp26 to i32
238 %tmp26 = load <16 x i8>, <16 x i8> addrspace(2)* %tmp25, !tbaa !0
240 %tmp26.bc = bitcast <16 x i8> %tmp26 to <4 x i32>
244 …mage.sample.v2i32(<2 x i32> zeroinitializer, <8 x i32> %tmp24, <4 x i32> %tmp26.bc, i32 15, i32 0,…
251 …image.sample.v2i32(<2 x i32> <i32 1, i32 0>, <8 x i32> %tmp24, <4 x i32> %tmp26.bc, i32 15, i32 0,…
[all …]
Dcoalescer_distribute.ll39 %tmp26 = phi i32 [ %tmp24, %bb23 ], [ undef, %bb25 ]
46 %tmp33 = zext i32 %tmp26 to i64
Dr600-infinite-loop-bug-while-reorganizing-vector.ll30 %tmp26 = extractelement <4 x float> %tmp23, i32 2
34 %tmp30 = insertelement <4 x float> %tmp29, float %tmp26, i32 2
Dllvm.AMDGPU.cube.ll36 %tmp26 = insertelement <4 x float> undef, float %tmp25, i32 0
37 %tmp27 = insertelement <4 x float> %tmp26, float %tmp23, i32 1
/external/llvm/test/Transforms/SimplifyCFG/
D2009-01-19-UnconditionalTrappingConstantExpr.ll17 %tmp26 = icmp sgt i32 sdiv (i32 -32768, i32 ptrtoint (i32* @G to i32)), 0
18 br i1 %tmp26, label %bb6, label %bb2
/external/llvm/test/Bitcode/
Dmetadata-2.ll45 %tmp26 = add i32 %tmp24, %tmp22 ; <i32> [#uses=1]
46 %tmp28 = and i32 %tmp26, 65535 ; <i32> [#uses=1]
70 %tmp26 = and i32 %tmp25, -16711936 ; <i32> [#uses=1]
71 %tmp27 = or i32 %tmp23, %tmp26 ; <i32> [#uses=2]
/external/libjpeg-turbo/
Djidctint.c1683 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1732 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1778 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1818 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1888 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp26, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1957 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
2004 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2005 wsptr[8 * 7] = (int)RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2041 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2007-11-16-landingpad-split.ll32 …%tmp26 = getelementptr %struct.Range, %struct.Range* %effectiveRange, i64 0, i32 1 ; <i64*> [#use…
42 %tmp27 = load i64, i64* %tmp26, align 8 ; <i64> [#uses=1]
D2006-05-12-rlwimi-crash.ll13 %tmp26 = icmp eq %struct.attr_desc* null, null ; <i1> [#uses=1]
14 br i1 %tmp26, label %bb30, label %cond_true27
Dvec_shuffle.ll40 %tmp26 = insertelement <16 x i8> %tmp25, i8 %tmp10, i32 8 ; <<16 x i8>> [#uses=1]
41 %tmp27 = insertelement <16 x i8> %tmp26, i8 %tmp11, i32 9 ; <<16 x i8>> [#uses=1]
82 %tmp26 = insertelement <16 x i8> %tmp25, i8 %tmp10, i32 8 ; <<16 x i8>> [#uses=1]
83 %tmp27 = insertelement <16 x i8> %tmp26, i8 %tmp11, i32 9 ; <<16 x i8>> [#uses=1]
137 %tmp26 = insertelement <16 x i8> %tmp25, i8 %tmp10, i32 8 ; <<16 x i8>> [#uses=1]
138 %tmp27 = insertelement <16 x i8> %tmp26, i8 %tmp11, i32 9 ; <<16 x i8>> [#uses=1]
217 %tmp26 = insertelement <16 x i8> %tmp25, i8 %tmp10, i32 8 ; <<16 x i8>> [#uses=1]
218 %tmp27 = insertelement <16 x i8> %tmp26, i8 %tmp11, i32 9 ; <<16 x i8>> [#uses=1]
311 %tmp26 = insertelement <16 x i8> %tmp25, i8 %tmp10, i32 8 ; <<16 x i8>> [#uses=1]
312 %tmp27 = insertelement <16 x i8> %tmp26, i8 %tmp11, i32 9 ; <<16 x i8>> [#uses=1]
[all …]
/external/llvm/test/Transforms/StructurizeCFG/
Dpost-order-traversal-bug.ll22 %prev_start.026 = phi i32 [ %tmp26, %for.body.backedge ], [ 0, %entry ]
78 %tmp26 = trunc i64 %indvars.iv.next.559 to i32
79 %sub4.6 = sub nsw i32 %tmp26, %tmp22

123