HomeSort by relevance Sort by last modified time
    Searched full:align (Results 576 - 600 of 12436) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/ARM/
fast-isel-load-store-verify.ll 10 @a = global i8 1, align 1
11 @b = global i16 2, align 2
12 @c = global i32 4, align 4
20 %1 = load i8* @a, align 1
29 %1 = load i16* @b, align 2
38 %1 = load i32* @c, align 4
50 store i8 %1, i8* @a, align 1
59 store i16 %1, i16* @b, align 2
68 store i32 %1, i32* @c, align 4
unaligned_load_store_vector.ll 3 ;ALIGN = 1
14 %v1 = load <8 x i8>* %vi, align 1
16 store <8 x i8> %v1, <8 x i8>* %vo, align 1
21 ;ALIGN = 1
32 %v1 = load <4 x i16>* %vi, align 1
34 store <4 x i16> %v1, <4 x i16>* %vo, align 1
39 ;ALIGN = 1
50 %v1 = load <2 x i32>* %vi, align 1
52 store <2 x i32> %v1, <2 x i32>* %vo, align 1
57 ;ALIGN =
    [all...]
2012-04-02-TwoAddrInstrCrash.ll 6 define arm_aapcs_vfpcc void @foo() nounwind align 2 {
12 store <4 x float> zeroinitializer, <4 x float>* undef, align 16
13 store <4 x float> zeroinitializer, <4 x float>* undef, align 16
14 store <4 x float> %3, <4 x float>* undef, align 16
16 store <4 x float> %4, <4 x float>* undef, align 16
  /external/llvm/test/CodeGen/Hexagon/
cext-valid-packet2.ll 13 %0 = load i32* %a, align 4
16 store i32 %add1, i32* %arrayidx2, align 4
17 %1 = load i32* %b, align 4
20 store i32 %add4, i32* %arrayidx5, align 4
22 %2 = load i32* %arrayidx7, align 4
28 %3 = load i32* %arrayidx8, align 4
30 %4 = load i32* %arrayidx9, align 4
33 store i32 %sub, i32* %arrayidx10, align 4
38 store i32 %add, i32* %arrayidx11, align 4
  /external/llvm/test/CodeGen/Mips/
lcb3c.ll 3 @i = global i32 0, align 4
4 @j = common global i32 0, align 4
5 @k = common global i32 0, align 4
10 %0 = load i32* @i, align 4
15 store i32 0, i32* @i, align 4
20 store i32 1, i32* @i, align 4
33 %0 = load i32* @i, align 4
38 store i32 0, i32* @i, align 4
43 store i32 1, i32* @i, align 4
ctlz.ll 3 @x = global i32 28912, align 4
4 @y = common global i32 0, align 4
10 %retval = alloca i32, align 4
12 %0 = load i32* @x, align 4
14 store i32 %1, i32* @y, align 4
  /external/llvm/test/CodeGen/X86/
2009-11-16-MachineLICM.ll 4 @g = common global [4 x float] zeroinitializer, align 16 ; <[4 x float]*> [#uses=4]
28 %1 = load float* getelementptr inbounds ([4 x float]* @g, i64 0, i64 0), align 16 ; <float> [#uses=1]
29 store float %1, float* %x_addr.03, align 4
30 %2 = load float* getelementptr inbounds ([4 x float]* @g, i64 0, i64 1), align 4 ; <float> [#uses=1]
31 store float %2, float* %scevgep, align 4
32 %3 = load float* getelementptr inbounds ([4 x float]* @g, i64 0, i64 2), align 8 ; <float> [#uses=1]
33 store float %3, float* %scevgep12, align 4
34 %4 = load float* getelementptr inbounds ([4 x float]* @g, i64 0, i64 3), align 4 ; <float> [#uses=1]
35 store float %4, float* %scevgep14, align 4
misched-matrix.ll 97 %tmp = load i32* %arrayidx8, align 4
99 %tmp1 = load i32* %arrayidx12, align 4
101 %tmp2 = load i32* %arrayidx8.1, align 4
103 %tmp3 = load i32* %arrayidx12.1, align 4
105 %tmp4 = load i32* %arrayidx8.2, align 4
107 %tmp5 = load i32* %arrayidx12.2, align 4
109 %tmp6 = load i32* %arrayidx8.3, align 4
111 %tmp8 = load i32* %arrayidx8, align 4
113 %tmp9 = load i32* %arrayidx12.137, align 4
114 %tmp10 = load i32* %arrayidx8.1, align
    [all...]
  /external/llvm/test/Instrumentation/AddressSanitizer/
stack_layout.ll 20 %XXX = alloca [10 x i8], align 1
21 %YYY = alloca [20 x i8], align 1
22 %ZZZ = alloca [30 x i8], align 1
32 %AAA = alloca [5 x i8], align 1
33 %BBB = alloca [55 x i8], align 1
34 %CCC = alloca [555 x i8], align 1
45 %AAA = alloca [128 x i8], align 16
46 %BBB = alloca [128 x i8], align 64
47 %CCC = alloca [128 x i8], align 256
  /external/llvm/test/Transforms/BBVectorize/X86/
simple-ldstr.ll 7 %i0 = load double* %a, align 8
8 %i1 = load double* %b, align 8
11 %i3 = load double* %arrayidx3, align 8
13 %i4 = load double* %arrayidx4, align 8
15 store double %mul, double* %c, align 8
17 store double %mul5, double* %arrayidx5, align 8
22 ; CHECK: %i0 = load <2 x double>* %i0.v.i0, align 8
23 ; CHECK: %i1 = load <2 x double>* %i1.v.i0, align 8
26 ; CHECK: store <2 x double> %mul, <2 x double>* %0, align 8
  /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]
30 store i32 %9, i32* %11, align 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
    [all...]
  /external/llvm/test/Transforms/LICM/
hoist-invariant-load.ll 4 @"\01L_OBJC_METH_VAR_NAME_" = internal global [4 x i8] c"foo\00", section "__TEXT,__objc_methname,cstring_literals", align 1
11 %x.addr = alloca i8*, align 8
12 %i = alloca i32, align 4
13 store i8* %x, i8** %x.addr, align 8
14 store i32 0, i32* %i, align 4
18 %0 = load i32* %i, align 4
23 %1 = load i8** %x.addr, align 8
29 %3 = load i32* %i, align 4
31 store i32 %inc, i32* %i, align 4
  /external/llvm/test/Transforms/MergeFunc/
crash.ll 10 @g2 = external unnamed_addr constant [9 x i8], align 1
13 define internal i32 @func1(i32* %ptr, { i32, i32 }* nocapture %method) align 2 {
23 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
25 %2 = load i32* %1, align 4
29 define internal i8* @func29(i32* nocapture %this) align 2 {
33 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 {
37 define internal i32* @func34(%.qux.2585* nocapture %this) align 2 {
42 define internal i8* @func35(%.qux.2585* nocapture %this) align 2 {
44 %2 = load i8** %1, align 4
inttoptr.ll 10 @g2 = external unnamed_addr constant [9 x i8], align 1
13 define internal i32 @func1(i32* %ptr, { i32, i32 }* nocapture %method) align 2 {
24 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
27 %tmp1 = load i32* %tmp, align 4
31 define internal i8* @func29(i32* nocapture %this) align 2 {
36 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 {
41 define internal i32* @func34(%.qux.2585* nocapture %this) align 2 {
47 define internal i8* @func35(%.qux.2585* nocapture %this) align 2 {
54 %tmp1 = load i8** %tmp, align 4
  /external/llvm/test/Transforms/PhaseOrdering/
basic.ll 12 %retval = alloca i32, align 4
13 %i = alloca i8*, align 8
15 store i8* %call, i8** %i, align 8
16 %tmp = load i8** %i, align 8
18 %tmp1 = load i8** %i, align 8
35 store i32 %div, i32* %arrayidx, align 4
38 store i32 %add, i32* %arrayidx1, align 4
40 %0 = load i32* %arrayidx2, align 4
42 %1 = load i32* %arrayidx3, align 4
  /external/llvm/test/Transforms/SLPVectorizer/X86/
continue_vectorizing.ll 12 %i0 = load double* %a, align 8
13 %i1 = load double* %b, align 8
16 %i3 = load double* %arrayidx3, align 8
18 %i4 = load double* %arrayidx4, align 8
20 store double %mul, double* %c, align 8
22 store double %mul5, double* %arrayidx5, align 8
24 %1 = load <4 x i32>* %0, align 8
26 %3 = load <4 x i32>* %2, align 8
29 store <4 x i32> %4, <4 x i32>* %5, align 8
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlaudiospec.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
124 ALIGN="LEFT"
133 ALIGN="LEFT"
139 ALIGN="LEFT"
148 ALIGN="LEFT"
154 ALIGN="LEFT
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/6/changes/
jdiff_statistics.html 85 <TH ALIGN="center"><b>Additions</b></TH>
86 <TH ALIGN="center"><b>Changes</b></TH>
87 <TH ALIGN="center">Removals</TH>
88 <TH ALIGN="center"><b>Total</b></TH>
92 <TD ALIGN="right">0</TD>
93 <TD ALIGN="right">4</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">4</TD>
99 <TD ALIGN="right">0</TD>
100 <TD ALIGN="right">4</TD
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 31 vertical-align:middle;
54 vertical-align: top;
73 text-align: center;
84 vertical-align: top;
101 text-align: left;
102 vertical-align: top;
116 vertical-align: top;
117 text-align: center;
121 text-align: left;
125 text-align: center
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_version.css 28 text-align: end;
29 vertical-align: top;
40 text-align: right;
46 text-align: right;
51 text-align: right;
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.css 29 vertical-align: middle;
35 text-align: center;
36 vertical-align: middle;
50 text-align: center;
55 text-align: left;
  /external/clang/test/CodeGenCXX/
attr.cpp 5 // CHECK: define i32 @_Z3foov() [[NUW:#[0-9]+]] align 1024
16 // CHECK: define void @_ZN1C4bar1Ev(%class.C* %this) unnamed_addr [[NUW]] align 2
19 // CHECK: define void @_ZN1C4bar2Ev(%class.C* %this) unnamed_addr [[NUW]] align 2
22 // CHECK: define void @_ZN1C4bar3Ev(%class.C* %this) unnamed_addr [[NUW]] align 1024
25 // CHECK: define void @_ZN1C4bar4Ev(%class.C* %this) [[NUW]] align 1024
  /external/llvm/test/CodeGen/ARM/Windows/
chkstk-movw-movt-isel.ll 10 %i.addr = alloca i32, align 4
11 %buffer = alloca [4096 x i8], align 1
12 store i32 %i, i32* %i.addr, align 4
13 %0 = load i32* %i.addr, align 4
16 %1 = load volatile i8* %arrayidx, align 1
  /external/llvm/test/CodeGen/PowerPC/
fast-isel-conversion-p5.ll 8 %b.addr = alloca double, align 8
13 store double %conv, double* %b.addr, align 8
20 %b.addr = alloca double, align 8
25 store double %conv, double* %b.addr, align 8
32 %b.addr = alloca double, align 8
38 store double %conv, double* %b.addr, align 8
45 %b.addr = alloca double, align 8
51 store double %conv, double* %b.addr, align 8
60 %b.addr = alloca i32, align 4
65 store i32 %conv, i32* %b.addr, align
    [all...]
float-asmprint.ll 7 @var128 = global fp128 0xL00000000000000008000000000000000, align 16
8 @varppc128 = global ppc_fp128 0xM80000000000000000000000000000000, align 16
9 @var64 = global double -0.0, align 8
10 @var32 = global float -0.0, align 4
11 @var16 = global half -0.0, align 2

Completed in 402 milliseconds

<<21222324252627282930>>