HomeSort by relevance Sort by last modified time
    Searched full:tmp4 (Results 151 - 175 of 630) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/X86/
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_set.ll 6 %tmp4 = insertelement <8 x i16> %tmp2, i16 %a2, i32 2 ; <<8 x i16>> [#uses=1]
7 %tmp6 = insertelement <8 x i16> %tmp4, i16 %a3, i32 3 ; <<8 x i16>> [#uses=1]
  /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
bitcast-bigendian.ll 16 %tmp4 = bitcast i32 %tmp2 to float ; <float> [#uses=1]
18 %add = fadd float %tmp24, %tmp4
24 ; CHECK-NEXT: %tmp4 = extractelement <2 x float> {{.*}}, i32 1
25 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4
38 %tmp4 = bitcast i32 %tmp2 to float
40 %add = fadd float %tmp24, %tmp4
46 ; CHECK-NEXT: %tmp4 = extractelement <4 x float> {{.*}}, i32 1
47 ; CHECK-NEXT: %add = fadd float %tmp24, %tmp4
onehot_merge.ll 27 %tmp4 = lshr i32 -2147483648, %c2
30 %tmp5 = and i32 %tmp4, %k
shufflevec-constant.ll 9 %tmp4 = bitcast double %tmp14 to i64 ; <i64> [#uses=1]
10 %tmp3 = bitcast i64 %tmp4 to <2 x float> ; <<2 x float>> [#uses=1]
  /external/llvm/test/Transforms/LoopUnswitch/
2011-09-26-EHCrash.ll 27 %tmp4 = load %class.MyMemVarClass.0.2.18.28*, %class.MyMemVarClass.0.2.18.28** %arrayidx, align 8
28 %isnull = icmp eq %class.MyMemVarClass.0.2.18.28* %tmp4, null
32 invoke void @_ZN13MyMemVarClassD1Ev(%class.MyMemVarClass.0.2.18.28* %tmp4)
36 %0 = bitcast %class.MyMemVarClass.0.2.18.28* %tmp4 to i8*
45 %4 = bitcast %class.MyMemVarClass.0.2.18.28* %tmp4 to i8*
  /external/llvm/test/CodeGen/BPF/
loops.ll 14 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
15 %add = add i16 %tmp4, %sum.09 ; <i16> [#uses=2]
36 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
37 %add = sub i16 %tmp4, %sum.09 ; <i16> [#uses=2]
58 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
59 %add = or i16 %tmp4, %sum.09 ; <i16> [#uses=2]
80 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
81 %add = xor i16 %tmp4, %sum.09 ; <i16> [#uses=2]
102 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
103 %add = and i16 %tmp4, %sum.09 ; <i16> [#uses=2
    [all...]
  /external/llvm/test/CodeGen/MSP430/
postinc.ll 16 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
17 %add = add i16 %tmp4, %sum.09 ; <i16> [#uses=2]
38 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
39 %add = sub i16 %tmp4, %sum.09 ; <i16> [#uses=2]
60 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
61 %add = or i16 %tmp4, %sum.09 ; <i16> [#uses=2]
82 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
83 %add = xor i16 %tmp4, %sum.09 ; <i16> [#uses=2]
104 %tmp4 = load i16, i16* %arrayidx ; <i16> [#uses=1]
105 %add = and i16 %tmp4, %sum.09 ; <i16> [#uses=2
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
downsample_fast_mips.c 28 int32_t tmp1, tmp2, tmp3, tmp4, factor_2; local
60 "lwl %[tmp4], 7(%[p_coefs]) \n\t"
64 "lwr %[tmp4], 4(%[p_coefs]) \n\t"
68 "dpa.w.ph $ac0, %[tmp3], %[tmp4] \n\t"
95 [tmp4] "=&r" (tmp4), [p_data_in] "=&r" (p_data_in),
121 "lh %[tmp4], 2(%[p_coefs]) \n\t"
124 "mul %[tmp3], %[tmp3], %[tmp4] \n\t"
155 [tmp4] "=&r" (tmp4), [p_data_in] "=&r" (p_data_in), [k] "=&r" (k)
    [all...]
  /external/llvm/test/CodeGen/ARM/
vldlane.ll 107 %tmp4 = extractvalue %struct.__neon_int8x8x2_t %tmp2, 1
108 %tmp5 = add <8 x i8> %tmp3, %tmp4
120 %tmp4 = extractvalue %struct.__neon_int16x4x2_t %tmp2, 1
121 %tmp5 = add <4 x i16> %tmp3, %tmp4
132 %tmp4 = extractvalue %struct.__neon_int32x2x2_t %tmp2, 1
133 %tmp5 = add <2 x i32> %tmp3, %tmp4
146 %tmp4 = extractvalue %struct.__neon_int32x2x2_t %tmp2, 1
147 %tmp5 = add <2 x i32> %tmp3, %tmp4
160 %tmp4 = extractvalue %struct.__neon_float32x2x2_t %tmp2, 1
161 %tmp5 = fadd <2 x float> %tmp3, %tmp4
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.c 15 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
36 ADD4(in4, in11, in5, in10, in6, in9, in7, in8, tmp4, tmp5, tmp6, tmp7);
37 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7,
38 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
39 ST_SH8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp_ptr, 32);
134 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
153 in12, in13, in14, in15, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5,
156 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7,
157 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
164 TRANSPOSE8x8_SH_SH(tmp4, in4, tmp5, in5, tmp6, in6, tmp7, in7
    [all...]

Completed in 360 milliseconds

1 2 3 4 5 67 8 91011>>