/external/llvm/test/CodeGen/X86/ |
D | lea-recursion.ll | 18 %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 …]
|
D | vec_shift.ll | 9 …%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
|
D | 2006-05-08-CoalesceSubRegClass.ll | 20 %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
|
D | 2009-11-16-MachineLICM.ll | 20 %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]
|
D | coalescer-commute2.ll | 16 %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]
|
D | vec_logical.ll | 14 %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]
|
D | 2007-10-16-CoalescerCrash.ll | 8 %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/ |
D | phi-undef-loadstore.ll | 24 %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/ |
D | dont_reorder_load.ll | 24 %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]
|
D | reorder_load.ll | 32 %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/ |
D | 2007-05-10-icmp-or.ll | 2 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]
|
D | 2007-06-06-AshrSignBit.ll | 4 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]
|
D | gepphigep.ll | 8 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/ |
D | repeats.ll | 139 %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/ |
D | vec_shuffle_p8vector_le.ll | 13 %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
|
D | vec_shuffle.ll | 23 %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 …]
|
D | vec_shuffle_p8vector.ll | 14 %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/ |
D | pr13249.ll | 15 %tmp9 = phi i8* [ %tmp12, %bb13 ], [ %tmp, %bb3 ] 17 %tmp12 = getelementptr inbounds i8, i8* %tmp9, i32 1 25 store i8* %tmp9, i8** %arg2, align 4
|
D | ifcvt7.ll | 15 %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/ |
D | intrapred16_dspr2.c | 17 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/ |
D | pr24356.ll | 17 ; 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/ |
D | 2013-01-05-IndBr.ll | 19 %tmp9 = phi i8 [ %tmp12, %bb11 ], [ 25, %bb190 ] 24 %tmp12 = add i8 %tmp9, 1 25 %tmp13 = add i8 %tmp9, -19
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | phi-hang.ll | 10 %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/ |
D | reduction-crash.ll | 21 %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/ |
D | v8_IT_2.ll | 20 %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]
|