Home
last modified time | relevance | path

Searched refs:tmp9 (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/llvm/test/CodeGen/X86/
Dlea-recursion.ll18 %tmp9 = add i32 %tmp4, 1 ; <i32> [#uses=1]
19 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=2]
22 %tmp9.1 = add i32 %tmp10, 1 ; <i32> [#uses=1]
23 %tmp10.1 = add i32 %tmp9.1, %tmp8.1 ; <i32> [#uses=2]
26 %tmp9.2 = add i32 %tmp10.1, 1 ; <i32> [#uses=1]
27 %tmp10.2 = add i32 %tmp9.2, %tmp8.2 ; <i32> [#uses=2]
30 %tmp9.3 = add i32 %tmp10.2, 1 ; <i32> [#uses=1]
31 %tmp10.3 = add i32 %tmp9.3, %tmp8.3 ; <i32> [#uses=2]
34 %tmp9.4 = add i32 %tmp10.3, 1 ; <i32> [#uses=1]
35 %tmp10.4 = add i32 %tmp9.4, %tmp8.4 ; <i32> [#uses=2]
[all …]
Dvec_shift.ll9 …%tmp9 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> %tmp8, <8 x i16> %tmp6 ) nounwind rea…
10 %tmp10 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
19 …%tmp9 = tail call <8 x i16> @llvm.x86.sse2.psra.w( <8 x i16> %tmp2, <8 x i16> %tmp8 ) ; <<8 x i16…
20 %tmp11 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
28 …%tmp9 = tail call <2 x i64> @llvm.x86.sse2.psrl.q( <2 x i64> %b1, <2 x i64> %c ) nounwind readnone…
29 ret <2 x i64> %tmp9
D2006-05-08-CoalesceSubRegClass.ll20 %tmp9 = add i32 %tmp8, %tmp6 ; <i32> [#uses=1]
21 %tmp9.upgrd.3 = inttoptr i32 %tmp9 to i16* ; <i16*> [#uses=1]
22 store i16* %tmp9.upgrd.3, i16** @C
D2009-11-16-MachineLICM.ll20 %tmp9 = shl i64 %indvar, 2 ; <i64> [#uses=4]
21 %tmp1016 = or i64 %tmp9, 1 ; <i64> [#uses=1]
23 %tmp1117 = or i64 %tmp9, 2 ; <i64> [#uses=1]
25 %tmp1318 = or i64 %tmp9, 3 ; <i64> [#uses=1]
27 %x_addr.03 = getelementptr float, float* %x, i64 %tmp9 ; <float*> [#uses=1]
Dcoalescer-commute2.ll16 %tmp9 = add <8 x i16> %tmp8, %tmp6 ; <<8 x i16>> [#uses=1]
17 %tmp10 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
25 %tmp9 = add <8 x i16> %tmp8, %tmp6 ; <<8 x i16>> [#uses=1]
26 %tmp10 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
Dvec_logical.ll14 %tmp9 = bitcast <4 x float> %a to <4 x i32> ; <<4 x i32>> [#uses=1]
16 %tmp11 = xor <4 x i32> %tmp9, %tmp10 ; <<4 x i32>> [#uses=1]
23 %tmp9 = bitcast <2 x double> %a to <2 x i64> ; <<2 x i64>> [#uses=1]
25 %tmp11 = and <2 x i64> %tmp9, %tmp10 ; <<2 x i64>> [#uses=1]
D2007-10-16-CoalescerCrash.ll8 %tmp9 = sub i64 32, %b ; <i64> [#uses=2]
9 %tmp11 = icmp slt i64 %tmp9, 1 ; <i1> [#uses=1]
11 %tmp2223 = trunc i64 %tmp9 to i32 ; <i32> [#uses=2]
/external/llvm/test/Transforms/SimplifyCFG/
Dphi-undef-loadstore.ll24 %tmp9 = load i32, i32* %x.0
25 ret i32 %tmp9
53 %tmp9 = load i32, i32* %x.0
54 ret i32 %tmp9
82 %tmp9 = load i32, i32* %x.0
83 ret i32 %tmp9
109 %tmp9 = load i32, i32* %gep
110 %tmp10 = or i32 %tmp9, 1
112 ret i32 %tmp9
/external/llvm/test/Transforms/TailCallElim/
Ddont_reorder_load.ll24 %tmp9 = load i32, i32* @extern_weak_global ; <i32> [#uses=1]
25 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
43 %tmp9 = load i32, i32* %a_arg ; <i32> [#uses=1]
44 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
61 %tmp9 = load volatile i32, i32* %a_arg ; <i32> [#uses=1]
62 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
Dreorder_load.ll32 %tmp9 = load i32, i32* %a_arg ; <i32> [#uses=1]
33 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
63 %tmp9 = load i32, i32* @global ; <i32> [#uses=1]
64 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
87 %tmp9 = load i32, i32* @extern_weak_global ; <i32> [#uses=1]
88 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
/external/llvm/test/Transforms/InstCombine/
D2007-05-10-icmp-or.ll2 define i1 @test(i32 %tmp9) {
3 %tmp20 = icmp ugt i32 %tmp9, 255 ; <i1> [#uses=1]
4 %tmp11.not = icmp sgt i32 %tmp9, 255 ; <i1> [#uses=1]
D2007-06-06-AshrSignBit.ll4 define void @av_cmp_q_cond_true(i32* %retval, i32* %tmp9, i64* %tmp10) {
17 store i32 %tmp33, i32* %tmp9
18 %tmp34 = load i32, i32* %tmp9 ; <i32> [#uses=1]
Dgepphigep.ll8 define i32 @test1(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) {
15 %tmp10 = getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9
33 ; CHECK: getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9, i32 0
35 ; CHECK: %[[PHI:[0-9A-Za-z]+]] = phi i64 [ %tmp9, %bb1 ], [ %tmp19, %bb2 ]
40 define i32 @test2(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) {
44 %tmp10 = getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9
55 ; CHECK: getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9, i32 0
57 ; CHECK: getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9, i32 1
62 define i32 @test3(%struct3* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19, i64 %tmp20, i64 %tmp21) personali…
/external/llvm/test/Transforms/Reassociate/
Drepeats.ll139 %tmp9 = mul i4 %tmp8, %x
140 ret i4 %tmp9
159 %tmp9 = mul i4 %tmp8, %x
160 %tmp10 = mul i4 %tmp9, %x
178 %tmp9 = mul i4 %tmp8, %x
179 %tmp10 = mul i4 %tmp9, %x
199 %tmp9 = mul i4 %tmp8, %x
200 %tmp10 = mul i4 %tmp9, %x
221 %tmp9 = mul i4 %tmp8, %x
222 %tmp10 = mul i4 %tmp9, %x
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dvec_shuffle_p8vector_le.ll13 %tmp9 = bitcast <4 x i32> %tmp8 to <2 x i64>
14 store <2 x i64> %tmp9, <2 x i64>* %A
32 %tmp9 = insertelement <4 x i32> undef, i32 %tmp5, i32 0
33 %tmp10 = insertelement <4 x i32> %tmp9, i32 %tmp6, i32 1
Dvec_shuffle.ll23 %tmp9 = extractelement <16 x i8> %tmp.upgrd.1, i32 12 ; <i8> [#uses=1]
39 %tmp25 = insertelement <16 x i8> %tmp24, i8 %tmp9, i32 7 ; <<16 x i8>> [#uses=1]
65 %tmp9 = extractelement <16 x i8> %tmp.upgrd.5, i32 12 ; <i8> [#uses=1]
81 %tmp25 = insertelement <16 x i8> %tmp24, i8 %tmp9, i32 7 ; <<16 x i8>> [#uses=1]
120 %tmp9 = extractelement <16 x i8> %tmp2, i32 11 ; <i8> [#uses=1]
136 %tmp25 = insertelement <16 x i8> %tmp24, i8 %tmp9, i32 7 ; <<16 x i8>> [#uses=1]
160 %tmp9 = extractelement <8 x i16> %tmp2, i32 7 ; <i16> [#uses=1]
168 %tmp17 = insertelement <8 x i16> %tmp16, i16 %tmp9, i32 7 ; <<8 x i16>> [#uses=1]
184 %tmp9 = insertelement <4 x i32> %tmp8, i32 %tmp5, i32 3 ; <<4 x i32>> [#uses=1]
185 store <4 x i32> %tmp9, <4 x i32>* %A
[all …]
Dvec_shuffle_p8vector.ll14 %tmp9 = bitcast <4 x i32> %tmp8 to <2 x i64>
15 store <2 x i64> %tmp9, <2 x i64>* %A
38 %tmp9 = insertelement <4 x i32> undef, i32 %tmp5, i32 0
39 %tmp10 = insertelement <4 x i32> %tmp9, i32 %tmp6, i32 1
/external/llvm/test/CodeGen/ARM/
Dpr13249.ll15 %tmp9 = phi i8* [ %tmp12, %bb13 ], [ %tmp, %bb3 ]
17 %tmp12 = getelementptr inbounds i8, i8* %tmp9, i32 1
25 store i8* %tmp9, i8** %arg2, align 4
Difcvt7.ll15 %tmp9 = load %struct.quad_struct*, %struct.quad_struct** null ; <%struct.quad_struct*> [#uses=2]
19 %tmp23 = icmp eq %struct.quad_struct* %tmp9, null ; <i1> [#uses=1]
27 %tmp41 = tail call fastcc i32 @CountTree( %struct.quad_struct* %tmp9 ) ; <i32> [#uses=0]
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred16_dspr2.c17 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in vpx_h_predictor_16x16_dspr2() local
153 [tmp9] "=&r" (tmp9), [tmp10] "=&r" (tmp10), in vpx_h_predictor_16x16_dspr2()
/external/llvm/test/Transforms/IndVarSimplify/
Dpr24356.ll17 ; CHECK: %tmp9 = icmp ugt i8 %b.03, 1
18 ; CHECK-NOT: %tmp9 = icmp ugt i8 0, 1
20 %tmp9 = icmp ugt i8 %b.03, 1
21 …br i1 %tmp9, label %bb4.preheader.bb18.loopexit.split_crit_edge, label %bb4.preheader.bb4.preheade…
/external/llvm/test/Transforms/LoopStrengthReduce/
D2013-01-05-IndBr.ll19 %tmp9 = phi i8 [ %tmp12, %bb11 ], [ 25, %bb190 ]
24 %tmp12 = add i8 %tmp9, 1
25 %tmp13 = add i8 %tmp9, -19
/external/llvm/test/Transforms/LoopVectorize/
Dphi-hang.ll10 %tmp2 = phi i32 [ %arg, %bb ], [ %tmp9, %bb5 ]
23 %tmp9 = add nsw i32 %tmp2, 1
24 %tmp10 = icmp eq i32 %tmp9, 0
/external/llvm/test/Transforms/LoopVectorize/X86/
Dreduction-crash.ll21 %tmp4 = phi double [ %tmp9, %bb3 ], [ %tmp, %bb2 ]
26 %tmp9 = fadd fast double %tmp4, undef
33 %tmp13 = phi double [ %tmp, %bb2 ], [ %tmp9, %bb3 ]
/external/llvm/test/CodeGen/Thumb2/
Dv8_IT_2.ll20 %tmp9 = load %struct.quad_struct*, %struct.quad_struct** null ; <%struct.quad_struct*> [#uses=2]
24 %tmp23 = icmp eq %struct.quad_struct* %tmp9, null ; <i1> [#uses=1]
32 %tmp41 = tail call fastcc i32 @CountTree( %struct.quad_struct* %tmp9 ) ; <i32> [#uses=0]

12345678910