HomeSort by relevance Sort by last modified time
    Searched full:tmp5 (Results 201 - 225 of 323) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/X86/
widen_arith-2.ll 34 %tmp5 = load i64** %src_i.addr ; <i64*> [#uses=1]
35 %arrayidx6 = getelementptr i64* %tmp5, i32 %tmp4 ; <i64*> [#uses=1]
widen_arith-3.ll 36 %tmp5 = load <3 x i16>** %src.addr ; <<3 x i16>*> [#uses=1]
37 %arrayidx6 = getelementptr <3 x i16>* %tmp5, i32 %tmp4 ; <<3 x i16>*> [#uses=1]
widen_arith-4.ll 32 %tmp5 = load <5 x i16>** %src.addr ; <<5 x i16>*> [#uses=1]
33 %arrayidx6 = getelementptr <5 x i16>* %tmp5, i32 %tmp4 ; <<5 x i16>*> [#uses=1]
widen_arith-5.ll 33 %tmp5 = load <3 x i32>** %src.addr ; <<3 x i32>*> [#uses=1]
34 %arrayidx6 = getelementptr <3 x i32>* %tmp5, i32 %tmp4 ; <<3 x i32>*> [#uses=1]
widen_arith-6.ll 32 %tmp5 = load <3 x float>** %src.addr ; <<3 x float>*> [#uses=1]
33 %arrayidx6 = getelementptr <3 x float>* %tmp5, i32 %tmp4 ; <<3 x float>*> [#uses=1]
widen_cast-4.ll 32 %tmp5 = load i64** %src_i.addr ; <i64*> [#uses=1]
33 %arrayidx6 = getelementptr i64* %tmp5, i32 %tmp4 ; <i64*> [#uses=1]
zext-sext.ll 25 %tmp5 = icmp sge i32 %tmp4, 2138875574
27 %tmp7 = or i1 %tmp5, %tmp6
lsr-normalization.ll 23 %tmp5 = call noalias i8* @_Znwm(i64 24) nounwind ; <i8*> [#uses=2]
24 %tmp6 = getelementptr inbounds i8* %tmp5, i64 16 ; <i8*> [#uses=2]
34 %tmp11 = bitcast i8* %tmp5 to %0* ; <%0*> [#uses=1]
  /external/llvm/test/ExecutionEngine/
2008-06-05-APInt-OverAShr.ll 48 %tmp5 = getelementptr [10 x i8]* @.str, i32 0, i32 0 ; <i8*> [#uses=1]
50 %tmp7 = call i32 (i8*, ...)* @printf( i8* noalias %tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0]
  /external/llvm/test/ExecutionEngine/MCJIT/
2008-06-05-APInt-OverAShr.ll 48 %tmp5 = getelementptr [10 x i8]* @.str, i32 0, i32 0 ; <i8*> [#uses=1]
50 %tmp7 = call i32 (i8*, ...)* @printf( i8* noalias %tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0]
  /external/llvm/test/Transforms/GlobalOpt/
heap-sra-phi.ll 32 %tmp5 = load i32 * %tmp4
33 %tmp3 = add i32 %tmp5, %tmp6
  /external/llvm/test/Transforms/InstCombine/
2006-12-08-Phi-ICmp-Op-Fold.ll 24 %tmp5 = bitcast %struct.point* %p1_addr to { i64 }* ; <{ i64 }*> [#uses=1]
25 %tmp6 = getelementptr { i64 }* %tmp5, i64 0, i32 0 ; <i64*> [#uses=1]
2006-12-08-Select-ICmp.ll 23 %tmp5 = bitcast %struct.point* %p1_addr to { i64 }* ; <{ i64 }*> [#uses=1]
24 %tmp6 = getelementptr { i64 }* %tmp5, i32 0, i32 0 ; <i64*> [#uses=1]
shift-sra.ll 17 %tmp5 = ashr i32 %tmp4, 3 ; <i32> [#uses=1]
18 ret i32 %tmp5
vec_demanded_elts.ll 29 %tmp5 = fmul float %f, %f
30 %tmp9 = insertelement <4 x float> undef, float %tmp5, i32 0
69 %tmp5 = tail call i64 @llvm.x86.sse2.cvtsd2si64(<2 x double> %v51)
81 %tmp13 = add i64 %tmp5, %tmp7
174 %tmp5 = fptrunc <4 x double> %tmp12 to <4 x float>
175 %ret = shufflevector <4 x float> %tmp5, <4 x float> undef, <2 x i32> <i32 0, i32 1>
188 %tmp5 = fpext <4 x float> %tmp12 to <4 x double>
189 %ret = shufflevector <4 x double> %tmp5, <4 x double> undef, <2 x i32> <i32 0, i32 1>
  /external/llvm/test/Transforms/JumpThreading/
or-undef.ll 29 %tmp5 = icmp eq i8* %args, null ; <i1> [#uses=1]
31 %tmp7 = or i1 %tmp5, %tmp6 ; <i1> [#uses=1]
  /external/llvm/test/Transforms/LICM/
2007-05-22-VolatileSink.ll 16 %tmp5 = add i32 %i.0, 1 ; <i32> [#uses=1]
20 %i.0 = phi i32 [ 0, %entry ], [ %tmp5, %bb ] ; <i32> [#uses=3]
  /external/llvm/test/Transforms/ObjCARC/
retain-block-load.ll 39 %tmp5 = bitcast i8* %tmp4 to i32 (i8*)*
40 %call = call i32 %tmp5(i8* %tmp1)
  /external/llvm/test/Transforms/ScalarRepl/
address-space.ll 22 %tmp5 = load float* %arrayidx4 ; <float> [#uses=1]
23 %sub = fsub float %tmp5, 5.000000e+00 ; <float> [#uses=1]
inline-vector.ll 46 %tmp5 = load float* %x, align 16
47 %conv = fpext float %tmp5 to double
  /external/llvm/test/Transforms/ConstProp/
2009-09-01-GEP-Crash.ll 22 %tmp5 = bitcast %0* %tmp3 to i8* ; <i8*> [#uses=0]
  /external/llvm/test/Transforms/IndVarSimplify/
loop_evaluate9.ll 47 %tmp5 = add i8 %tmp42.i, 9 ; <i8> [#uses=2]
49 %tmp33.i = zext i8 %tmp5 to i16 ; <i16> [#uses=1]
61 %tmp8 = icmp eq i8 %tmp5, 63 ; <i1> [#uses=1]
  /external/llvm/test/Transforms/GVN/
nonescaping-malloc.ll 7 ; is derived from %tmp5.i which is computed from a load, and %tmp.i20.i.i
48 %tmp5.i = load %"struct.llvm::StringMapImpl::ItemBucket"** %tmp4.i, align 8
50 %tmp7.i = getelementptr inbounds %"struct.llvm::StringMapImpl::ItemBucket"* %tmp5.i, i64 %tmp6.i, i32 1
64 %tmp5.i.i = add i32 %tmp4.i.i, 17
65 %tmp8.i.i = zext i32 %tmp5.i.i to i64
  /external/llvm/test/CodeGen/ARM/
reg_sequence.ll 86 %tmp5 = sub <8 x i8> %tmp3, %tmp4
89 tail call void @llvm.arm.neon.vst3.v8i8(i8* %B, <8 x i8> %tmp5, <8 x i8> %tmp6, <8 x i8> %tmp7, i32 1)
105 %tmp5 = tail call %struct.__neon_int32x4x2_t @llvm.arm.neon.vld2.v4i32(i8* %tmp4, i32 1) ; <%struct.__neon_int32x4x2_t> [#uses=2]
117 %tmp = extractvalue %struct.__neon_int32x4x2_t %tmp5, 0 ; <<4 x i32>> [#uses=1]
118 %tmp39 = extractvalue %struct.__neon_int32x4x2_t %tmp5, 1 ; <<4 x i32>> [#uses=1]
131 %tmp101 = extractvalue %struct.__neon_int32x4x2_t %tmp5, 1 ; <<4 x i32>> [#uses=1]
152 %tmp5 = add <8 x i16> %tmp3, %tmp4 ; <<8 x i16>> [#uses=1]
153 ret <8 x i16> %tmp5
165 %tmp5 = add <8 x i8> %tmp3, %tmp4 ; <<8 x i8>> [#uses=1]
166 ret <8 x i8> %tmp5
    [all...]
vdup.ll 10 %tmp5 = insertelement <8 x i8> %tmp4, i8 %A, i32 4
11 %tmp6 = insertelement <8 x i8> %tmp5, i8 %A, i32 5
50 %tmp5 = insertelement <16 x i8> %tmp4, i8 %A, i32 4
51 %tmp6 = insertelement <16 x i8> %tmp5, i8 %A, i32 5
72 %tmp5 = insertelement <8 x i16> %tmp4, i16 %A, i32 4
73 %tmp6 = insertelement <8 x i16> %tmp5, i16 %A, i32 5

Completed in 262 milliseconds

1 2 3 4 5 6 7 891011>>