HomeSort by relevance Sort by last modified time
    Searched full:tmp4 (Results 726 - 750 of 1043) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/Thumb2/
thumb2-ifcvt2.ll 13 %tmp4 = icmp eq i32 %Y, 0 ; <i1> [#uses=1]
14 %tmp7 = or i1 %tmp4, %tmp1 ; <i1> [#uses=1]
thumb2-ldm.ll 15 %tmp4 = call i32 @f1( i32 %tmp, i32 %tmp3 ) ; <i32> [#uses=1]
16 ret i32 %tmp4
thumb2-select.ll 96 %tmp4 = or i32 %tmp2, %tmp3
97 %tmp5 = select i1 %tmp1, i32 %tmp4, i32 3
  /external/llvm/test/CodeGen/X86/
2006-11-12-CSRetCC.ll 34 %tmp4 = getelementptr { double, double }, { double, double }* %tmp1, i64 0, i32 0 ; <double*> [#uses=1]
35 %tmp5 = load double, double* %tmp4 ; <double> [#uses=1]
2007-11-30-LoadFolding-Bug.ll 42 %tmp4.i19.i = icmp slt i32 %tmp1.i18.i, %radix ; <i1> [#uses=1]
43 %x.0.i21.i = select i1 %tmp4.i19.i, i32 %tmp1.i18.i, i32 0 ; <i32> [#uses=1]
2008-02-22-LocalRegAllocBug.ll 20 %tmp4 = load i32, i32* %dst_stride_addr, align 4 ; <i32> [#uses=1]
21 %tmp5 = getelementptr i8, i8* %tmp3, i32 %tmp4 ; <i8*> [#uses=1]
2010-04-06-SSEDomainFixCrash.ll 44 %tmp4.i = insertelement <4 x float> %tmp8.i, float %4, i32 1 ; <<4 x float>> [#uses=1]
45 %tmp.i = insertelement <4 x float> %tmp4.i, float %5, i32 2 ; <<4 x float>> [#uses=1]
extractelement-load.ll 26 %tmp4 = extractelement <4 x i32> %tmp3, i32 2 ; <i32> [#uses=1]
27 ret i32 %tmp4
lea-opt-memop-check-1.ll 71 %tmp4 = load i32, i32* %fActivateActCtxSuccess, align 4
72 %tobool1 = icmp eq i32 %tmp4, 0
lea-recursion.ll 16 %tmp4 = load i32, i32* getelementptr ([1000 x i32], [1000 x i32]* @g0, i32 0, i32 0) ; <i32> [#uses=1]
18 %tmp9 = add i32 %tmp4, 1 ; <i32> [#uses=1]
loop-strength-reduce4.ll 30 %tmp4 = load i32, i32* %tmp3, align 4 ; <i32> [#uses=1]
33 %tmp8 = xor i32 %tmp7, %tmp4 ; <i32> [#uses=2]
lsr-normalization.ll 27 %tmp4 = getelementptr inbounds %0, %0* %tmp, i64 0, i32 1 ; <%0**> [#uses=1]
28 store %0* %tmp, %0** %tmp4
movgs.ll 91 %tmp4 = add i32 %tmp1, %tmp3
92 ret i32 %tmp4
muloti.ll 14 %tmp4 = shl nuw i128 %tmp3, 64
15 %ins = or i128 %tmp4, %tmp6
new-remat.ll 52 %tmp4 = load double, double* @b, align 8
53 %call.1 = tail call double @pow(double %tmp4, double 2.500000e-01)
vec_insert-mmx.ll 25 %tmp4 = bitcast <2 x i32> %tmp3 to x86_mmx
26 ret x86_mmx %tmp4
widen_cast-4.ll 32 %tmp4 = load i32, i32* %i ; <i32> [#uses=1]
34 %arrayidx6 = getelementptr i64, i64* %tmp5, i32 %tmp4 ; <i64*> [#uses=1]
win64_eh.ll 69 %tmp4 = add i32 %tmp1, %tmp3
72 %tmp7 = add i32 %tmp4, %tmp6
x86-64-sret-return.ll 24 %tmp4 = getelementptr [4 x i64], [4 x i64]* %tmp2, i32 0, i32 0 ; <i64*> [#uses=1]
25 %tmp5 = load i64, i64* %tmp4, align 8 ; <i64> [#uses=1]
  /external/llvm/test/MC/ARM/
ltorg.s 105 @ CHECK: ldr r0, .Ltmp[[TMP4:[0-9+]]]
110 @ CHECK: .Ltmp[[TMP4]]
  /external/llvm/test/Transforms/GlobalOpt/
2007-06-04-PackedStruct.ll 26 %tmp4 = icmp eq i32 %__initialize_p, 1 ; <i1> [#uses=1]
27 %tmp7 = and i1 %tmp1, %tmp4 ; <i1> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
cast_ptr.ll 125 %tmp4 = load i8, i8* %arrayidx223
126 ret i8 %tmp4
  /external/llvm/test/Transforms/InstSimplify/
ptr_diff.ll 79 %tmp4 = getelementptr inbounds %struct.ham, %struct.ham* @global, i32 0, i32 1
80 %tmp5 = getelementptr inbounds [2 x [2 x i32]], [2 x [2 x i32]]* %tmp4, i32 0, i32 0
  /external/llvm/test/Transforms/LoopStrengthReduce/
2013-01-14-ReuseCast.ll 23 %tmp4 = call i8* @getCharData() nounwind
24 %tmp5 = ptrtoint i8* %tmp4 to i64
addrec-gep-address-space.ll 37 %tmp4 = add i64 %j.01, %tmp2 ; <i64> [#uses=1]
42 %z1 = add i64 %tmp4, 5203

Completed in 1310 milliseconds

<<21222324252627282930>>