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

<<21222324252627282930>>

  /external/llvm/test/Feature/
simplecalltest.ll 8 %foo = call i32 %x( i32 123 ) ; <i32> [#uses=0]
13 %retval = call i32 @test( i32 %argc ) ; <i32> [#uses=2]
14 %two = add i32 %retval, %retval ; <i32> [#uses=1]
15 %retval2 = call i32 @test( i32 %argc ) ; <i32> [#uses=1]
16 %two2 = add i32 %two, %retval2 ; <i32> [#uses=1]
  /external/llvm/test/Transforms/IndVarSimplify/
2003-12-10-RemoveInstrCrash.ll 5 %inc.2 = add i32 1, 1 ; <i32> [#uses=1]
9 %j.0.pn = phi i32 [ %inc.3, %no_exit ], [ %inc.2, %entry ] ; <i32> [#uses=1]
10 %k.0.pn = phi i32 [ %inc.4, %no_exit ], [ 1, %entry ] ; <i32> [#uses=1]
11 %inc.3 = add i32 %j.0.pn, 1 ; <i32> [#uses=1]
12 %inc.4 = add i32 %k.0.pn, 1 ; <i32> [#uses=1]
2006-03-31-NegativeStride.ll 12 %a.0.0 = phi i32 [ 10, %entry ], [ %tmp4, %cond_true ] ; <i32> [#uses=2]
13 %b.0.0 = phi i32 [ 0, %entry ], [ %tmp2, %cond_true ] ; <i32> [#uses=1]
14 %tmp2 = add i32 %b.0.0, %a.0.0 ; <i32> [#uses=2]
15 %tmp4 = add i32 %a.0.0, -1 ; <i32> [#uses=2]
16 %tmp = icmp sgt i32 %tmp4, 7 ; <i1> [#uses=1]
lftr_simple.ll 5 @A = external global i32 ; <i32*> [#uses=1]
12 %i = phi i32 [ 7, %entry ], [ %i.next, %loop ] ; <i32> [#uses=5]
13 %i.next = add i32 %i, 1 ; <i32> [#uses=1]
15 %i2 = mul i32 %i, %i ; <i32> [#uses=1]
16 %c = icmp slt i32 %i2, 1000 ; <i1> [#uses=1]
loop_evaluate_3.ll 9 %i.01.0 = phi i32 [ 0, %entry ], [ %tmp2, %bb5 ] ; <i32> [#uses=1]
10 %x.03.0 = phi i32 [ 0, %entry ], [ %tmp4, %bb5 ] ; <i32> [#uses=1]
11 %tmp2 = add i32 %i.01.0, 3 ; <i32> [#uses=2]
12 %tmp4 = add i32 %x.03.0, 1 ; <i32> [#uses=2]
13 icmp slt i32 %tmp4, 200000 ; <i1>:0 [#uses=1]
exit_value_tests.ll 13 %A1 = phi i32 [ 0, %0 ], [ %A2, %Loop ] ; <i32> [#uses=3]
14 %B1 = phi i32 [ 0, %0 ], [ %B2, %Loop ] ; <i32> [#uses=1]
15 %A2 = add i32 %A1, 1 ; <i32> [#uses=1]
16 %B2 = add i32 %B1, %A1 ; <i32> [#uses=2]
17 %C = icmp eq i32 %A1, 1000 ; <i1> [#uses=1]
29 %X = phi i32 [ 0, %0 ], [ %X2, %Loop ] ; <i32> [#uses=4]
30 %X2 = add i32 %X, 1 ; <i32> [#uses=1]
31 %c = icmp eq i32 %X, %N ; <i1> [#uses=1]
35 %Y = mul i32 %X, %X ; <i32> [#uses=1]
44 %X = phi i32 [ 0, %0 ], [ %X2, %Loop ] ; <i32> [#uses=3
    [all...]
  /external/llvm/test/Transforms/InstCombine/
JavaCompare.ll 7 %c1 = icmp sgt i32 %A, %B ; <i1> [#uses=1]
8 %tmp = select i1 %c1, i32 1, i32 0 ; <i32> [#uses=1]
9 %c2 = icmp slt i32 %A, %B ; <i1> [#uses=1]
10 %result = select i1 %c2, i32 -1, i32 %tmp ; <i32> [#uses=1]
11 %c3 = icmp sle i32 %result, 0 ; <i1> [#uses=1]
add-shrink.ll 7 %B = ashr i32 %A, 7 ; <i32> [#uses=1]
8 %C = ashr i32 %A, 9 ; <i32> [#uses=1]
9 %D = sext i32 %B to i64 ; <i64> [#uses=1]
10 %E = sext i32 %C to i64 ; <i64> [#uses=1]
11 %F = add i64 %D, %E ; <i64> [#uses=1]
load.ll 5 @X = constant i32 42 ; <i32*> [#uses=2]
6 @X2 = constant i32 47 ; <i32*> [#uses=1]
7 @Y = constant [2 x { i32, float }] [ { i32, float } { i32 12, float 1.000000e+00 }, { i32, float } { i32 37, float 0x3FF3B2FEC0000000 } ] ; <[2 x { i32, float }]*> [#uses=2]
8 @Z = constant [2 x { i32, float }] zeroinitializer ; <[2 x { i32, float }]*> [#uses=1]
14 %B = load i32* @X ; <i32> [#uses=1]
19 %A = getelementptr [2 x { i32, float }]* @Y, i64 0, i64 1, i32 1 ; <float*> [#uses=1]
20 %B = load float* %A ; <float> [#uses=1]
25 %A = getelementptr [2 x { i32, float }]* @Y, i64 0, i64 0, i32 0 ; <i32*> [#uses=1]
26 %B = load i32* %A ; <i32> [#uses=1]
31 %A = getelementptr [2 x { i32, float }]* @Z, i64 0, i64 1, i32 0 ; <i32*> [#uses=1
    [all...]
  /external/llvm/test/Transforms/LoopUnroll/
2007-04-16-PhiUpdate.ll 6 %tmp282911 = zext i8 0 to i32 ; <i32> [#uses=1]
9 %indvar = phi i8 [ 0, %entry ], [ %indvar.next, %cond_next ] ; <i8> [#uses=1]
10 %indvar.next = add i8 %indvar, 1 ; <i8> [#uses=2]
11 %exitcond = icmp eq i8 %indvar.next, 7 ; <i1> [#uses=1]
14 %tmp282911.lcssa = phi i32 [ %tmp282911, %cond_next ] ; <i32> [#uses=0]
  /external/llvm/test/Transforms/Reassociate/
mulfactor2.ll 8 %tmp.3 = mul i32 %t, 12 ; <i32> [#uses=1]
9 %tmp.4 = add i32 %tmp.3, 5 ; <i32> [#uses=1]
10 %tmp.6 = mul i32 %t, 6 ; <i32> [#uses=1]
11 %tmp.8 = mul i32 %tmp.4, 3 ; <i32> [#uses=1]
12 %tmp.9 = add i32 %tmp.8, %tmp.6 ; <i32> [#uses=1]
  /external/llvm/test/Transforms/SCCP/
2006-10-23-IPSCCP-Crash.ll 6 @JUMP = external global i32 ; <i32*> [#uses=1]
7 @old_D_pat = external global [16 x i8] ; <[16 x i8]*> [#uses=0]
11 %tmp80 = icmp ult i32 0, %D ; <i1> [#uses=1]
16 %tmp3.i = call i32 @read( ) ; <i32> [#uses=1]
17 %tmp6.i = add i32 %tmp3.i, 0 ; <i32> [#uses=1]
18 %tmp653 = icmp sgt i32 %tmp6.i, 0 ; <i1> [#uses=1]
32 %tmp29 = icmp eq i32 0, 0 ; <i1> [#uses=1]
37 %tmp52 = icmp sgt i32 %D, 0 ; <i1> [#uses=1]
40 %tmp54 = load i32* @JUMP ; <i32> [#uses=1]
41 %tmp55 = icmp eq i32 %tmp54, 1 ; <i1> [#uses=1
    [all...]
  /external/llvm/test/Transforms/ScalarRepl/
sroa_two.ll 4 %Arr = alloca [2 x i32] ; <[2 x i32]*> [#uses=3]
5 %tmp.0 = getelementptr [2 x i32]* %Arr, i32 0, i32 0 ; <i32*> [#uses=1]
7 %tmp.1 = getelementptr [2 x i32]* %Arr, i32 0, i32 1 ; <i32*> [#uses=1]
9 %tmp.3 = getelementptr [2 x i32]* %Arr, i32 0, i32 %X ; <i32*> [#uses=1]
10 %tmp.4 = load i32* %tmp.3 ; <i32> [#uses=1]
  /external/llvm/test/Transforms/TailCallElim/
intervening-inst.ll 6 %tmp.1 = icmp eq i32 %X, 0 ; <i1> [#uses=1]
9 %tmp.4 = add i32 %X, 1 ; <i32> [#uses=1]
12 %tmp.10 = add i32 %X, -1 ; <i32> [#uses=1]
13 %tmp.8 = call i32 @Test( i32 %tmp.10 ) ; <i32> [#uses=1]
14 %DUMMY = add i32 %X, 1 ; <i32> [#uses=0]
  /external/llvm/test/CodeGen/ARM/
2009-10-21-InvalidFNeg.ll 15 %tmp104 = zext i64 %tfrm.0.2 to i512 ; <i512> [#uses=1]
16 %tmp105 = shl i512 %tmp104, 128 ; <i512> [#uses=1]
17 %tmp118 = zext i64 %tfrm.0.3 to i512 ; <i512> [#uses=1]
18 %tmp119 = shl i512 %tmp118, 192 ; <i512> [#uses=1]
19 %ins121 = or i512 %tmp119, %tmp105 ; <i512> [#uses=1]
20 %tmp99 = zext i64 %tfrm.0.4 to i512 ; <i512> [#uses=1]
21 %tmp100 = shl i512 %tmp99, 256 ; <i512> [#uses=1]
22 %tmp123 = zext i64 %tfrm.0.5 to i512 ; <i512> [#uses=1]
23 %tmp124 = shl i512 %tmp123, 320 ; <i512> [#uses=1]
24 %tmp96 = zext i64 %tfrm.0.6 to i512 ; <i512> [#uses=1
    [all...]
call_nolink.ll 5 @r = external global [14 x i32] ; <[14 x i32]*> [#uses=4]
6 @isa = external global [13 x %struct.anon] ; <[13 x %struct.anon]*> [#uses=1]
7 @pgm = external global [2 x { i32, [3 x i32] }] ; <[2 x { i32, [3 x i32] }]*> [#uses=4]
8 @numi = external global i32 ; <i32*> [#uses=1]
9 @counter = external global [2 x i32] ; <[2 x i32]*> [#uses=1]
23 %i_addr.3210.0.i.i = phi i32 [ %tmp166.i.i, %bb115.i.i.bb115.i.i_crit_edge ], [ 0, %newFuncRoot ] ; <i32> [#uses=7]
24 %tmp124.i.i = getelementptr [2 x { i32, [3 x i32] }]* @pgm, i32 0, i32 %i_addr.3210.0.i.i, i32 1, i32 0 ; <i32*> [#uses=1]
25 %tmp125.i.i = load i32* %tmp124.i.i ; <i32> [#uses=1]
26 %tmp126.i.i = getelementptr [14 x i32]* @r, i32 0, i32 %tmp125.i.i ; <i32*> [#uses=1]
27 %tmp127.i.i = load i32* %tmp126.i.i ; <i32> [#uses=1
    [all...]
2010-04-09-NeonSelect.ll 6 %.22 = select i1 undef, <4 x float> undef, <4 x float> zeroinitializer ; <<4 x float>> [#uses=1]
7 %0 = fadd <4 x float> undef, %.22 ; <<4 x float>> [#uses=1]
8 %1 = fsub <4 x float> %0, undef ; <<4 x float>> [#uses=1]
9 %2 = shufflevector <4 x float> %1, <4 x float> undef, <4 x i32> <i32 2, i32 6, i32 3, i32 7> ; <<4 x float>> [#uses=1]
10 %3 = shufflevector <4 x float> undef, <4 x float> %2, <4 x i32> <i32 2, i32 3, i32 6, i32 7> ; <<4 x float>> [#uses=1]
11 %4 = fmul <4 x float> %3, <float 0.000000e+00, float 0x3FED906BC0000000, float 0x3FE6A09E60000000, float 0xBFD87DE2A0000000> ; <<4 x float>> [#uses=1]
12 %5 = fadd <4 x float> undef, %4 ; <<4 x float>> [#uses=1]
13 %6 = fadd <4 x float> undef, %5 ; <<4 x float>> [#uses=1]
14 %7 = fadd <4 x float> undef, %6 ; <<4 x float>> [#uses=1]
18 %8 = shufflevector <4 x float> undef, <4 x float> %7, <4 x i32> <i32 2, i32 6, i32 3, i32 7> ; <<4 x float>> [#uses=0
    [all...]
call.ll 6 @t = weak global i32 ()* null ; <i32 ()**> [#uses=1]
19 %tmp = load i32 ()** @t ; <i32 ()*> [#uses=1]
20 %tmp.upgrd.2 = call i32 %tmp( ) ; <i32> [#uses=0]
28 %5 = inttoptr i32 %0 to i32* ; <i32*> [#uses=1]
29 %t35 = load volatile i32* %5 ; <i32> [#uses=1]
30 %6 = inttoptr i32 %t35 to i32** ; <i32**> [#uses=1]
31 %7 = getelementptr i32** %6, i32 86 ; <i32**> [#uses=1]
32 %8 = load i32** %7 ; <i32*> [#uses=1]
33 %9 = bitcast i32* %8 to i32* (i32, i32*, i32, i32*, i32*, i32*)* ; <i32* (i32, i32*, i32, i32*, i32*, i32*)*> [#uses=1]
34 %10 = call i32* %9(i32 %0, i32* null, i32 %1, i32* %2, i32* %3, i32* %4) ; <i32*> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2008-04-23-CoalescerCrash.ll 3 @_ZL10DeviceCode = internal global i16 0 ; <i16*> [#uses=1]
4 @.str19 = internal constant [64 x i8] c"unlock_then_erase_sector: failed to erase block (status= 0x%x)\0A\00" ; <[64 x i8]*> [#uses=1]
5 @.str34 = internal constant [68 x i8] c"ProgramByWords - Erasing sector 0x%llx to 0x%llx (size 0x%x bytes)\0A\00" ; <[68 x i8]*> [#uses=1]
6 @.str35 = internal constant [37 x i8] c"ProgramByWords - Done erasing flash\0A\00" ; <[37 x i8]*> [#uses=1]
7 @.str36 = internal constant [48 x i8] c"ProgramByWords - Starting to write to FLASH...\0A\00" ; <[48 x i8]*> [#uses=1]
16 %tmp28 = icmp eq i8 0, 0 ; <i1> [#uses=1]
20 %tmp9596430 = zext i32 0 to i64 ; <i64> [#uses=1]
21 %tmp98431 = add i64 %tmp9596430, %Offset ; <i64> [#uses=1]
22 %tmp100433 = icmp ugt i64 %tmp98431, %Offset ; <i1> [#uses=1]
26 %Pos.0.reg2mem.0 = phi i64 [ %tmp93, %_Z24unlock_then_erase_sectory.exit ], [ %Offset, %bb ] ; <i64> [#uses=3
    [all...]
branch-opt.ll 9 %tmp1 = and i32 %W, 1 ; <i32> [#uses=1]
10 %tmp1.upgrd.1 = icmp eq i32 %tmp1, 0 ; <i1> [#uses=1]
13 %indvar77 = phi i32 [ %indvar.next78, %bb ], [ 0, %bb5 ] ; <i32> [#uses=1]
14 %tmp2 = tail call i32 (...)* @bar( ) ; <i32> [#uses=0]
15 %indvar.next78 = add i32 %indvar77, 1 ; <i32> [#uses=2]
16 %exitcond79 = icmp eq i32 %indvar.next78, %X ; <i1> [#uses=1]
19 %tmp = icmp eq i32 %X, 0 ; <i1> [#uses=1]
22 %tmp10 = and i32 %W, 2 ; <i32> [#uses=1]
23 %tmp10.upgrd.2 = icmp eq i32 %tmp10, 0 ; <i1> [#uses=1]
26 %indvar72 = phi i32 [ %indvar.next73, %bb12 ], [ 0, %bb16 ] ; <i32> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/Thumb/
2009-12-17-pre-regalloc-taildup.ll 10 @codetable.2928 = internal constant [5 x i8*] [i8* blockaddress(@interpret_threaded, %RETURN), i8* blockaddress(@interpret_threaded, %INCREMENT), i8* blockaddress(@interpret_threaded, %DECREMENT), i8* blockaddress(@interpret_threaded, %DOUBLE), i8* blockaddress(@interpret_threaded, %SWAPWORD)] ; <[5 x i8*]*> [#uses=5]
11 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (i8*)* @interpret_threaded to i8*)], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
15 %0 = load i8* %opcodes, align 1 ; <i8> [#uses=1]
16 %1 = zext i8 %0 to i32 ; <i32> [#uses=1]
17 %2 = getelementptr inbounds [5 x i8*]* @codetable.2928, i32 0, i32 %1 ; <i8**> [#uses=1]
21 %indvar = phi i32 [ %phitmp, %bb.backedge ], [ 1, %entry ] ; <i32> [#uses=2]
22 %gotovar.22.0.in = phi i8** [ %gotovar.22.0.in.be, %bb.backedge ], [ %2, %entry ] ; <i8**> [#uses=1]
23 %result.0 = phi i32 [ %result.0.be, %bb.backedge ], [ 0, %entry ] ; <i32> [#uses=6]
24 %opcodes_addr.0 = getelementptr i8* %opcodes, i32 %indvar ; <i8*> [#uses=4]
25 %gotovar.22.0 = load i8** %gotovar.22.0.in, align 4 ; <i8*> [#uses=1
    [all...]
fpconv.ll 5 %tmp1 = fptrunc double %x to float ; <float> [#uses=1]
11 %tmp1 = fpext float %x to double ; <double> [#uses=1]
17 %tmp = fptosi float %x to i32 ; <i32> [#uses=1]
23 %tmp = fptoui float %x to i32 ; <i32> [#uses=1]
29 %tmp = fptosi double %x to i32 ; <i32> [#uses=1]
35 %tmp = fptoui double %x to i32 ; <i32> [#uses=1]
41 %tmp = sitofp i32 %a to float ; <float> [#uses=1]
47 %tmp = sitofp i32 %a to double ; <double> [#uses=1]
53 %tmp = uitofp i32 %a to float ; <float> [#uses=1]
59 %tmp = uitofp i32 %a to double ; <double> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/X86/
loop-strength-reduce4.ll 18 @state = external global [0 x i32] ; <[0 x i32]*> [#uses=4]
19 @S = external global [0 x i32] ; <[0 x i32]*> [#uses=4]
26 %indvar = phi i32 [ 0, %entry ], [ %indvar.next, %bb ] ; <i32> [#uses=2]
27 %t.063.0 = phi i32 [ 0, %entry ], [ %tmp47, %bb ] ; <i32> [#uses=1]
28 %j.065.0 = shl i32 %indvar, 2 ; <i32> [#uses=4]
29 %tmp3 = getelementptr [0 x i32]* @state, i32 0, i32 %j.065.0 ; <i32*> [#uses=2]
30 %tmp4 = load i32* %tmp3, align 4 ; <i32> [#uses=1]
31 %tmp6 = getelementptr [0 x i32]* @S, i32 0, i32 %t.063.0 ; <i32*> [#uses=1]
32 %tmp7 = load i32* %tmp6, align 4 ; <i32> [#uses=1]
33 %tmp8 = xor i32 %tmp7, %tmp4 ; <i32> [#uses=2
    [all...]
2009-03-10-CoalescerBug.ll 11 %0 = load i16* null, align 4 ; <i16> [#uses=2]
12 %1 = icmp sgt i16 0, %0 ; <i1> [#uses=1]
16 %2 = sext i16 %0 to i32 ; <i32> [#uses=1]
17 %3 = sub i32 %2, 0 ; <i32> [#uses=1]
18 %4 = add i32 %3, %smaxrow ; <i32> [#uses=2]
19 %5 = trunc i32 %4 to i16 ; <i16> [#uses=1]
20 %6 = add i16 0, %5 ; <i16> [#uses=1]
24 %pmaxrow.0 = phi i16 [ %6, %bb12 ], [ 0, %entry ] ; <i16> [#uses=0]
25 %smaxrow_addr.0 = phi i32 [ %4, %bb12 ], [ %smaxrow, %entry ] ; <i32> [#uses=1]
26 %7 = trunc i32 %smaxrow_addr.0 to i16 ; <i16> [#uses=0
    [all...]
  /external/llvm/test/CodeGen/Generic/
BasicInstrs.ll 7 %R = add i32 %A, %B ; <i32> [#uses=1]
12 %R = sub i32 %A, %B ; <i32> [#uses=1]
17 %R = mul i32 %A, %B ; <i32> [#uses=1]
22 %R = sdiv i32 %A, %B ; <i32> [#uses=1]
27 %R = udiv i32 %A, %B ; <i32> [#uses=1]
32 %R = srem i32 %A, %B ; <i32> [#uses=1]
37 %R = urem i32 %A, %B ; <i32> [#uses=1]
42 %R = and i32 %A, %B ; <i32> [#uses=1]
47 %R = or i32 %A, %B ; <i32> [#uses=1]
52 %R = xor i32 %A, %B ; <i32> [#uses=1
    [all...]

Completed in 286 milliseconds

<<21222324252627282930>>