Home
last modified time | relevance | path

Searched refs:tmp26 (Results 1 – 25 of 65) 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-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…
D2006-12-01-BadFPVectorXform.ll4 define <4 x float> @test(<4 x float> %tmp26, <4 x float> %tmp53) {
6 %tmp64 = fadd <4 x float> %tmp26, %tmp53 ; <<4 x float>> [#uses=1]
D2009-02-25-CrashZeroSizeArray.ll29 %tmp26 = zext i1 %tmp25 to i8 ; <i8> [#uses=1]
30 %toBool711 = icmp ne i8 %tmp26, 0 ; <i1> [#uses=1]
Dzext-or-icmp.ll26 %tmp26.mask = and i8 %tmp25, 1 ; <i8> [#uses=1]
27 %toBool = icmp eq i8 %tmp26.mask, 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.ll17 %tmp26 = insertelement <16 x i8> %tmp24, i8 0, i32 11 ; <<16 x i8>> [#uses=1]
18 %tmp28 = insertelement <16 x i8> %tmp26, i8 0, i32 12 ; <<16 x i8>> [#uses=1]
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]
D2012-04-26-sdglue.ll30 %tmp26 = fmul <8 x float> %tmp17, undef
32 %tmp28 = fadd <8 x float> %tmp26, %tmp27
/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
/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.c1682 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1731 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1777 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1817 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1887 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26, in jpeg_idct_13x13()
1910 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1956 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
2003 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2004 wsptr[8*7] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2040 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
/external/opencv3/3rdparty/libjpeg/
Djidctint.c1870 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1919 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1965 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
2005 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
2075 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26, in jpeg_idct_13x13()
2098 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
2144 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
2191 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2192 wsptr[8*7] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2228 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
[all …]
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dvalue-bug.ll37 %tmp26.i = fadd double undef, %tmp20.i
42 %ys.0.i = phi double [ %tmp26.i, %bb22.i ], [ 0.000000e+00, %bb32.i ]

123