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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
expand-opaque-const.ll 19 %tmp4 = load i64, i64* %retval
20 ret i64 %tmp4
fastcc-sret.ll 20 %tmp4 = getelementptr %struct.foo, %struct.foo* %memtmp, i32 0, i32 0
21 %tmp5 = getelementptr [4 x i32], [4 x i32]* %tmp4, i32 0, i32 0
fold-mul-lohi.ll 18 %tmp4 = mul i8 %tmp3, 2
20 store i8 %tmp4, i8* %tmp5, align 4
fold-sext-trunc.ll 15 %tmp4.i = lshr i64 %val, 32 ; <i64> [#uses=1]
16 %tmp5.i = trunc i64 %tmp4.i to i32 ; <i32> [#uses=1]
shift-codegen.ll 35 %tmp4 = or i32 %tmp2, %X ; <i32> [#uses=1]
36 ret i32 %tmp4
sse-commute.ll 12 %tmp4 = bitcast <2 x double> %1 to <4 x i32> ; <<4 x i32>> [#uses=1]
13 %cmp = icmp eq <4 x i32> %tmp6, %tmp4 ; <<4 x i1>> [#uses=1]
sunkaddr-ext.ll 18 %tmp4 = getelementptr i8, i8* %arg1, i32 %tmp2
19 store i8 %arg3, i8* %tmp4
tailcall-multiret.ll 10 %tmp4 = insertelement <3 x double> %tmp2, double %tmp3, i32 1
13 %tmp6 = insertelement <3 x double> %tmp4, double %tmp5, i32 2
test-nofold.ll 38 %tmp4 = icmp eq i32 %tmp2, 0 ; <i1> [#uses=1]
39 %retval = select i1 %tmp4, i32 %tmp2, i32 42 ; <i32> [#uses=1]
vec_insert-9.ll 19 %tmp4 = insertelement <4 x i32> %tmp3, i32 %idx, i32 3
20 ret <4 x i32> %tmp4
  /external/llvm/test/Feature/
sparcld.ll 17 %tmp4 = fpext double %tmp3 to fp128 ; <fp128> [#uses=1]
18 store fp128 %tmp4, fp128* @ld
  /external/llvm/test/Other/
2007-09-10-PassManager.ll 19 %tmp4 = load i32, i32* %i, align 4 ; <i32> [#uses=1]
20 %tmp5 = icmp sle i32 %tmp4, 9 ; <i1> [#uses=1]
  /external/llvm/test/Transforms/ArgumentPromotion/
attrs.ll 21 %tmp4 = getelementptr %struct.ss, %struct.ss* %S, i32 0, i32 1 ; <i64*> [#uses=1]
22 store i64 2, i64* %tmp4, align 4
byval-2.ll 26 %tmp4 = getelementptr %struct.ss, %struct.ss* %S, i32 0, i32 1
27 store i64 2, i64* %tmp4, align 4
  /external/llvm/test/Transforms/ConstantHoisting/PowerPC/
const-base-addr.ll 19 %tmp4 = add i32 %tmp1, %tmp2
20 %tmp5 = add i32 %tmp3, %tmp4
  /external/llvm/test/Transforms/ConstantHoisting/X86/
const-base-addr.ll 20 %tmp4 = add i32 %tmp1, %tmp2
21 %tmp5 = add i32 %tmp3, %tmp4
  /external/llvm/test/Transforms/IndVarSimplify/
signed-trip-count.ll 20 %tmp4 = getelementptr i64, i64* %x, i32 %i.01 ; <i64*> [#uses=1]
21 store i64 %tmp1, i64* %tmp4, align 8
  /external/llvm/test/Transforms/Inline/
nested-inline.ll 20 %tmp4 = and i32 %X, 2 ; <i32> [#uses=1]
21 %tmp4.upgrd.2 = icmp eq i32 %tmp4, 0 ; <i1> [#uses=1]
22 br i1 %tmp4.upgrd.2, label %cond_next7, label %cond_true5
63 %tmp4 = and i32 %X, 2 ; <i32> [#uses=1]
64 %tmp4.upgrd.2 = icmp eq i32 %tmp4, 0 ; <i1> [#uses=1]
65 br i1 %tmp4.upgrd.2, label %cond_next7, label %cond_true5
  /external/llvm/test/Transforms/InstCombine/
2008-04-29-VolatileLoadMerge.ll 18 %tmp4 = phi i32 [ %tmp34, %entry ], [ %tmp3, %bb ] ; <i32> [#uses=1]
19 ret i32 %tmp4
onehot_merge.ll 27 %tmp4 = lshr i32 -2147483648, %c2
30 %tmp5 = and i32 %tmp4, %k
shufflevec-constant.ll 12 %tmp4 = bitcast double %tmp14 to i64
13 %tmp3 = bitcast i64 %tmp4 to <2 x float>
  /external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
byval.ll 13 %tmp4 = load i32* %tmp2, align 4 ; <i32> [#uses=1]
14 ret i32 %tmp4
  /external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
trip-count2.ll 15 %tmp4 = mul i32 %i.0, 4 ; <i32> [#uses=1]
16 %tmp5 = or i32 %tmp4, 1
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
2011-04-11-MachineLICMBug.ll 20 %tmp4 = load i32* %arrayidx, align 4
21 %cmp6 = icmp eq i32 %tmp4, %value
aliases.ll 26 %tmp4 = call %FunTy* @bar_f()
27 %tmp5 = add i32 %tmp3, %tmp4

Completed in 631 milliseconds

<<11121314151617181920>>