HomeSort by relevance Sort by last modified time
    Searched full:load (Results 276 - 300 of 12660) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
vec_fpext.ll 6 ; TODO: We should be able to generate cvtps2pd for the load.
10 %0 = load <2 x float>* %in, align 8
vec_loadsingles.ll 5 %tmp1 = load float* %p
8 %tmp5 = load float* %add.ptr
widen_arith-1.ll 19 %tmp = load i32* %i ; <i32> [#uses=1]
20 %tmp1 = load i32* %n.addr ; <i32> [#uses=1]
25 %tmp2 = load i32* %i ; <i32> [#uses=1]
26 %tmp3 = load <3 x i8>** %dst.addr ; <<3 x i8>*> [#uses=1]
28 %tmp4 = load i32* %i ; <i32> [#uses=1]
29 %tmp5 = load <3 x i8>** %src.addr ; <<3 x i8>*> [#uses=1]
31 %tmp7 = load <3 x i8>* %arrayidx6 ; <<3 x i8>> [#uses=1]
37 %tmp8 = load i32* %i ; <i32> [#uses=1]
regpressure.ll 11 %A = load i32* %P ; <i32> [#uses=1]
13 %B = load i32* %Bp ; <i32> [#uses=1]
16 %C = load i32* %Cp ; <i32> [#uses=1]
19 %D = load i32* %Dp ; <i32> [#uses=1]
22 %E = load i32* %Ep ; <i32> [#uses=1]
25 %F = load i32* %Fp ; <i32> [#uses=1]
28 %G = load i32* %Gp ; <i32> [#uses=1]
31 %H = load i32* %Hp ; <i32> [#uses=1]
34 %I = load i32* %Ip ; <i32> [#uses=1]
37 %J = load i32* %Jp ; <i32> [#uses=1
    [all...]
  /external/llvm/test/Transforms/ArgumentPromotion/
control-flow.ll 2 ; RUN: not grep {load i32\* null}
11 %X = load i32* %P ; <i32> [#uses=1]
  /external/llvm/test/Transforms/GVN/
load-constant-mem.ll 8 %A = load i32* %P
10 %B = load i32* %P
  /external/llvm/test/Transforms/GlobalOpt/
2004-10-10-CastStoreOnce.ll 7 %P = load i32** @G ; <i32*> [#uses=1]
8 %Q = load i32* %P ; <i32> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
2009-03-18-vector-ashr-crash.ll 6 %4 = load <4 x i16>* null, align 1 ; <<4 x i16>> [#uses=1]
8 %6 = load <4 x i16>** %3 ; <<4 x i16>*> [#uses=1]
align-addr.ll 35 ; When we see a unaligned load from an insufficiently aligned global or
36 ; alloca, increase the alignment of the load, turning it into an aligned load.
39 ; CHECK: tmp = load
46 %tmp = load <16 x i8>* bitcast ([4 x i32]* @GLOBAL to <16 x i8>*), align 1
50 ; When a load or store lacks an explicit alignment, add one.
53 ; CHECK: load double* %p, align 8
57 %t = load double* %p
pr12251.ll 5 %a = load i8* %x, align 1, !range !0
11 ; CHECK: %a = load i8* %x, align 1, !range !0
  /external/llvm/test/Transforms/LCSSA/
unreachable-use.ll 1 ; RUN: opt < %s -lcssa -S -verify-loop-info | grep {\[%\]tmp33 = load i1\\*\\* \[%\]tmp}
22 %tmp33 = load i1** %tmp, align 8
  /external/llvm/test/Transforms/Mem2Reg/
2005-06-30-ReadBeforeWrite.ll 17 %tmp.0 = load i32* %n_addr ; <i32> [#uses=1]
19 %tmp.2 = load i32* %i ; <i32> [#uses=1]
24 %tmp.5 = load i32* %undef ; <i32> [#uses=1]
27 %tmp.6 = load i32* %i ; <i32> [#uses=1]
32 %tmp.9 = load i8** %p_addr ; <i8*> [#uses=1]
33 %tmp.10 = load i32* %i ; <i32> [#uses=1]
36 %tmp.13 = load i32* %out ; <i32> [#uses=1]
41 %tmp.15 = load i32* %i ; <i32> [#uses=1]
  /external/llvm/test/Transforms/SCCP/
apint-bigarray.ll 14 %Z = load i10000* %Y
21 %Z = load i10000* %Y
apint-ipsccp3.ll 8 %X = load i66* @G
14 %V = load i66* @G
  /external/llvm/test/Transforms/ScalarRepl/
sroa-fca.ll 9 %Q = load i64* %X
18 %Q = load {i32,i32}* %Y
  /external/llvm/test/Transforms/SimplifyCFG/
hoist-common-code.ll 9 %A = load i32* %Q ; <i32> [#uses=1]
14 %B = load i32* %Q ; <i32> [#uses=1]
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
platformplugin.pro 6 ## load mobilityconfig if mobility is available
7 load(mobilityconfig, true)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 39 bool InjectedBundle::load(APIObject* initializationUserData) function in class:WebKit::InjectedBundle
43 fprintf(stderr, "InjectedBundle::load failed - Could not consume bundle sandbox extension for [%s].\n", m_path.utf8().data());
52 fprintf(stderr, "InjectedBundle::load failed - Could not create the path string.\n");
58 fprintf(stderr, "InjectedBundle::load failed - Could not create the url from the path string.\n");
64 fprintf(stderr, "InjectedBundle::load failed - Could not create the bundle.\n");
69 fprintf(stderr, "InjectedBundle::load failed - Could not load the executable from the bundle.\n");
75 fprintf(stderr, "InjectedBundle::load failed - Could not find the initialize function in the bundle executable.\n");
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
gvn-nonlocal-type-mismatch.ll 5 ; GVN should ignore the store to p1 to see that the load from p is
20 %t = load i32* %p, !tbaa !1
28 ; GVN should ignore the store to p1 to see that the first load from p is
29 ; fully redundant. However, the second load uses a different type. Theoretically
35 ; CHECK: %t = load i32* %p
39 ; CHECK: %u = load i32* %p
49 %t = load i32* %p, !tbaa !4
54 %u = load i32* %p, !tbaa !3
64 ; CHECK: %t = load i32* %p
77 %t = load i32* %p, !tbaa !
    [all...]
  /external/llvm/test/ExecutionEngine/
test-common-symbols.ll 35 %0 = load i32* @zero_int, align 4
40 %1 = load double* @zero_double, align 8
45 %2 = load i32* @zero_int, align 4
57 %3 = load i32* %i, align 4
62 %4 = load i32* %i, align 4
66 %5 = load i32* %arrayidx6, align 4
67 %6 = load i32* %i, align 4
70 %7 = load i32* %arrayidx8, align 4
72 %8 = load i32* %i, align 4
79 %9 = load i32* %i, align
    [all...]
  /external/llvm/test/CodeGen/ARM/
vceq.ll 6 %tmp1 = load <8 x i8>* %A
7 %tmp2 = load <8 x i8>* %B
16 %tmp1 = load <4 x i16>* %A
17 %tmp2 = load <4 x i16>* %B
26 %tmp1 = load <2 x i32>* %A
27 %tmp2 = load <2 x i32>* %B
36 %tmp1 = load <2 x float>* %A
37 %tmp2 = load <2 x float>* %B
46 %tmp1 = load <16 x i8>* %A
47 %tmp2 = load <16 x i8>* %
    [all...]
vqshl.ll 6 %tmp1 = load <8 x i8>* %A
7 %tmp2 = load <8 x i8>* %B
15 %tmp1 = load <4 x i16>* %A
16 %tmp2 = load <4 x i16>* %B
24 %tmp1 = load <2 x i32>* %A
25 %tmp2 = load <2 x i32>* %B
33 %tmp1 = load <1 x i64>* %A
34 %tmp2 = load <1 x i64>* %B
42 %tmp1 = load <8 x i8>* %A
43 %tmp2 = load <8 x i8>* %
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
2009-04-14-shorten_iv_vars.ll 18 %0 = load i32** @a, align 8 ; <i32*> [#uses=1]
19 %1 = load i32** @b, align 8 ; <i32*> [#uses=1]
22 %4 = load i32* %3, align 1 ; <i32> [#uses=1]
23 %5 = load i32** @c, align 8 ; <i32*> [#uses=1]
26 %8 = load i32* %7, align 1 ; <i32> [#uses=1]
31 %12 = load i32** @a, align 8 ; <i32*> [#uses=1]
33 %14 = load i32** @b, align 8 ; <i32*> [#uses=1]
37 %18 = load i32* %17, align 1 ; <i32> [#uses=1]
38 %19 = load i32** @c, align 8 ; <i32*> [#uses=1]
42 %23 = load i32* %22, align 1 ; <i32> [#uses=1
    [all...]
  /external/llvm/test/Transforms/BBVectorize/
simple-ldstr.ll 8 %i0 = load double* %a, align 8
9 %i1 = load double* %b, align 8
12 %i3 = load double* %arrayidx3, align 8
14 %i4 = load double* %arrayidx4, align 8
23 ; CHECK: %i0 = load <2 x double>* %i0.v.i0, align 8
24 ; CHECK: %i1 = load <2 x double>* %i1.v.i0, align 8
36 %i0f = load float* %a, align 4
38 %i1f = load float* %b, align 4
42 %i3f = load float* %arrayidx3, align 4
45 %i4f = load float* %arrayidx4, align
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ServiceLoaderTest.java 72 ServiceLoader<Service> serviceLoader = ServiceLoader.load(
96 Iterator itr = ServiceLoader.load(Service.class, ucl).iterator();
108 itr = ServiceLoader.load(ServiceForWrongNameTest.class, ucl).iterator();
124 itr = ServiceLoader.load(null).iterator();
127 itr = ServiceLoader.load(null, null).iterator();
130 itr = ServiceLoader.load(null, ClassLoader.getSystemClassLoader())
134 itr = ServiceLoader.load(Service.class, null).iterator();
177 * @tests {@link java.util.ServiceLoader#load(java.lang.Class, java.lang.ClassLoader)}.
184 ServiceLoader serviceLoader = ServiceLoader.load(Service.class, ucl);
192 serviceLoader = ServiceLoader.load(ServiceFinalClass.class, ucl)
    [all...]

Completed in 541 milliseconds

<<11121314151617181920>>