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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
inline-asm-sp-clobber-memcpy.ll 1 ; RUN: llc < %s -force-align-stack -mtriple i386-apple-darwin -mcpu=i486 | FileCheck %s
5 declare void @bar(i8* nocapture, %struct.foo* align 4 byval) nounwind
10 call void @bar(i8* %z, %struct.foo* align 4 byval %x)
inline-asm-stack-realign.ll 11 %r = alloca i32, align 16
12 store i32 -1, i32* %r, align 16
14 %0 = load i32* %r, align 16
inline-asm-stack-realign2.ll 11 %r = alloca i32, align 16
12 store i32 -1, i32* %r, align 16
14 %0 = load i32* %r, align 16
nancvt.ll 13 @dnan = constant [3 x i64] [ i64 9223235251041752696, i64 9223235251041752697, i64 9223235250773317239 ], align 8 ; <[3 x i64]*> [#uses=1]
15 @dsnan = constant [3 x i64] [ i64 9220983451228067448, i64 9220983451228067449, i64 9220983450959631991 ], align 8 ; <[3 x i64]*> [#uses=1]
23 %retval = alloca i32, align 4 ; <i32*> [#uses=1]
24 %i = alloca i32, align 4 ; <i32*> [#uses=20]
25 %uf = alloca %struct..0anon, align 4 ; <%struct..0anon*> [#uses=8]
26 %ud = alloca %struct..1anon, align 8 ; <%struct..1anon*> [#uses=10]
28 store i32 0, i32* %i, align 4
32 %tmp = load i32* %i, align 4 ; <i32> [#uses=1]
34 %tmp2 = load i32* %tmp1, align 4 ; <i32> [#uses=1]
37 store i32 %tmp2, i32* %tmp34, align
    [all...]
x86-64-gv-offset.ll 4 @X = global %struct.x { float 1.000000e+00, double 2.000000e+00 }, align 16 ; <%struct.x*> [#uses=2]
8 %tmp2 = load float* getelementptr (%struct.x* @X, i32 0, i32 0), align 16 ; <float> [#uses=1]
9 %tmp4 = load double* getelementptr (%struct.x* @X, i32 0, i32 1), align 8 ; <double> [#uses=1]
  /external/llvm/test/Instrumentation/AddressSanitizer/
global_metadata.ll 7 @global = global i32 0, align 4
8 @dyn_init_global = global i32 0, align 4
9 @blacklisted_global = global i32 0, align 4
10 @_ZZ4funcvE10static_var = internal global i32 0, align 4
11 @.str = private unnamed_addr constant [14 x i8] c"Hello, world!\00", align 1
15 @.str1 = private unnamed_addr constant [22 x i8] c"/tmp/asan-globals.cpp\00", align 1
22 ; CHECK: @global = global { i32, [60 x i8] } zeroinitializer, align 32
23 ; CHECK: @.str = internal unnamed_addr constant { [14 x i8], [50 x i8] } { [14 x i8] c"Hello, world!\00", [50 x i8] zeroinitializer }, align 32
32 %0 = load i32* @global, align 4
33 store i32 %0, i32* @dyn_init_global, align
    [all...]
  /external/llvm/test/Transforms/DeadStoreElimination/
atomic.ll 10 @x = common global i32 0, align 4
11 @y = common global i32 0, align 4
22 store atomic i32 0, i32* @y unordered, align 4
34 %x = load atomic i32* @y seq_cst, align 4
46 store atomic i32 2, i32* @y seq_cst, align 4
57 store atomic i32 0, i32* @x unordered, align 4
68 store atomic i32 1, i32* @x unordered, align 4
78 %x = load atomic i32* @x unordered, align 4
79 store atomic i32 %x, i32* @x unordered, align 4
90 store atomic i32 0, i32* %a seq_cst, align
    [all...]
  /external/llvm/test/Transforms/DebugIR/
crash.ll 5 @.str = private unnamed_addr constant [18 x i8] c"Hello, segfault!\0A\00", align 1
6 @.str1 = private unnamed_addr constant [14 x i8] c"Now crash %d\0A\00", align 1
10 %1 = alloca i32, align 4 ;CHECK: !dbg
11 %2 = alloca i32, align 4 ;CHECK-NEXT: !dbg
12 %3 = alloca i8**, align 8 ;CHECK-NEXT: !dbg
13 %null_ptr = alloca i32*, align 8 ;CHECK-NEXT: !dbg
15 store i32 %argc, i32* %2, align 4 ;CHECK-NEXT: !dbg
16 store i8** %argv, i8*** %3, align 8 ;CHECK-NEXT: !dbg
17 store i32* null, i32** %null_ptr, align 8 ;CHECK-NEXT: !dbg
19 %5 = load i32** %null_ptr, align 8 ;CHECK-NEXT: !db
    [all...]
  /external/llvm/test/Transforms/GlobalOpt/
atomic.ll 11 %0 = load atomic i8* bitcast (i64* @GV1 to i8*) acquire, align 8
18 store atomic i32 10, i32* @GV2 seq_cst, align 4
23 %atomic-load = load atomic i32* @GV2 seq_cst, align 4
  /external/llvm/test/Transforms/InstCombine/
2009-01-19-fmod-constant-float.ll 16 store float %2, float* %0, align 4
17 %3 = load float* %0, align 4 ; <float> [#uses=1]
18 store float %3, float* %retval, align 4
33 store float %2, float* %0, align 4
34 %3 = load float* %0, align 4 ; <float> [#uses=1]
35 store float %3, float* %retval, align 4
50 store float %2, float* %0, align 4
51 %3 = load float* %0, align 4 ; <float> [#uses=1]
52 store float %3, float* %retval, align 4
67 store float %2, float* %0, align
    [all...]
  /external/llvm/test/Transforms/LICM/
2011-07-06-Alignment.ll 3 @A = common global [1024 x float] zeroinitializer, align 4
13 store <4 x float> zeroinitializer, <4 x float>* %vecidx, align 4
25 ;CHECK: store <4 x float> {{.*}} align 4
  /external/llvm/test/Transforms/SLPVectorizer/X86/
metadata.ll 15 %i0 = load double* %a, align 8, !tbaa !4
16 %i1 = load double* %b, align 8, !tbaa !4
19 %i3 = load double* %arrayidx3, align 8, !tbaa !4
21 %i4 = load double* %arrayidx4, align 8, !tbaa !4
23 store double %mul, double* %c, align 8, !tbaa !4
25 store double %mul5, double* %arrayidx5, align 8, !tbaa !4
38 %i0 = load double* %a, align 8, !tbaa !4
39 %i1 = load double* %b, align 8, !tbaa !4
42 %i3 = load double* %arrayidx3, align 8, !tbaa !4
44 %i4 = load double* %arrayidx4, align 8, !tbaa !
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
event.html 43 ALIGN="center"
49 ALIGN="left"
58 ALIGN="center"
63 ALIGN="right"
73 ALIGN="LEFT"
155 ALIGN="LEFT"
165 ALIGN="left"
174 ALIGN="center"
183 ALIGN="right"
194 ALIGN="left
    [all...]
guideaboutsdldoc.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
87 ALIGN="LEFT"
97 ALIGN="left"
106 ALIGN="center"
115 ALIGN="right"
126 ALIGN="left
    [all...]
guideaudioexamples.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
167 ALIGN="LEFT"
177 ALIGN="left"
186 ALIGN="center"
195 ALIGN="right"
206 ALIGN="left
    [all...]
guidecredits.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
134 ALIGN="LEFT"
144 ALIGN="left"
153 ALIGN="center"
162 ALIGN="right"
173 ALIGN="left
    [all...]
guideexamples.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
127 ALIGN="LEFT"
137 ALIGN="left"
146 ALIGN="center"
155 ALIGN="right"
166 ALIGN="left
    [all...]
guidepreface.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
117 ALIGN="LEFT"
127 ALIGN="left"
136 ALIGN="center"
145 ALIGN="right"
156 ALIGN="left
    [all...]
guidethebasics.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
112 ALIGN="LEFT"
122 ALIGN="left"
131 ALIGN="center"
140 ALIGN="right"
151 ALIGN="left
    [all...]
reference.html 36 ALIGN="center"
42 ALIGN="left"
51 ALIGN="center"
56 ALIGN="right"
66 ALIGN="LEFT"
137 ALIGN="LEFT"
147 ALIGN="left"
156 ALIGN="center"
165 ALIGN="right"
176 ALIGN="left
    [all...]
sdlcdclose.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
156 ALIGN="LEFT"
166 ALIGN="left"
175 ALIGN="center"
184 ALIGN="right"
195 ALIGN="left
    [all...]
sdlcdeject.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
165 ALIGN="LEFT"
175 ALIGN="left"
184 ALIGN="center"
193 ALIGN="right"
204 ALIGN="left
    [all...]
sdlcdname.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
178 ALIGN="LEFT"
188 ALIGN="left"
197 ALIGN="center"
206 ALIGN="right"
217 ALIGN="left
    [all...]
sdlcdnumdrives.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
144 ALIGN="LEFT"
154 ALIGN="left"
163 ALIGN="center"
172 ALIGN="right"
183 ALIGN="left
    [all...]
sdlcdpause.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
172 ALIGN="LEFT"
182 ALIGN="left"
191 ALIGN="center"
200 ALIGN="right"
211 ALIGN="left
    [all...]

Completed in 740 milliseconds

<<21222324252627282930>>