OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uses
(Results
1126 - 1150
of
11488
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/llvm/test/CodeGen/X86/GC/
inline2.ll
9
%x = call i32 @g( ) ; <i32> [#
uses
=1]
14
%root = alloca i8* ; <i8**> [#
uses
=2]
16
%obj = call %IntArray* @h( ) ; <%IntArray*> [#
uses
=2]
17
%obj.2 = bitcast %IntArray* %obj to i8* ; <i8*> [#
uses
=1]
19
%Length.ptr = getelementptr %IntArray* %obj, i32 0, i32 0 ; <i32*> [#
uses
=1]
20
%Length = load i32* %Length.ptr ; <i32> [#
uses
=1]
/external/llvm/test/CodeGen/X86/
change-compare-stride-trickiness-1.ll
19
%indvar = phi i32 [ 0, %entry ], [ %i.2.0.us1534, %loop ] ; <i32> [#
uses
=1]
20
%i.2.0.us1534 = add i32 %indvar, 1 ; <i32> [#
uses
=3]
21
%tmp628.us1540 = shl i32 %i.2.0.us1534, 1 ; <i32> [#
uses
=1]
22
%tmp645646647.us1547 = sext i32 %tmp628.us1540 to i64 ; <i64> [#
uses
=1]
24
%tmp611.us1535 = icmp eq i32 %i.2.0.us1534, 4 ; <i1> [#
uses
=2]
25
%tmp623.us1538 = select i1 %tmp611.us1535, i32 6, i32 0 ; <i32> [#
uses
=1]
commute-intrinsic.ll
3
@a = external global <2 x i64> ; <<2 x i64>*> [#
uses
=1]
7
%tmp2 = load <2 x i64>* @a, align 16 ; <<2 x i64>> [#
uses
=1]
8
%tmp6 = bitcast <2 x i64> %b to <8 x i16> ; <<8 x i16>> [#
uses
=1]
9
%tmp9 = bitcast <2 x i64> %tmp2 to <8 x i16> ; <<8 x i16>> [#
uses
=1]
10
%tmp11 = tail call <4 x i32> @llvm.x86.sse2.pmadd.wd( <8 x i16> %tmp9, <8 x i16> %tmp6 ) nounwind readnone ; <<4 x i32>> [#
uses
=1]
11
%tmp14 = bitcast <4 x i32> %tmp11 to <2 x i64> ; <<2 x i64>> [#
uses
=1]
convert-2-addr-3-addr-inc64.ll
11
%0 = add i32 %i2, 1 ; <i32> [#
uses
=1]
12
%1 = sext i32 %0 to i64 ; <i64> [#
uses
=1]
13
%2 = getelementptr i8* %ptr, i64 %1 ; <i8*> [#
uses
=1]
14
%3 = load i8* %2, align 1 ; <i8> [#
uses
=1]
15
%4 = icmp eq i8 0, %3 ; <i1> [#
uses
=1]
19
%5 = add i32 %i2, 4 ; <i32> [#
uses
=0]
fp-stack.ll
8
%tmp6 = load x86_fp80* undef ; <x86_fp80> [#
uses
=2]
9
%tmp15 = load x86_fp80* undef ; <x86_fp80> [#
uses
=2]
10
%tmp24 = load x86_fp80* undef ; <x86_fp80> [#
uses
=1]
14
%cmp139 = fcmp ogt x86_fp80 %tmp15, %tmp6 ; <i1> [#
uses
=1]
15
%maxdiag.0 = select i1 %cmp139, x86_fp80 %tmp15, x86_fp80 %tmp6 ; <x86_fp80> [#
uses
=1]
16
%cmp139.1 = fcmp ogt x86_fp80 %tmp24, %maxdiag.0 ; <i1> [#
uses
=1]
lsr-sort.ll
5
@X = common global i16 0 ; <i16*> [#
uses
=1]
9
%0 = icmp sgt i32 %N, 0 ; <i1> [#
uses
=1]
13
%i.03 = phi i32 [ 0, %entry ], [ %indvar.next, %bb ] ; <i32> [#
uses
=2]
14
%1 = trunc i32 %i.03 to i16 ; <i16> [#
uses
=1]
16
%indvar.next = add i32 %i.03, 1 ; <i32> [#
uses
=2]
17
%exitcond = icmp eq i32 %indvar.next, %N ; <i1> [#
uses
=1]
mmx-punpckhdq.ll
8
%tmp2 = load <1 x i64>* %x ; <<1 x i64>> [#
uses
=1]
9
%tmp6 = bitcast <1 x i64> %tmp2 to <2 x i32> ; <<2 x i32>> [#
uses
=1]
10
%tmp9 = shufflevector <2 x i32> %tmp6, <2 x i32> undef, <2 x i32> < i32 1, i32 1 > ; <<2 x i32>> [#
uses
=1]
11
%tmp10 = bitcast <2 x i32> %tmp9 to <1 x i64> ; <<1 x i64>> [#
uses
=1]
17
; pork
uses
MMX.
23
%tmp2 = load x86_mmx* %x ; <x86_mmx> [#
uses
=1]
optimize-max-1.ll
10
%tmp = icmp slt i64 %n, 1 ; <i1> [#
uses
=1]
11
%smax = select i1 %tmp, i64 1, i64 %n ; <i64> [#
uses
=1]
15
%i.0 = phi i64 [ 0, %entry ], [ %0, %bb ] ; <i64> [#
uses
=2]
16
%scevgep = getelementptr double* %p, i64 %i.0 ; <double*> [#
uses
=1]
18
%0 = add i64 %i.0, 1 ; <i64> [#
uses
=2]
19
%exitcond = icmp eq i64 %0, %smax ; <i1> [#
uses
=1]
28
%tmp = icmp sge i64 %n, 1 ; <i1> [#
uses
=1]
29
%smax = select i1 %tmp, i64 %n, i64 1 ; <i64> [#
uses
=1]
33
%i.0 = phi i64 [ 0, %entry ], [ %0, %bb ] ; <i64> [#
uses
=2]
34
%scevgep = getelementptr double* %p, i64 %i.0 ; <double*> [#
uses
=1
[
all
...]
postalloc-coalescing.ll
8
%tmp125126 = trunc i32 %c.1 to i8 ; <i8> [#
uses
=1]
13
%c.2 = phi i32 [ %c.1, %bb116 ], [ 42, %entry ] ; <i32> [#
uses
=1]
14
%c.1 = select i1 false, i32 0, i32 %c.2 ; <i32> [#
uses
=4]
15
%tmp181 = icmp eq i32 %c.1, -1 ; <i1> [#
uses
=1]
22
%tmp172173 = trunc i32 %c.1 to i8 ; <i8> [#
uses
=1]
27
%tmp180 = icmp eq i32 %c.1, -1 ; <i1> [#
uses
=1]
setcc.ll
13
%0 = icmp ugt i16 %x, 26 ; <i1> [#
uses
=1]
14
%iftmp.1.0 = select i1 %0, i16 32, i16 0 ; <i16> [#
uses
=1]
23
%0 = icmp ult i16 %x, 26 ; <i1> [#
uses
=1]
24
%iftmp.0.0 = select i1 %0, i16 32, i16 0 ; <i16> [#
uses
=1]
33
%0 = icmp ult i64 %x, 18 ; <i1> [#
uses
=1]
34
%iftmp.2.0 = select i1 %0, i64 64, i64 0 ; <i64> [#
uses
=1]
shift-parts.ll
6
@g_144 = external global %0, align 8 ; <%0*> [#
uses
=1]
10
%srcval4 = load i320* bitcast (%0* @g_144 to i320*), align 8 ; <i320> [#
uses
=1]
14
%call3.in.in.in.v = select i1 undef, i320 192, i320 128 ; <i320> [#
uses
=1]
15
%call3.in.in.in = lshr i320 %srcval4, %call3.in.in.in.v ; <i320> [#
uses
=1]
16
%call3.in = trunc i320 %call3.in.in.in to i32 ; <i32> [#
uses
=1]
17
%tobool = icmp eq i32 %call3.in, 0 ; <i1> [#
uses
=1]
sse-commute.ll
11
%tmp6 = bitcast <2 x double> %0 to <4 x i32> ; <<4 x i32>> [#
uses
=2]
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]
14
%sext = sext <4 x i1> %cmp to <4 x i32> ; <<4 x i32>> [#
uses
=1]
15
%and = and <4 x i32> %tmp6, %sext ; <<4 x i32>> [#
uses
=1]
16
%tmp8 = bitcast <4 x i32> %and to <2 x double> ; <<2 x double>> [#
uses
=1]
test-shrink-bug.ll
11
@g_14 = global i8 -6, align 1 ; <i8*> [#
uses
=1]
17
%tmp = load i8* @g_14 ; <i8> [#
uses
=2]
18
%conv = zext i8 %tmp to i32 ; <i32> [#
uses
=1]
19
%cmp = icmp sle i32 1, %conv ; <i1> [#
uses
=1]
20
%conv2 = zext i1 %cmp to i32 ; <i32> [#
uses
=1]
21
%call = call i32 @func_16(i8 signext %tmp, i32 %conv2) ssp ; <i32> [#
uses
=1]
vec_set-3.ll
5
%tmp = insertelement <4 x float> zeroinitializer, float %a, i32 1 ; <<4 x float>> [#
uses
=1]
6
%tmp5 = insertelement <4 x float> %tmp, float 0.000000e+00, i32 2 ; <<4 x float>> [#
uses
=1]
7
%tmp6 = insertelement <4 x float> %tmp5, float 0.000000e+00, i32 3 ; <<4 x float>> [#
uses
=1]
12
%tmp7 = insertelement <4 x i32> zeroinitializer, i32 %a, i32 2 ; <<4 x i32>> [#
uses
=1]
13
%tmp9 = insertelement <4 x i32> %tmp7, i32 0, i32 3 ; <<4 x i32>> [#
uses
=1]
14
%tmp10 = bitcast <4 x i32> %tmp9 to <2 x i64> ; <<2 x i64>> [#
uses
=1]
vortex-bug.ll
11
%FieldName_addr.0209.rec.i = phi i64 [ %tmp139.rec.i, %bb137.i ], [ 0, %entry ] ; <i64> [#
uses
=1]
12
%tmp147213.i = phi i32 [ %tmp147.i, %bb137.i ], [ 1, %entry ] ; <i32> [#
uses
=2]
13
%tmp139.rec.i = add i64 %FieldName_addr.0209.rec.i, 1 ; <i64> [#
uses
=2]
14
%tmp141142.i = sext i32 %tmp147213.i to i64 ; <i64> [#
uses
=0]
15
%tmp147.i = add i32 %tmp147213.i, 1 ; <i32> [#
uses
=1]
19
%tmp139.i = getelementptr i8* %FieldName, i64 %tmp139.rec.i ; <i8*> [#
uses
=0]
/external/llvm/test/ExecutionEngine/
2005-12-02-TailCallBug.ll
6
%f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#
uses
=1]
7
%res = tail call fastcc i32 @check_tail( i32 10, i32* %f, i32 10 ) ; <i32> [#
uses
=1]
12
%tmp1 = icmp sgt i32 %x, 0 ; <i1> [#
uses
=1]
15
%fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#
uses
=1]
16
%arg1 = add i32 %x, -1 ; <i32> [#
uses
=1]
17
%res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#
uses
=1]
/external/llvm/test/Feature/
calltest.ll
8
%foo = call i32 %x( i32 123 ) ; <i32> [#
uses
=0]
9
%foo2 = tail call i32 %x( i32 123 ) ; <i32> [#
uses
=0]
14
%retval = call i32 @test( i32 %argc ) ; <i32> [#
uses
=2]
15
%two = add i32 %retval, %retval ; <i32> [#
uses
=1]
17
to label %Next unwind label %Error ; <i32> [#
uses
=1]
20
%two2 = add i32 %two, %retval2 ; <i32> [#
uses
=1]
/external/llvm/test/Transforms/GlobalOpt/
malloc-promote-1.ll
4
@G = internal global i32* null ; <i32**> [#
uses
=3]
8
%malloccall = tail call i8* @malloc(i64 4) ; <i8*> [#
uses
=1]
9
%P = bitcast i8* %malloccall to i32* ; <i32*> [#
uses
=1]
11
%GV = load i32** @G ; <i32*> [#
uses
=1]
19
%GV = load i32** @G ; <i32*> [#
uses
=1]
20
%V = load i32* %GV ; <i32> [#
uses
=1]
/external/llvm/test/Transforms/IndVarSimplify/
2007-11-23-BitcastCrash.ll
10
%.lcssa6 = phi i64 [ %23, %asmBlockAt738ab7f3 ] ; <i64> [#
uses
=0]
14
%ebp95 = phi i32 [ 128, %EntryBlock ], [ %24, %asmBlockAt738ab7f3 ] ; <i32> [#
uses
=2]
15
sub <4 x i16> zeroinitializer, zeroinitializer ; <<4 x i16>>:22 [#
uses
=1]
16
bitcast <4 x i16> %22 to i64 ; <i64>:23 [#
uses
=1]
17
add i32 %ebp95, -64 ; <i32>:24 [#
uses
=1]
18
icmp ult i32 %ebp95, 64 ; <i1>:25 [#
uses
=1]
2008-09-02-IVType.ll
17
@llvm.used = appending global [1 x i8*] [ i8* bitcast (i16 (%struct.JPEGGlobals*)* @ExtractBufferedBlocksIgnored to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#
uses
=0]
21
%tmp4311 = getelementptr %struct.JPEGGlobals* %globp, i32 0, i32 70 ; <i32*> [#
uses
=1]
22
%tmp4412 = load i32* %tmp4311, align 16 ; <i32> [#
uses
=2]
23
%tmp4613 = icmp sgt i32 %tmp4412, 0 ; <i1> [#
uses
=1]
27
%component.09 = phi i16 [ 0, %entry ], [ %tmp37, %bb28 ] ; <i16> [#
uses
=2]
28
%tmp12 = sext i16 %component.09 to i32 ; <i32> [#
uses
=2]
29
%tmp6 = getelementptr %struct.JPEGGlobals* %globp, i32 0, i32 77, i32 %tmp12 ; <i16**> [#
uses
=2]
30
%tmp7 = load i16** %tmp6, align 4 ; <i16*> [#
uses
=2]
31
%tmp235 = getelementptr %struct.JPEGGlobals* %globp, i32 0, i32 71, i32 %tmp12 ; <i32*> [#
uses
=1]
32
%tmp246 = load i32* %tmp235, align 4 ; <i32> [#
uses
=2
[
all
...]
iterationCount_zext_or_trunc.ll
12
%tmp1 = add i32 %tmp2, %result ; <i32> [#
uses
=1]
13
%indvar_next1 = add i5 %k_0, 1 ; <i5> [#
uses
=1]
17
%k_0 = phi i5 [ 0, %entry ], [ %indvar_next1, %bb ] ; <i5> [#
uses
=2]
18
%result = phi i32 [ 0, %entry ], [ %tmp1, %bb ] ; <i32> [#
uses
=2]
19
%tmp2 = zext i5 %k_0 to i32 ; <i32> [#
uses
=1]
20
%exitcond = icmp eq i32 %tmp2, 16 ; <i1> [#
uses
=1]
signed-trip-count.ll
7
%tmp102 = icmp sgt i32 %n, 0 ; <i1> [#
uses
=1]
14
%i.01 = phi i32 [ %tmp6, %bb7 ], [ 0, %bb.nph ] ; <i32> [#
uses
=3]
15
%tmp1 = sext i32 %i.01 to i64 ; <i64> [#
uses
=1]
16
%tmp4 = getelementptr i64* %x, i32 %i.01 ; <i64*> [#
uses
=1]
18
%tmp6 = add i32 %i.01, 1 ; <i32> [#
uses
=2]
22
%tmp10 = icmp slt i32 %tmp6, %n ; <i1> [#
uses
=1]
single-element-range.ll
11
%0 = load i8** undef, align 4 ; <i8*> [#
uses
=2]
12
%1 = ptrtoint i8* %0 to i32 ; <i32> [#
uses
=1]
13
%2 = icmp sgt i8* %0, inttoptr (i32 1 to i8*) ; <i1> [#
uses
=1]
17
%i.01 = phi i32 [ %3, %bb1 ], [ 1, %bb ] ; <i32> [#
uses
=1]
18
%3 = add i32 %i.01, 1 ; <i32> [#
uses
=2]
19
%4 = icmp slt i32 %3, %1 ; <i1> [#
uses
=1]
/external/llvm/test/Transforms/InstCombine/
2006-12-15-Range-Test.ll
9
@r = external global [17 x i32] ; <[17 x i32]*> [#
uses
=1]
24
%tmp15 = getelementptr [17 x i32]* @r, i32 0, i32 %tmp12.reload ; <i32*> [#
uses
=1]
25
%tmp16 = load i32* %tmp15 ; <i32> [#
uses
=4]
26
%tmp18 = icmp slt i32 %tmp16, -31 ; <i1> [#
uses
=1]
27
%tmp21 = icmp sgt i32 %tmp16, 31 ; <i1> [#
uses
=1]
28
%bothcond = or i1 %tmp18, %tmp21 ; <i1> [#
uses
=1]
2007-02-07-PointerCast.ll
9
@str = internal constant [6 x i8] c"%llx\0A\00" ; <[6 x i8]*> [#
uses
=1]
15
%tmp = getelementptr [6 x i8]* @str, i32 0, i64 0 ; <i8*> [#
uses
=1]
16
%tmp1 = load i8** %a ; <i8*> [#
uses
=1]
17
%tmp2 = ptrtoint i8* %tmp1 to i32 ; <i32> [#
uses
=1]
18
%tmp3 = zext i32 %tmp2 to i64 ; <i64> [#
uses
=1]
19
%tmp.upgrd.1 = call i32 (i8*, ...)* @printf( i8* %tmp, i64 %tmp3 ) ; <i32> [#
uses
=0]
Completed in 178 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>