Home
last modified time | relevance | path

Searched refs:tmp22 (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-04-25-MMX-PADDQ.ll15 %sum.035.0 = phi <1 x i64> [ zeroinitializer, %entry ], [ %tmp22, %bb26 ] ; <<1 x i64>> [#uses=1]
21 %tmp22 = add <1 x i64> %tmp21, %sum.035.0 ; <<1 x i64>> [#uses=2]
27 %sum.035.1 = phi <1 x i64> [ zeroinitializer, %entry ], [ %tmp22, %bb26 ] ; <<1 x i64>> [#uses=1]
47 %sum.035.0 = phi x86_mmx [ %tmp2943, %entry ], [ %tmp22, %bb26 ] ; <x86_mmx> [#uses=1]
53 …%tmp22 = call x86_mmx @llvm.x86.mmx.padd.q (x86_mmx %tmp21, x86_mmx %sum.035.0) ; <x86_mmx> [#use…
59 %sum.035.1 = phi x86_mmx [ %tmp2943, %entry ], [ %tmp22, %bb26 ] ; <x86_mmx> [#uses=1]
D2008-02-08-LoadFoldingBug.ll25 %tmp22.i25 = load double* %tmp21.i, align 8 ; <double> [#uses=3]
31 %tmp9.i.i29 = call double @fabs( double %tmp22.i25 ) nounwind ; <double> [#uses=1]
36 %tmp15.i.i32 = fsub double -0.000000e+00, %tmp22.i25 ; <double> [#uses=1]
40 %tmp22.i.i35 = call double @llvm.sqrt.f64( double %tmp21.i.i34 ) nounwind ; <double> [#uses=1]
41 %tmp23.i5.i = fdiv double 1.000000e+00, %tmp22.i.i35 ; <double> [#uses=2]
47 %tmp34.i.i39 = fdiv double %tmp32.i.i38, %tmp22.i25 ; <double> [#uses=3]
DMachineSink-eflags.ll50 %tmp22.sum652.i = add i64 %conv160.i, %conv21.i
51 %arrayidx161.i = getelementptr <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum652.i
57 %tmp22.sum656.i = add i64 %conv228.i, %conv21.i
58 %arrayidx229.i = getelementptr <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum656.i
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dlrev-existing-umin.ll12 %v_1 = phi i32 [ %tmp22, %not_zero11 ], [ 0, %not_zero11.preheader ]
21 %tmp22 = add nuw nsw i32 %v_1, 1
22 %tmp23 = icmp slt i32 %tmp22, %tmp14
28 %tmp24 = icmp slt i32 %tmp22, %length.i
/external/llvm/test/Transforms/IndVarSimplify/
Dlrev-existing-umin.ll12 %v_1 = phi i32 [ %tmp22, %not_zero11 ], [ 0, %not_zero11.preheader ]
21 %tmp22 = add nuw nsw i32 %v_1, 1
22 %tmp23 = icmp slt i32 %tmp22, %tmp14
28 %tmp24 = icmp slt i32 %tmp22, %length.i
/external/libjpeg-turbo/
Djidctint.c1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1107 tmp22 = RIGHT_SHIFT(z3 - LEFT_SHIFT(z1 - z2, 1), in jpeg_idct_10x10()
1155 wsptr[8 * 2] = (int)(tmp22 + tmp12); in jpeg_idct_10x10()
1156 wsptr[8 * 7] = (int)(tmp22 - tmp12); in jpeg_idct_10x10()
1180 tmp22 = z3 - LEFT_SHIFT(z1 - z2, 1); /* c0 = (c4-c8)*2 */ in jpeg_idct_10x10()
1235 outptr[2] = range_limit[(int)RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_10x10()
1238 outptr[7] = range_limit[(int)RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1312 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11()
1347 wsptr[8 * 2] = (int)RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS - PASS1_BITS); in jpeg_idct_11x11()
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2007-08-04-CoalescerAssert.ll15 %tmp22 = tail call %struct._obstack_chunk* null( i64 undef ) ; <%struct._obstack_chunk*> [#uses=2]
19 …%iftmp.0.043.0 = phi %struct._obstack_chunk* [ null, %cond_true ], [ %tmp22, %cond_false ] ; <%st…
24 …obstack_chunk* [ %iftmp.0.043.0, %cond_true28 ], [ null, %cond_true ], [ %tmp22, %cond_false ] ; …
D2007-03-24-cntlzd.ll7 %tmp22 = tail call i64 @llvm.ctlz.i64( i64 %tmp19, i1 true ) ; <i64> [#uses=1]
8 %tmp23 = trunc i64 %tmp22 to i32
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2007-08-04-CoalescerAssert.ll15 %tmp22 = tail call %struct._obstack_chunk* null( i64 undef ) ; <%struct._obstack_chunk*> [#uses=2]
19 …%iftmp.0.043.0 = phi %struct._obstack_chunk* [ null, %cond_true ], [ %tmp22, %cond_false ] ; <%st…
24 …obstack_chunk* [ %iftmp.0.043.0, %cond_true28 ], [ null, %cond_true ], [ %tmp22, %cond_false ] ; …
D2007-03-24-cntlzd.ll5 %tmp22 = tail call i64 @llvm.ctlz.i64( i64 %tmp19 ) ; <i64> [#uses=1]
6 %tmp23 = trunc i64 %tmp22 to i32
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2006-03-01-dagcombineinfloop.ll40 %tmp22 = load %struct.tree_node** %tmp21 ; <%struct.tree_node*> [#uses=6]
41 %tmp24 = icmp eq %struct.tree_node* %tmp22, %tmp23 ; <i1> [#uses=1]
54 %tmp40 = icmp eq %struct.tree_node* %tmp22, %tmp39 ; <i1> [#uses=1]
55 %tmp49 = icmp eq %struct.tree_node* %tmp22, %tmp48 ; <i1> [#uses=1]
57 %tmp58 = icmp eq %struct.tree_node* %tmp22, %tmp57 ; <i1> [#uses=1]
59 %tmp67 = icmp eq %struct.tree_node* %tmp22, %tmp66 ; <i1> [#uses=1]
61 %tmp76 = icmp eq %struct.tree_node* %tmp22, %tmp75 ; <i1> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2007-08-04-CoalescerAssert.ll15 %tmp22 = tail call %struct._obstack_chunk* null( i64 undef ) ; <%struct._obstack_chunk*> [#uses=2]
19 …%iftmp.0.043.0 = phi %struct._obstack_chunk* [ null, %cond_true ], [ %tmp22, %cond_false ] ; <%st…
24 …obstack_chunk* [ %iftmp.0.043.0, %cond_true28 ], [ null, %cond_true ], [ %tmp22, %cond_false ] ; …
D2007-03-24-cntlzd.ll7 %tmp22 = tail call i64 @llvm.ctlz.i64( i64 %tmp19, i1 true ) ; <i64> [#uses=1]
8 %tmp23 = trunc i64 %tmp22 to i32
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dtruncate.ll45 %tmp22 = icmp eq i32 %tmp21, 0
46 br i1 %tmp22, label %bb32, label %bb23
93 %tmp22 = phi i32 [ -6, %bb ], [ %tmp46, %bb36 ]
94 %tmp25 = add i32 %tmp22, 1
107 %tmp46 = sub i32 %tmp22, %tmp45
/external/llvm/test/CodeGen/Generic/
D2006-03-01-dagcombineinfloop.ll40 %tmp22 = load %struct.tree_node*, %struct.tree_node** %tmp21 ; <%struct.tree_node*> [#uses=6]
41 %tmp24 = icmp eq %struct.tree_node* %tmp22, %tmp23 ; <i1> [#uses=1]
54 %tmp40 = icmp eq %struct.tree_node* %tmp22, %tmp39 ; <i1> [#uses=1]
55 %tmp49 = icmp eq %struct.tree_node* %tmp22, %tmp48 ; <i1> [#uses=1]
57 %tmp58 = icmp eq %struct.tree_node* %tmp22, %tmp57 ; <i1> [#uses=1]
59 %tmp67 = icmp eq %struct.tree_node* %tmp22, %tmp66 ; <i1> [#uses=1]
61 %tmp76 = icmp eq %struct.tree_node* %tmp22, %tmp75 ; <i1> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
D2006-03-01-dagcombineinfloop.ll40 %tmp22 = load %struct.tree_node*, %struct.tree_node** %tmp21 ; <%struct.tree_node*> [#uses=6]
41 %tmp24 = icmp eq %struct.tree_node* %tmp22, %tmp23 ; <i1> [#uses=1]
54 %tmp40 = icmp eq %struct.tree_node* %tmp22, %tmp39 ; <i1> [#uses=1]
55 %tmp49 = icmp eq %struct.tree_node* %tmp22, %tmp48 ; <i1> [#uses=1]
57 %tmp58 = icmp eq %struct.tree_node* %tmp22, %tmp57 ; <i1> [#uses=1]
59 %tmp67 = icmp eq %struct.tree_node* %tmp22, %tmp66 ; <i1> [#uses=1]
61 %tmp76 = icmp eq %struct.tree_node* %tmp22, %tmp75 ; <i1> [#uses=1]
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_by_2_mips.c59 int32_t tmp11, tmp12, tmp21, tmp22; in WebRtcSpl_DownsampleBy2() local
108 : [tmp22] "=r" (tmp22), [tmp21] "=&r" (tmp21), in WebRtcSpl_DownsampleBy2()
142 : [tmp22] "r" (tmp22), [tmp21] "r" (tmp21), in WebRtcSpl_DownsampleBy2()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/
DBlockAddressSelfReference.ll22 %tmp9 = phi i64 [ 0, %bb3 ], [ %tmp22, %bb18 ]
44 %tmp22 = add nuw nsw i64 %tmp9, 1
45 %tmp23 = icmp eq i64 %tmp22, %tmp7
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dspill-cfg-position.ll27 %tmp22 = load i32, i32 addrspace(1)* %tmp21, align 4
44 %tmp39 = mul nsw i32 %tmp24, %tmp22
53 %tmp46 = mul nsw i32 %tmp22, %tmp20
64 %tmp55 = mul nsw i32 %tmp22, %tmp18
/external/swiftshader/third_party/LLVM/test/Bitcode/
Dmetadata-2.ll42 %tmp22 = and i32 %tmp20, 16711935 ; <i32> [#uses=2]
43 %tmp24 = lshr i32 %tmp22, 16 ; <i32> [#uses=1]
44 %tmp26 = add i32 %tmp24, %tmp22 ; <i32> [#uses=1]
66 %tmp22 = lshr i32 %tmp20, 8 ; <i32> [#uses=1]
67 %tmp23 = and i32 %tmp22, 16711935 ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dmetadata-2.ll43 %tmp22 = and i32 %tmp20, 16711935 ; <i32> [#uses=2]
44 %tmp24 = lshr i32 %tmp22, 16 ; <i32> [#uses=1]
45 %tmp26 = add i32 %tmp24, %tmp22 ; <i32> [#uses=1]
67 %tmp22 = lshr i32 %tmp20, 8 ; <i32> [#uses=1]
68 %tmp23 = and i32 %tmp22, 16711935 ; <i32> [#uses=1]
/external/llvm/test/Bitcode/
Dmetadata-2.ll43 %tmp22 = and i32 %tmp20, 16711935 ; <i32> [#uses=2]
44 %tmp24 = lshr i32 %tmp22, 16 ; <i32> [#uses=1]
45 %tmp26 = add i32 %tmp24, %tmp22 ; <i32> [#uses=1]
67 %tmp22 = lshr i32 %tmp20, 8 ; <i32> [#uses=1]
68 %tmp23 = and i32 %tmp22, 16711935 ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2007-04-03-UndefinedSymbol.ll43 %tmp22.i = load i32 (...)*, i32 (...)** %tmp2021.i
44 %tmp2223.i = bitcast i32 (...)* %tmp22.i to void (%struct.B*)*
65 %tmp22.i44 = load i32 (...)*, i32 (...)** %tmp2021.i43
66 %tmp2223.i45 = bitcast i32 (...)* %tmp22.i44 to void (%struct.B*)*
87 %tmp22.i16 = load i32 (...)*, i32 (...)** %tmp2021.i15
88 %tmp2223.i17 = bitcast i32 (...)* %tmp22.i16 to void (%struct.B*)*
/external/llvm/test/CodeGen/AMDGPU/
Dsi-scheduler.ll22 %tmp22 = load <32 x i8>, <32 x i8> addrspace(2)* %tmp, align 32, !tbaa !0
31 %tmp22.bc = bitcast <32 x i8> %tmp22 to <8 x i32>
33 …%tmp31 = call <4 x float> @llvm.SI.image.sample.v2i32(<2 x i32> %tmp30, <8 x i32> %tmp22.bc, <4 x …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DMachineSink-eflags.ll50 %tmp22.sum652.i = add i64 %conv160.i, %conv21.i
51 %arrayidx161.i = getelementptr <2 x double>, <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum652.i
57 %tmp22.sum656.i = add i64 %conv228.i, %conv21.i
58 %arrayidx229.i = getelementptr <2 x double>, <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum656.i

12345678910>>...13