HomeSort by relevance Sort by last modified time
    Searched full:uses (Results 176 - 200 of 11488) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/Generic/
print-arith-int.ll 2 @a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
3 @b_str = internal constant [8 x i8] c"b = %d\0A\00" ; <[8 x i8]*> [#uses=1]
4 @add_str = internal constant [12 x i8] c"a + b = %d\0A\00" ; <[12 x i8]*> [#uses=1]
5 @sub_str = internal constant [12 x i8] c"a - b = %d\0A\00" ; <[12 x i8]*> [#uses=1]
6 @mul_str = internal constant [12 x i8] c"a * b = %d\0A\00" ; <[12 x i8]*> [#uses=1]
7 @div_str = internal constant [12 x i8] c"b / a = %d\0A\00" ; <[12 x i8]*> [#uses=1]
8 @rem_str = internal constant [13 x i8] c"b \5C% a = %d\0A\00" ; <[13 x i8]*> [#uses=1]
9 @lt_str = internal constant [12 x i8] c"a < b = %d\0A\00" ; <[12 x i8]*> [#uses=1]
10 @le_str = internal constant [13 x i8] c"a <= b = %d\0A\00" ; <[13 x i8]*> [#uses=1]
11 @gt_str = internal constant [12 x i8] c"a > b = %d\0A\00" ; <[12 x i8]*> [#uses=1
    [all...]
cast-fp.ll 2 @a_fstr = internal constant [8 x i8] c"a = %f\0A\00" ; <[8 x i8]*> [#uses=1]
3 @a_lstr = internal constant [10 x i8] c"a = %lld\0A\00" ; <[10 x i8]*> [#uses=1]
4 @a_dstr = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
5 @b_dstr = internal constant [8 x i8] c"b = %d\0A\00" ; <[8 x i8]*> [#uses=1]
6 @b_fstr = internal constant [8 x i8] c"b = %f\0A\00" ; <[8 x i8]*> [#uses=1]
7 @A = global double 2.000000e+00 ; <double*> [#uses=1]
8 @B = global i32 2 ; <i32*> [#uses=1]
13 %a = load double* @A ; <double> [#uses=4]
14 %a_fs = getelementptr [8 x i8]* @a_fstr, i64 0, i64 0 ; <i8*> [#uses=1]
15 call i32 (i8*, ...)* @printf( i8* %a_fs, double %a ) ; <i32>:1 [#uses=0
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
cross-rc-coalescing-2.ll 17 %s1.02 = phi float [ undef, %bb.nph ], [ %35, %bb9 ] ; <float> [#uses=3]
18 %tmp79 = add i32 undef, undef ; <i32> [#uses=1]
19 %tmp53 = sub i32 undef, undef ; <i32> [#uses=1]
20 %0 = fadd float 0.000000e+00, 1.000000e+00 ; <float> [#uses=2]
21 %1 = fmul float 0.000000e+00, 0.000000e+00 ; <float> [#uses=2]
28 %tmp54 = add i32 0, %tmp53 ; <i32> [#uses=0]
29 %fi.1 = getelementptr float* %fz, i32 undef ; <float*> [#uses=2]
30 %tmp80 = add i32 0, %tmp79 ; <i32> [#uses=1]
31 %scevgep81 = getelementptr float* %fz, i32 %tmp80 ; <float*> [#uses=1]
32 %2 = load float* undef, align 4 ; <float> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/ARM/
smul.ll 4 @x = weak global i16 0 ; <i16*> [#uses=1]
5 @y = weak global i16 0 ; <i16*> [#uses=0]
10 %tmp = load i16* @x ; <i16> [#uses=1]
11 %tmp1 = add i16 %tmp, 2 ; <i16> [#uses=1]
12 %tmp2 = sext i16 %tmp1 to i32 ; <i32> [#uses=1]
13 %tmp3 = ashr i32 %y, 16 ; <i32> [#uses=1]
14 %tmp4 = mul i32 %tmp2, %tmp3 ; <i32> [#uses=1]
21 %tmp1 = ashr i32 %x, 16 ; <i32> [#uses=1]
22 %tmp3 = ashr i32 %y, 16 ; <i32> [#uses=1]
23 %tmp4 = mul i32 %tmp3, %tmp1 ; <i32> [#uses=1
    [all...]
  /external/llvm/test/Feature/
weak_constant.ll 8 @a = weak constant i32 undef ; <i32*> [#uses=1]
9 @b = weak constant i32 5 ; <i32*> [#uses=1]
10 @c = weak constant %0 { i32 7, i32 9 } ; <%0*> [#uses=1]
13 %v = load i32* @a ; <i32> [#uses=1]
18 %v = load i32* @b ; <i32> [#uses=1]
23 %g = getelementptr %0* @c, i32 0, i32 0 ; <i32*> [#uses=1]
24 %u = load i32* %g ; <i32> [#uses=1]
25 %h = getelementptr %0* @c, i32 0, i32 1 ; <i32*> [#uses=1]
26 %v = load i32* %h ; <i32> [#uses=1]
32 %u = call i32 @la() ; <i32> [#uses=1
    [all...]
  /external/llvm/test/Transforms/InstCombine/
fpextend.ll 7 %tmp = load float* @X, align 4 ; <float> [#uses=1]
8 %tmp1 = fpext float %tmp to double ; <double> [#uses=1]
9 %tmp3 = fadd double %tmp1, 0.000000e+00 ; <double> [#uses=1]
10 %tmp34 = fptrunc double %tmp3 to float ; <float> [#uses=1]
17 %tmp = load float* @X, align 4 ; <float> [#uses=1]
18 %tmp1 = fpext float %tmp to double ; <double> [#uses=1]
19 %tmp2 = load float* @Y, align 4 ; <float> [#uses=1]
20 %tmp23 = fpext float %tmp2 to double ; <double> [#uses=1]
21 %tmp5 = fdiv double %tmp1, %tmp23 ; <double> [#uses=1]
22 %tmp56 = fptrunc double %tmp5 to float ; <float> [#uses=1
    [all...]
pr2645-0.ll 8 bitcast i8* %0 to i32* ; <i32*>:2 [#uses=1]
9 load i32* %2, align 1 ; <i32>:3 [#uses=1]
10 getelementptr i8* %0, i32 4 ; <i8*>:4 [#uses=1]
11 bitcast i8* %4 to i32* ; <i32*>:5 [#uses=1]
12 load i32* %5, align 1 ; <i32>:6 [#uses=1]
16 %.01 = phi <4 x float> [ undef, %1 ], [ %12, %9 ] ; <<4 x float>> [#uses=1]
17 %.0 = phi i32 [ %3, %1 ], [ %15, %9 ] ; <i32> [#uses=3]
18 icmp slt i32 %.0, %6 ; <i1>:8 [#uses=1]
22 sitofp i32 %.0 to float ; <float>:10 [#uses=1]
23 insertelement <4 x float> %.01, float %10, i32 0 ; <<4 x float>>:11 [#uses=1
    [all...]
not.ll 7 %B = xor i32 %A, -1 ; <i32> [#uses=1]
8 %C = xor i32 %B, -1 ; <i32> [#uses=1]
14 %cond = icmp sle i32 %A, %B ; <i1> [#uses=1]
15 %Ret = xor i1 %cond, true ; <i1> [#uses=1]
21 %a = xor i32 %A, -1 ; <i32> [#uses=1]
22 %b = xor i32 %B, -1 ; <i32> [#uses=1]
23 %c = and i32 %a, %b ; <i32> [#uses=1]
24 %d = xor i32 %c, -1 ; <i32> [#uses=1]
30 %a = xor i32 %A, -1 ; <i32> [#uses=1]
31 %c = and i32 %a, 5 ; <i32> [#uses=1
    [all...]
2006-12-08-Phi-ICmp-Op-Fold.ll 10 %p1_addr = alloca %struct.point ; <%struct.point*> [#uses=2]
11 %p2_addr = alloca %struct.point ; <%struct.point*> [#uses=2]
12 %p3_addr = alloca %struct.point ; <%struct.point*> [#uses=2]
13 %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
14 %tmp = bitcast %struct.point* %p1_addr to { i64 }* ; <{ i64 }*> [#uses=1]
15 %tmp.upgrd.1 = getelementptr { i64 }* %tmp, i64 0, i32 0 ; <i64*> [#uses=1]
17 %tmp1 = bitcast %struct.point* %p2_addr to { i64 }* ; <{ i64 }*> [#uses=1]
18 %tmp2 = getelementptr { i64 }* %tmp1, i64 0, i32 0 ; <i64*> [#uses=1]
20 %tmp3 = bitcast %struct.point* %p3_addr to { i64 }* ; <{ i64 }*> [#uses=1]
21 %tmp4 = getelementptr { i64 }* %tmp3, i64 0, i32 0 ; <i64*> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
rlwimi2.ll 9 %tmp.1 = shl i32 %srcA, 15 ; <i32> [#uses=1]
10 %tmp.4 = and i32 %tmp.1, 32505856 ; <i32> [#uses=1]
11 %tmp.6 = and i32 %srcA, 31775 ; <i32> [#uses=1]
12 %tmp.7 = or i32 %tmp.4, %tmp.6 ; <i32> [#uses=1]
13 %tmp.9 = shl i32 %srcB, 15 ; <i32> [#uses=1]
14 %tmp.12 = and i32 %tmp.9, 32505856 ; <i32> [#uses=1]
15 %tmp.14 = and i32 %srcB, 31775 ; <i32> [#uses=1]
16 %tmp.15 = or i32 %tmp.12, %tmp.14 ; <i32> [#uses=1]
17 %tmp.18 = mul i32 %tmp.7, %alpha ; <i32> [#uses=1]
18 %tmp.20 = sub i32 32, %alpha ; <i32> [#uses=1
    [all...]
2008-09-12-CoalescerBug.ll 9 @llvm.used = appending global [1 x i8*] [ i8* bitcast (void (%struct.CGLSI*, i32, %struct.CGLDI*)* @lb to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
13 %0 = load i32* null, align 4 ; <i32> [#uses=1]
14 %1 = icmp sgt i32 %0, 0 ; <i1> [#uses=1]
18 %2 = bitcast [2 x %struct.vv_t]* null to i64* ; <i64*> [#uses=6]
19 %3 = getelementptr [2 x i64]* null, i32 0, i32 1 ; <i64*> [#uses=6]
20 %4 = bitcast %struct.vv_t* null to i64* ; <i64*> [#uses=5]
21 %5 = getelementptr [2 x i64]* null, i32 0, i32 1 ; <i64*> [#uses=3]
25 %6 = or i64 0, 0 ; <i64> [#uses=2]
26 %7 = fptosi float 0.000000e+00 to i32 ; <i32> [#uses=1]
27 %8 = fptosi float 0.000000e+00 to i32 ; <i32> [#uses=1
    [all...]
rlwimi.ll 7 %tmp.3 = shl i32 %x, 16 ; <i32> [#uses=1]
8 %tmp.7 = and i32 %y, 65535 ; <i32> [#uses=1]
9 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1]
15 %tmp.7 = and i32 %x, 65535 ; <i32> [#uses=1]
16 %tmp.3 = shl i32 %y, 16 ; <i32> [#uses=1]
17 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1]
23 %tmp.3 = lshr i32 %x, 16 ; <i32> [#uses=1]
24 %tmp.6 = and i32 %y, -65536 ; <i32> [#uses=1]
25 %tmp.7 = or i32 %tmp.6, %tmp.3 ; <i32> [#uses=1]
31 %tmp.6 = and i32 %x, -65536 ; <i32> [#uses=1
    [all...]
2009-09-18-carrybit.ll 13 %tmp0 = add i64 %r.0.ph, -1 ; <i64> [#uses=1]
17 %indvar = phi i32 [ 0, %entry ], [ %indvar.next, %bb40 ] ; <i32> [#uses=1]
18 %carry.0274 = phi i32 [ 0, %entry ], [%tmp122, %bb40 ] ; <i32> [#uses=1]
19 %r.0273 = phi i64 [ %r.0.ph, %entry ], [ %tmp124, %bb40 ] ; <i64> [#uses=2]
20 %q.0272 = phi i64 [ %q.0.ph, %entry ], [ %ins169, %bb40 ] ; <i64> [#uses=3]
21 %tmp1 = lshr i64 %r.0273, 31 ; <i64> [#uses=1]
22 %tmp2 = trunc i64 %tmp1 to i32 ; <i32> [#uses=1]
23 %tmp3 = and i32 %tmp2, -2 ; <i32> [#uses=1]
24 %tmp213 = trunc i64 %r.0273 to i32 ; <i32> [#uses=2]
25 %tmp106 = lshr i32 %tmp213, 31 ; <i32> [#uses=1
    [all...]
2008-07-15-Bswap.ll 51 @_ZL33table_8_14_indexA_to_alpha_scalar = external constant [64 x i8] ; <[64 x i8]*> [#uses=0]
52 @_ZL32table_8_14_indexB_to_beta_scalar = external constant [64 x i8] ; <[64 x i8]*> [#uses=0]
53 @_ZL34table_8_15_indexA_bS_to_tc0_scalar = external constant [64 x [4 x i8]] ; <[64 x [4 x i8]]*> [#uses=0]
54 @gkDummy = external global i32 ; <i32*> [#uses=0]
55 @gkDetailsFromSliceTypeArray = external constant [10 x %struct.DetailsFromSliceType] ; <[10 x %struct.DetailsFromSliceType]*> [#uses=0]
93 icmp ult i32 %mbY_min, %mbY_maxPlus1 ; <i1>:0 [#uses=1]
97 bitcast %struct.PerMacroblockBoundaryStrengths* null to i32* ; <i32*>:1 [#uses=3]
98 getelementptr i32* %1, i32 1 ; <i32*>:2 [#uses=0]
99 getelementptr i32* %1, i32 2 ; <i32*>:3 [#uses=0]
100 getelementptr i32* %1, i32 3 ; <i32*>:4 [#uses=0
    [all...]
  /external/llvm/test/CodeGen/Thumb/
2007-05-05-InvalidPushPop.ll 6 @i.1882 = internal global i32 1 ; <i32*> [#uses=2]
7 @.str = internal constant [14 x i8] c"Thread 1: %d\0A\00" ; <[14 x i8]*> [#uses=1]
8 @.str1 = internal constant [14 x i8] c"Thread 2: %d\0A\00" ; <[14 x i8]*> [#uses=1]
12 %tmp1 = load i32* @i.1882 ; <i32> [#uses=1]
13 %tmp2 = add i32 %tmp1, 1 ; <i32> [#uses=2]
15 %tmp34 = inttoptr i32 %tmp2 to i8* ; <i8*> [#uses=1]
21 %t = alloca i32, align 4 ; <i32*> [#uses=4]
22 %ret = alloca i32, align 4 ; <i32*> [#uses=3]
23 %tmp1 = call i32 @pthread_create( i32* %t, %struct.pthread_attr_t* null, i8* (i8*)* @f, i8* null ) ; <i32> [#uses=0]
24 %tmp2 = load i32* %t ; <i32> [#uses=1
    [all...]
asmprinter-bug.ll 7 @stepsizeTable = internal constant [89 x i32] [i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 16, i32 17, i32 19, i32 21, i32 23, i32 25, i32 28, i32 31, i32 34, i32 37, i32 41, i32 45, i32 50, i32 55, i32 60, i32 66, i32 73, i32 80, i32 88, i32 97, i32 107, i32 118, i32 130, i32 143, i32 157, i32 173, i32 190, i32 209, i32 230, i32 253, i32 279, i32 307, i32 337, i32 371, i32 408, i32 449, i32 494, i32 544, i32 598, i32 658, i32 724, i32 796, i32 876, i32 963, i32 1060, i32 1166, i32 1282, i32 1411, i32 1552, i32 1707, i32 1878, i32 2066, i32 2272, i32 2499, i32 2749, i32 3024, i32 3327, i32 3660, i32 4026, i32 4428, i32 4871, i32 5358, i32 5894, i32 6484, i32 7132, i32 7845, i32 8630, i32 9493, i32 10442, i32 11487, i32 12635, i32 13899, i32 15289, i32 16818, i32 18500, i32 20350, i32 22385, i32 24623, i32 27086, i32 29794, i32 32767] ; <[89 x i32]*> [#uses=4]
8 @indexTable = internal constant [16 x i32] [i32 -1, i32 -1, i32 -1, i32 -1, i32 2, i32 4, i32 6, i32 8, i32 -1, i32 -1, i32 -1, i32 -1, i32 2, i32 4, i32 6, i32 8] ; <[16 x i32]*> [#uses=2]
9 @abuf = common global [500 x i8] zeroinitializer ; <[500 x i8]*> [#uses=1]
10 @.str = private constant [11 x i8] c"input file\00", section "__TEXT,__cstring,cstring_literals", align 1 ; <[11 x i8]*> [#uses=1]
11 @sbuf = common global [1000 x i16] zeroinitializer ; <[1000 x i16]*> [#uses=1]
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
13 @__stderrp = external global %struct.FILE* ; <%struct.FILE**> [#uses=1]
14 @.str1 = private constant [28 x i8] c"Final valprev=%d, index=%d\0A\00", section "__TEXT,__cstring,cstring_literals", align 1 ; <[28 x i8]*> [#uses=1]
18 %0 = getelementptr %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses=2]
19 %1 = load i16* %0, align 2 ; <i16> [#uses=1
    [all...]
  /external/llvm/test/Linker/
2004-05-07-TypeResolution1.ll 9 @driver1 = global %struct1 zeroinitializer ; <%struct1*> [#uses=1]
10 @m1 = external global [1 x i8]* ; <[1 x i8]**> [#uses=0]
11 @str1 = constant [1 x i8] zeroinitializer ; <[1 x i8]*> [#uses=0]
12 @str2 = constant [2 x i8] zeroinitializer ; <[2 x i8]*> [#uses=0]
13 @str3 = constant [3 x i8] zeroinitializer ; <[3 x i8]*> [#uses=0]
14 @str4 = constant [4 x i8] zeroinitializer ; <[4 x i8]*> [#uses=0]
15 @str5 = constant [5 x i8] zeroinitializer ; <[5 x i8]*> [#uses=0]
16 @str6 = constant [6 x i8] zeroinitializer ; <[6 x i8]*> [#uses=0]
17 @str7 = constant [7 x i8] zeroinitializer ; <[7 x i8]*> [#uses=0]
18 @str8 = constant [8 x i8] zeroinitializer ; <[8 x i8]*> [#uses=0
    [all...]
  /external/llvm/test/CodeGen/X86/
2008-12-02-IllegalResultType.ll 5 @g_118 = external global i8 ; <i8*> [#uses=1]
6 @g_7 = external global i32 ; <i32*> [#uses=1]
10 %0 = load i32* @g_7, align 4 ; <i32> [#uses=1]
11 %1 = or i8 0, 118 ; <i8> [#uses=1]
12 %2 = zext i8 %1 to i64 ; <i64> [#uses=1]
13 %3 = icmp ne i32 %0, 0 ; <i1> [#uses=1]
14 %4 = zext i1 %3 to i64 ; <i64> [#uses=1]
15 %5 = or i64 %4, -758998846 ; <i64> [#uses=3]
16 %6 = icmp sle i64 %2, %5 ; <i1> [#uses=1]
17 %7 = zext i1 %6 to i8 ; <i8> [#uses=1
    [all...]
2009-09-10-SpillComments.ll 12 @rtx_format = external global [116 x i8*] ; <[116 x i8*]*> [#uses=1]
13 @rtx_length = external global [117 x i32] ; <[117 x i32]*> [#uses=1]
19 %tmp2 = icmp eq %struct.rtx_def* %x, null ; <i1> [#uses=1]
23 %tmp6 = getelementptr %struct.rtx_def* %x, i32 0, i32 0 ; <i16*> [#uses=1]
24 %tmp7 = load i16* %tmp6 ; <i16> [#uses=2]
25 %tmp78 = zext i16 %tmp7 to i32 ; <i32> [#uses=2]
26 %tmp10 = icmp eq i16 %tmp7, 54 ; <i1> [#uses=1]
30 %tmp15 = getelementptr %struct.rtx_def* %x, i32 0, i32 3 ; <[1 x %struct..0anon]*> [#uses=1]
31 %tmp1718 = bitcast [1 x %struct..0anon]* %tmp15 to %struct.rtx_def** ; <%struct.rtx_def**> [#uses=1]
32 %tmp19 = load %struct.rtx_def** %tmp1718 ; <%struct.rtx_def*> [#uses=1
    [all...]
2009-08-23-SubRegReuseUndo.ll 6 @uint8 = external global i32 ; <i32*> [#uses=3]
14 %0 = sext i8 %p_52 to i16 ; <i16> [#uses=1]
15 %1 = tail call i32 @func_24(i16 zeroext %0, i8 signext ptrtoint (i8 (i32, i8)* @foo to i8)) nounwind; <i32> [#uses=1]
16 %2 = trunc i32 %1 to i8 ; <i8> [#uses=1]
17 %3 = or i8 %2, 1 ; <i8> [#uses=1]
18 %4 = tail call i32 @safe(i32 1) nounwind ; <i32> [#uses=0]
19 %5 = tail call i32 @func_24(i16 zeroext 0, i8 signext undef) nounwind; <i32> [#uses=1]
20 %6 = trunc i32 %5 to i8 ; <i8> [#uses=1]
21 %7 = xor i8 %3, %p_52 ; <i8> [#uses=1]
22 %8 = xor i8 %7, %6 ; <i8> [#uses=1
    [all...]
nancvt.ll 12 @fnan = constant [3 x i32] [ i32 2143831397, i32 2143831396, i32 2143831398 ] ; <[3 x i32]*> [#uses=1]
13 @dnan = constant [3 x i64] [ i64 9223235251041752696, i64 9223235251041752697, i64 9223235250773317239 ], align 8 ; <[3 x i64]*> [#uses=1]
14 @fsnan = constant [3 x i32] [ i32 2139637093, i32 2139637092, i32 2139637094 ] ; <[3 x i32]*> [#uses=1]
15 @dsnan = constant [3 x i64] [ i64 9220983451228067448, i64 9220983451228067449, i64 9220983450959631991 ], align 8 ; <[3 x i64]*> [#uses=1]
16 @.str = internal constant [10 x i8] c"%08x%08x\0A\00" ; <[10 x i8]*> [#uses=2]
17 @.str1 = internal constant [6 x i8] c"%08x\0A\00" ; <[6 x i8]*> [#uses=2]
23 %retval = alloca i32, align 4 ; <i32*> [#uses=1]
24 %i = alloca i32, align 4 ; <i32*> [#uses=20]
25 %uf = alloca %struct..0anon, align 4 ; <%struct..0anon*> [#uses=8]
26 %ud = alloca %struct..1anon, align 8 ; <%struct..1anon*> [#uses=10
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count7.ll 9 @seed = external global i64 ; <i64*> [#uses=0]
10 @_2E_str = external constant [18 x i8], align 1 ; <[18 x i8]*> [#uses=0]
11 @_2E_str1 = external constant [4 x i8], align 1 ; <[4 x i8]*> [#uses=0]
12 @value = external global float ; <float*> [#uses=0]
13 @fixed = external global float ; <float*> [#uses=0]
14 @floated = external global float ; <float*> [#uses=0]
15 @permarray = external global [11 x i32], align 32 ; <[11 x i32]*> [#uses=0]
16 @pctr = external global i32 ; <i32*> [#uses=0]
17 @tree = external global %struct.node* ; <%struct.node**> [#uses=0]
18 @stack = external global [4 x i32], align 16 ; <[4 x i32]*> [#uses=0
    [all...]
  /external/llvm/test/Transforms/ADCE/
2002-05-28-Crash.ll 18 %reg110 = load i32* %set ; <i32> [#uses=2]
20 %cast112 = sext i32 %size to i64 ; <i64> [#uses=1]
21 %reg113 = add i64 %cast112, 31 ; <i64> [#uses=1]
22 %reg114 = lshr i64 %reg113, 5 ; <i64> [#uses=2]
23 %cast109 = trunc i64 %reg114 to i32 ; <i32> [#uses=1]
24 %reg129 = add i32 %cast109, -1 ; <i32> [#uses=1]
25 %reg114-idxcast = trunc i64 %reg114 to i32 ; <i32> [#uses=1]
26 %reg114-idxcast-offset = add i32 %reg114-idxcast, 1073741823 ; <i32> [#uses=1]
27 %reg114-idxcast-offset.upgrd.1 = zext i32 %reg114-idxcast-offset to i64 ; <i64> [#uses=1]
28 %reg124 = getelementptr i32* %set, i64 %reg114-idxcast-offset.upgrd.1 ; <i32*> [#uses=1
    [all...]
  /external/llvm/test/Transforms/GVN/
2007-07-31-NoDomInherit.ll 4 @debug = external constant i32 ; <i32*> [#uses=0]
5 @counters = external constant i32 ; <i32*> [#uses=1]
6 @trialx = external global [17 x i32] ; <[17 x i32]*> [#uses=1]
7 @dummy1 = external global [7 x i32] ; <[7 x i32]*> [#uses=0]
8 @dummy2 = external global [4 x i32] ; <[4 x i32]*> [#uses=0]
9 @unacceptable = external global i32 ; <i32*> [#uses=0]
10 @isa = external global [13 x %struct.anon] ; <[13 x %struct.anon]*> [#uses=3]
11 @.str = external constant [4 x i8] ; <[4 x i8]*> [#uses=0]
12 @.str1 = external constant [3 x i8] ; <[3 x i8]*> [#uses=0]
13 @.str2 = external constant [1 x i8] ; <[1 x i8]*> [#uses=0
    [all...]
  /external/llvm/test/CodeGen/CellSPU/
rotate_ops.ll 21 %tmp1 = zext i8 %arg2 to i32 ; <i32> [#uses=1]
22 %B = shl i32 %arg1, %tmp1 ; <i32> [#uses=1]
23 %arg22 = sub i8 32, %arg2 ; <i8> [#uses=1]
24 %tmp2 = zext i8 %arg22 to i32 ; <i32> [#uses=1]
25 %C = lshr i32 %arg1, %tmp2 ; <i32> [#uses=1]
26 %D = or i32 %B, %C ; <i32> [#uses=1]
31 %tmp1 = zext i16 %arg2 to i32 ; <i32> [#uses=1]
32 %B = shl i32 %arg1, %tmp1 ; <i32> [#uses=1]
33 %arg22 = sub i16 32, %arg2 ; <i8> [#uses=1]
34 %tmp2 = zext i16 %arg22 to i32 ; <i32> [#uses=1
    [all...]

Completed in 92 milliseconds

1 2 3 4 5 6 78 91011>>