/external/llvm/test/Transforms/LoopStrengthReduce/ |
dont-hoist-simple-loop-constants.ll | 11 %indvar630 = phi i32 [ 0, %then.0 ], [ %indvar.next631, %no_exit.2 ] ; <i32> [#uses=4] 12 %gep.upgrd.1 = zext i32 %indvar630 to i64 ; <i64> [#uses=1] 13 %tmp.38 = getelementptr [700 x i32]* %nbeaux_.0__558, i32 0, i64 %gep.upgrd.1 ; <i32*> [#uses=1] 15 %inc.2 = add i32 %indvar630, 2 ; <i32> [#uses=2] 16 %tmp.34 = icmp slt i32 %inc.2, 701 ; <i1> [#uses=1] 17 %indvar.next631 = add i32 %indvar630, 1 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/LoopUnswitch/ |
preserve-analyses.ll | 9 @delim1 = external global i32 ; <i32*> [#uses=1] 10 @delim2 = external global i32 ; <i32*> [#uses=1] 14 %0 = load i32* @delim1, align 4 ; <i32> [#uses=1] 15 %1 = load i32* @delim2, align 4 ; <i32> [#uses=1] 19 %2 = icmp eq i8* %p_addr.0, %s ; <i1> [#uses=1] 23 %3 = getelementptr inbounds i8* %p_addr.0, i32 1 ; <i8*> [#uses=3] 33 %4 = icmp eq i32 %8, %0 ; <i1> [#uses=1] 40 %5 = icmp eq i32 %8, %1 ; <i1> [#uses=1] 44 %.lcssa1 = phi i8* [ %3, %bb6 ] ; <i8*> [#uses=1] 48 %.lcssa2 = phi i8* [ %.lcssa1, %bb7 ], [ %.lcssa, %bb8.outer.loopexit ] ; <i8*> [#uses=1 [all...] |
/external/llvm/test/Transforms/SimplifyLibCalls/ |
memcmp.ll | 4 @h = constant [2 x i8] c"h\00" ; <[2 x i8]*> [#uses=0] 5 @hel = constant [4 x i8] c"hel\00" ; <[4 x i8]*> [#uses=0] 6 @hello_u = constant [8 x i8] c"hello_u\00" ; <[8 x i8]*> [#uses=0] 11 %A = call i32 @memcmp( i8* %P, i8* %P, i32 %N ) ; <i32> [#uses=1] 15 %B = call i32 @memcmp( i8* %P, i8* %Q, i32 0 ) ; <i32> [#uses=1] 19 %C = call i32 @memcmp( i8* %P, i8* %Q, i32 1 ) ; <i32> [#uses=1]
|
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/ |
AndroidManifest.xml | 21 <uses-sdk android:minSdkVersion="3" /> 22 <uses-permission android:name="android.permission.CAMERA" /> 23 <uses-permission android:name="android.permission.RECORD_AUDIO" /> 24 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> 25 <uses-feature android:name="android.hardware.camera" /> 26 <uses-feature android:name="android.hardware.camera.autofocus" />
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/ |
AndroidManifest-testapp.xml | 14 <uses-library android:name="android.test.runner" 16 <uses-library android:name="android.test.runner2" /> 18 <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="8" /> 22 <uses-configuration android:reqKeyboardType="twelvekey" 25 <uses-feature android:glEsVersion="0x00020001" /> 26 <uses-feature android:name="com.foo.feature" />
|
/external/junit/src/junit/runner/ |
StandardTestSuiteLoader.java | 12 * Uses the system class loader to load the test class 18 * Uses the system class loader to load the test class
|
/external/llvm/autoconf/m4/ |
header_mmap_anonymous.m4 | 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
|
/external/llvm/projects/sample/autoconf/m4/ |
header_mmap_anonymous.m4 | 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
|
/external/llvm/test/Analysis/ScalarEvolution/ |
max-trip-count.ll | 9 %0 = icmp sgt i32 %n, 0 ; <i1> [#uses=1] 16 %i.02 = phi i32 [ %5, %bb1 ], [ 0, %bb.nph ] ; <i32> [#uses=2] 17 %p.01 = phi i8 [ %4, %bb1 ], [ -1, %bb.nph ] ; <i8> [#uses=2] 18 %1 = sext i8 %p.01 to i32 ; <i32> [#uses=1] 19 %2 = sext i32 %i.02 to i64 ; <i64> [#uses=1] 20 %3 = getelementptr i32* %d, i64 %2 ; <i32*> [#uses=1] 22 %4 = add i8 %p.01, 1 ; <i8> [#uses=1] 23 %5 = add i32 %i.02, 1 ; <i32> [#uses=2] 27 %6 = icmp slt i32 %5, %n ; <i1> [#uses=1] 45 @.str = private constant [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=2 [all...] |
/external/llvm/test/Assembler/ |
2002-08-15-ConstantExprProblem.ll | 3 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1] 10 %ret = phi i8* [ getelementptr ([12 x i8]* @.LC0, i64 0, i64 0), %0 ], [ null, %BB2 ] ; <i8*> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
2008-03-05-SxtInRegBug.ll | 7 %tmp3.i.i = load i8* null, align 1 ; <i8> [#uses=1] 8 %tmp4.i.i = icmp slt i8 %tmp3.i.i, 0 ; <i1> [#uses=1]
|
2008-09-17-CoalescerBug.ll | 11 %0 = alloca i8, i32 0 ; <i8*> [#uses=1] 15 %.reg2mem.0 = phi i8* [ %0, %bb33.thread ], [ null, %bb24 ] ; <i8*> [#uses=0]
|
2009-05-07-RegAllocLocal.ll | 3 @.str = external constant [30 x i8] ; <[30 x i8]*> [#uses=1] 8 %0 = call i32 (i8*, ...)* @printf(i8* getelementptr ([30 x i8]* @.str, i32 0, i32 0), i32 0) nounwind ; <i32> [#uses=0]
|
2009-06-30-RegScavengerAssert4.ll | 3 @r = external global i32 ; <i32*> [#uses=1] 4 @qr = external global i32 ; <i32*> [#uses=1] 5 @II = external global i32* ; <i32**> [#uses=1] 6 @no_mis = external global i32 ; <i32*> [#uses=1] 7 @name1 = external global i8* ; <i8**> [#uses=1] 25 %0 = load i8** @name1, align 4 ; <i8*> [#uses=0] 36 %1 = getelementptr i8* %A, i32 0 ; <i8*> [#uses=1] 37 %2 = getelementptr i8* %B, i32 0 ; <i8*> [#uses=1] 42 %3 = load i32** @II, align 4 ; <i32*> [#uses=1] 43 %4 = load i32* @r, align 4 ; <i32> [#uses=1 [all...] |
extloadi1.ll | 2 @handler_installed.6144.b = external global i1 ; <i1*> [#uses=1] 6 %tmp8.b = load i1* @handler_installed.6144.b ; <i1> [#uses=1]
|
fnmul.ll | 7 %tmp2 = fsub double -0.000000e+00, %a ; <double> [#uses=1] 8 %tmp4 = fmul double %tmp2, %b ; <double> [#uses=1]
|
insn-sched1.ll | 6 %tmp = trunc i32 %x to i16 ; <i16> [#uses=1] 7 %tmp2 = call i32 @f( i32 1, i16 %tmp ) ; <i32> [#uses=1]
|
str_trunc.ll | 7 %tmp = trunc i32 %v to i16 ; <i16> [#uses=1] 13 %tmp = trunc i32 %v to i8 ; <i8> [#uses=1]
|
tls1.ll | 9 @i = thread_local global i32 15 ; <i32*> [#uses=2] 13 %tmp1 = load i32* @i ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
2002-04-16-StackFrameSizeAlignment.ll | 10 %V = alloca [256 x i32], i32 256 ; <[256 x i32]*> [#uses=1] 11 call i32 @SIM( i8* null, i8* null, i32 0, i32 0, i32 0, [256 x i32]* %V, i32 0, i32 0, i32 2 ) ; <i32>:0 [#uses=0]
|
2003-05-30-BadFoldGEP.ll | 20 @OutputFiles = external global [16 x %FileType] ; <[16 x %FileType]*> [#uses=1] 21 @Output = internal global %FileType* null ; <%FileType**> [#uses=1] 25 %tmp.0 = load %FileType** @Output ; <%FileType*> [#uses=1] 26 %tmp.4 = getelementptr %FileType* %tmp.0, i64 1 ; <%FileType*> [#uses=1] 27 %addrOfGlobal = getelementptr [16 x %FileType]* @OutputFiles, i64 0 ; <[16 x %FileType]*> [#uses=1] 28 %constantGEP = getelementptr [16 x %FileType]* %addrOfGlobal, i64 1 ; <[16 x %FileType]*> [#uses=1] 29 %constantGEP.upgrd.1 = getelementptr [16 x %FileType]* %constantGEP, i64 0, i64 0 ; <%FileType*> [#uses=1] 30 %tmp.10 = icmp eq %FileType* %tmp.4, %constantGEP.upgrd.1 ; <i1> [#uses=1]
|
2003-07-06-BadIntCmp.ll | 15 @.str_1 = internal constant [6 x i8] c"true\0A\00" ; <[6 x i8]*> [#uses=1] 16 @.str_2 = internal constant [7 x i8] c"false\0A\00" ; <[7 x i8]*> [#uses=1] 27 %tmp.2 = mul i32 %x.1, %x.1 ; <i32> [#uses=1] 28 %tmp.5 = mul i32 %y.1, %y.1 ; <i32> [#uses=1] 29 %tmp.6 = add i32 %tmp.2, %tmp.5 ; <i32> [#uses=1] 30 %tmp.8 = icmp sle i32 %tmp.6, 4194304 ; <i1> [#uses=1] 34 %tmp.11 = call i32 (i8*, ...)* @printf( i8* getelementptr ([6 x i8]* @.str_1, i64 0, i64 0) ) ; <i32> [#uses=0] 38 %tmp.13 = call i32 (i8*, ...)* @printf( i8* getelementptr ([7 x i8]* @.str_2, i64 0, i64 0) ) ; <i32> [#uses=0]
|
2006-10-27-CondFolding.ll | 5 %tmp = icmp eq i32 %gather_statistics, 0 ; <i1> [#uses=1] 9 %bothcond = and i1 false, %tmp ; <i1> [#uses=1]
|
2007-05-03-EHTypeInfo.ll | 4 @program_error = external global %struct.exception ; <%struct.exception*> [#uses=1] 8 %eh_typeid = tail call i32 @llvm.eh.typeid.for.i32( i8* getelementptr (%struct.exception* @program_error, i32 0, i32 0) ) ; <i32> [#uses=0]
|
2009-03-17-LSR-APInt.ll | 33 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0] 34 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific ; <i8* (i32)*> [#uses=0] 35 @_ZL27__gthrw_pthread_setspecificjPKv = alias weak i32 (i32, i8*)* @pthread_setspecific ; <i32 (i32, i8*)*> [#uses=0] 36 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create ; <i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)*> [#uses=0] 37 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel ; <i32 (i64)*> [#uses=0] 38 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 39 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 40 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 41 @_ZL26__gthrw_pthread_mutex_initP15pthread_mutex_tPK19pthread_mutexattr_t = alias weak i32 (%struct.pthread_mutex_t*, %struct.Alignment*)* @pthread_mutex_init ; <i32 (%struct.pthread_mutex_t*, %struct.Alignment*)*> [#uses=0] 42 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)*> [#uses=0 [all...] |