/external/llvm/test/Transforms/InstCombine/ |
2007-02-01-LoadSinkAlloca.ll | 28 %tmp9 = call i32 (...)* @baq( ) ; <i32> [#uses=0]
|
2008-06-08-ICmpPHI.ll | 22 %tmp9 = tail call i32 (...)* @bork( ) nounwind ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/ObjCARC/ |
escape.ll | 52 %tmp9 = bitcast void (...)** %weakLogNTimes3 to i8** 53 %tmp10 = call i8* @objc_storeWeak(i8** %tmp9, i8* %tmp7) nounwind 107 %tmp9 = bitcast void (...)** %weakLogNTimes3 to i8** 108 %tmp10 = call i8* @not_really_objc_storeWeak(i8** %tmp9, i8* %tmp7) nounwind
|
/external/llvm/test/CodeGen/ARM/ |
2012-01-24-RegSequenceLiveRange.ll | 18 %tmp9 = insertelement <4 x float> %tmp8, float 0.000000e+00, i32 2 19 %tmp10 = insertelement <4 x float> %tmp9, float 0.000000e+00, i32 3
|
crash.ll | 36 %tmp9 = shufflevector <2 x float> %tmp8, <2 x float> %tmp8, <4 x i32> <i32 1, i32 1, i32 1, i32 1> 37 %tmp10 = fmul <4 x float> undef, %tmp9
|
rev.ll | 11 %tmp9 = and i32 %tmp1, 255 15 %tmp14 = or i32 %tmp10, %tmp9
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_constants.ll | 11 %tmp9 = and <4 x i32> %tmp7, < i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647 > ; <<4 x i32>> [#uses=1] 12 store <4 x i32> %tmp9, <4 x i32>* %P2
|
/external/llvm/test/CodeGen/Thumb/ |
2011-05-11-DAGLegalizer.ll | 37 %tmp9 = bitcast %struct.RRRRRRRR* %arrayidx7 to i8* 38 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp8, i8* %tmp9, i32 312, i32 4, i1 false)
|
dyn-stackalloc.ll | 60 %tmp9 = call i8* @strcpy( i8* %tmp6, i8* %tag )
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-02-11-phi-cycle.ll | 48 %tmp9 = sub i32 %tmp, %indvar ; <i32> [#uses=1] 49 %1 = icmp sgt i32 %tmp9, 1 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
2006-05-11-InstrSched.ll | 8 %tmp9 = icmp slt i32 %M, 5 ; <i1> [#uses=1] 9 br i1 %tmp9, label %return, label %cond_true
|
2006-11-12-CSRetCC.ll | 37 %tmp9 = bitcast { double, double }* %tmp to { i64, i64 }* ; <{ i64, i64 }*> [#uses=1] 38 %tmp10 = getelementptr { i64, i64 }* %tmp9, i64 0, i32 1 ; <i64*> [#uses=1]
|
2008-02-22-LocalRegAllocBug.ll | 25 %tmp9 = load i8** %dst_addr, align 4 ; <i8*> [#uses=1] 26 %tmp10 = getelementptr i8* %tmp9, i32 %tmp8 ; <i8*> [#uses=1]
|
cmp.ll | 65 %tmp9 = tail call i32 (...)* @foo( ) nounwind ; <i32> [#uses=1] 66 ret i32 %tmp9
|
liveness-local-regalloc.ll | 51 %tmp9 = sext i32 %.04 to i64 ; <i64> [#uses=1] 52 %tmp10 = getelementptr inbounds %0* %arg, i64 0, i32 11, i64 %tmp9 ; <i8*> [#uses=1]
|
lsr-normalization.ll | 32 %tmp9 = bitcast i8* %tmp6 to i32* ; <i32*> [#uses=1] 33 store i32 1, i32* %tmp9
|
misched-new.ll | 97 %tmp9 = zext i8 %tmp8 to i64 100 %tmp12 = mul i64 %tmp11, %tmp9
|
vec_shuffle-38.ll | 54 %tmp9.i = bitcast <2 x double> %tmp8.i to <4 x float> 55 %shuffle.i = shufflevector <4 x float> %x, <4 x float> %tmp9.i, <4 x i32> <i32 4, i32 5, i32 2, i32 3>
|
x86-64-sret-return.ll | 31 %tmp9 = getelementptr [4 x i64]* %tmp1, i32 0, i32 2 ; <i64*> [#uses=1] 34 store i64 %tmp11, i64* %tmp9, align 8
|
postra-licm.ll | 163 %tmp9 = mul i64 undef, undef ; <i64> [#uses=2] 164 %tmp12 = add i64 %tmp11, %tmp9 ; <i64> [#uses=1] 166 %tmp15 = add i64 %tmp14, %tmp9 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/GlobalOpt/ |
2006-07-07-InlineAsmCrash.ll | 115 %tmp9 = icmp eq i32 %tmp8, 1 ; <i1> [#uses=1] 116 br i1 %tmp9, label %cond_true10, label %cond_next14
|
2007-05-13-Crash.ll | 55 %tmp9 = load %struct.__CFString** @_ZZ22SFLGetAlwaysVisibleKeyvE22_kSFLLAlwaysVisibleKey ; <%struct.__CFString*> [#uses=1] 56 %tmp10 = icmp eq %struct.__CFString* %tmp9, null ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/Inline/ |
devirtualize-3.ll | 60 %tmp9 = getelementptr inbounds %struct.foo_sf_t* %sf, i32 0, i32 1 ; <i32*> [#uses=1] 61 %tmp10 = load i32* %tmp9 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
crash_mandeltext.ll | 68 %tmp9 = fsub double %tmp8, undef 70 store double %tmp9, double* %tmp10, align 8
|
/external/llvm/test/Transforms/SimplifyCFG/ |
iterative-simplify.ll | 37 %tmp9 = load i32* %z ; <i32> [#uses=1] 38 %tmp10 = icmp ne i32 %tmp9, 0 ; <i1> [#uses=1]
|