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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/Mips/
brconlt.ll 3 @i = global i32 5, align 4
4 @j = global i32 10, align 4
5 @k = global i32 5, align 4
6 @result = global i32 0, align 4
10 %0 = load i32* @j, align 4
11 %1 = load i32* @i, align 4
20 store i32 1, i32* @result, align 4
mulull.ll 3 @iiii = global i64 5, align 8
4 @jjjj = global i64 6, align 8
5 @kkkk = common global i64 0, align 8
6 @.str = private unnamed_addr constant [20 x i8] c"%lld * %lld = %lld\0A\00", align 1
10 %0 = load i64* @iiii, align 8
11 %1 = load i64* @jjjj, align 8
13 store i64 %mul, i64* @kkkk, align 8
sb1.ll 3 @i = global i32 97, align 4
4 @c = common global i8 0, align 1
5 @.str = private unnamed_addr constant [8 x i8] c"%i %c \0A\00", align 1
9 %0 = load i32* @i, align 4
11 store i8 %conv, i8* @c, align 1
12 %1 = load i32* @i, align 4
13 %2 = load i8* @c, align 1
sh1.ll 3 @i = global i32 97, align 4
4 @s = common global i16 0, align 2
5 @.str = private unnamed_addr constant [9 x i8] c"%i %hi \0A\00", align 1
9 %0 = load i32* @i, align 4
11 store i16 %conv, i16* @s, align 2
12 %1 = load i32* @i, align 4
13 %2 = load i16* @s, align 2
sll2.ll 3 @i = global i32 10, align 4
4 @j = global i32 4, align 4
5 @.str = private unnamed_addr constant [5 x i8] c"%i \0A\00", align 1
9 %0 = load i32* @i, align 4
10 %1 = load i32* @j, align 4
13 store i32 %shl, i32* @i, align 4
14 %2 = load i32* @j, align 4
  /external/llvm/test/CodeGen/PowerPC/
ppcf128-1.ll 10 %retval = alloca ppc_fp128, align 16 ; <ppc_fp128*> [#uses=2]
11 %tmp = alloca ppc_fp128, align 16 ; <ppc_fp128*> [#uses=2]
15 %tmp1 = load ppc_fp128* %x_addr, align 16 ; <ppc_fp128> [#uses=1]
16 %tmp2 = load ppc_fp128* %y_addr, align 16 ; <ppc_fp128> [#uses=1]
18 store ppc_fp128 %tmp3, ppc_fp128* %tmp, align 16
19 %tmp4 = load ppc_fp128* %tmp, align 16 ; <ppc_fp128> [#uses=1]
20 store ppc_fp128 %tmp4, ppc_fp128* %retval, align 16
32 %retval = alloca ppc_fp128, align 16 ; <ppc_fp128*> [#uses=2]
33 %tmp = alloca ppc_fp128, align 16 ; <ppc_fp128*> [#uses=2]
37 %tmp1 = load ppc_fp128* %x_addr, align 16 ; <ppc_fp128> [#uses=1
    [all...]
return-val-i128.ll 6 %retval = alloca i128, align 16 ; <i128*> [#uses=2]
7 %tmp = alloca i128, align 16 ; <i128*> [#uses=3]
10 %tmp1 = load float* %a_addr, align 4 ; <float> [#uses=1]
16 %tmp4 = load float* %a_addr, align 4 ; <float> [#uses=1]
20 store i128 %tmp7, i128* %tmp, align 16
23 %tmp9 = load float* %a_addr, align 4 ; <float> [#uses=1]
25 store i128 %tmp10, i128* %tmp, align 16
28 %tmp12 = load i128* %tmp, align 16 ; <i128> [#uses=1]
29 store i128 %tmp12, i128* %retval, align 16
  /external/llvm/test/CodeGen/X86/
2010-02-11-NonTemporal.ll 10 %n1 = alloca i32*, align 8
11 %i = alloca i32, align 4
12 %"$LCS_0" = alloca i64, align 8
13 %"$LCS_S2" = alloca <2 x double>, align 16
14 %r9 = load <2 x double>* %"$LCS_S2", align 8
15 %r10 = load i64* %"$LCS_0", align 8
17 store <2 x double> %r9, <2 x double>* %r11, align 16, !nontemporal !0
small-byval-memcpy.ll 4 define void @ccosl({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 }* byval align 4 %z) nounwind {
8 %tmp2 = load x86_fp80* %tmp1, align 16 ; <x86_fp80> [#uses=1]
13 %tmp7 = load x86_fp80* %tmp6, align 16 ; <x86_fp80> [#uses=1]
14 store x86_fp80 %tmp3, x86_fp80* %real, align 16
15 store x86_fp80 %tmp7, x86_fp80* %tmp4, align 16
16 call void @ccoshl( { x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 }* byval align 4 %iz ) nounwind
20 declare void @ccoshl({ x86_fp80, x86_fp80 }* noalias sret , { x86_fp80, x86_fp80 }* byval align 4 ) nounwind
dynamic-allocas-VLAs.ll 2 ; RUN: llc < %s -mcpu=generic -force-align-stack -stack-alignment=32 -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s -check-prefix=FORCE-ALIGN
8 %a = alloca i32, align 4
10 %0 = load i32* %a, align 4
27 %a = alloca i32, align 4
28 %v = alloca <8 x float>, align 32
30 %0 = load i32* %a, align 4
53 %a = alloca i32, align 4
54 %vla = alloca i32, i64 %sz, align 16
56 %0 = load i32* %a, align
    [all...]
fast-isel-avoid-unnecessary-pic-base.ll 12 %x.addr = alloca i32, align 4
13 %y.addr = alloca i32, align 4
14 %z.addr = alloca i32, align 4
15 store i32 %x, i32* %x.addr, align 4
16 store i32 %y, i32* %y.addr, align 4
17 store i32 %z, i32* %z.addr, align 4
18 %tmp = load i32* %x.addr, align 4
19 %tmp1 = load i32* %y.addr, align 4
21 %tmp2 = load i32* %z.addr, align 4
jump_tables.ll 78 ; SINGLE-DAG: .align 8, 0x90
83 ; SINGLE-DAG: .align 8, 0x90
88 ; SINGLE-DAG: .align 8, 0x90
93 ; SINGLE-DAG: .align 8, 0x90
98 ; SINGLE-DAG: .align 8, 0x90
103 ; SINGLE-DAG: .align 8, 0x90
108 ; SINGLE-DAG: .align 8, 0x90
113 ; SINGLE-DAG: .align 8, 0x90
118 ; SINGLE-DAG: .align 8, 0x90
123 ; SINGLE-DAG: .align 8, 0x9
    [all...]
pmovsx-inreg.ll 9 %wide.load35 = load <2 x i8>* %in, align 1
11 store <2 x i64> zeroinitializer, <2 x i64>* undef, align 8
12 store <2 x i64> %sext, <2 x i64>* %out, align 8
26 %wide.load35 = load <4 x i8>* %in, align 1
28 store <4 x i64> zeroinitializer, <4 x i64>* undef, align 8
29 store <4 x i64> %sext, <4 x i64>* %out, align 8
37 %wide.load35 = load <4 x i8>* %in, align 1
39 store <4 x i32> zeroinitializer, <4 x i32>* undef, align 8
40 store <4 x i32> %sext, <4 x i32>* %out, align 8
54 %wide.load35 = load <8 x i8>* %in, align
    [all...]
  /external/llvm/test/ExecutionEngine/MCJIT/
test-common-symbols-alignment.ll 6 @CS1 = common global i32 0, align 16
7 @CS2 = common global i8 0, align 1
8 @CS3 = common global i32 0, align 16
12 %retval = alloca i32, align 4
13 %ptr = alloca i32, align 4
15 store i32 ptrtoint (i32* @CS3 to i32), i32* %ptr, align 4
16 %0 = load i32* %ptr, align 4
  /external/llvm/test/Transforms/GVN/
invariant-load.ll 6 ; CHECK: %x = load i32* %p, align 4, !invariant.load !0
9 %x = load i32* %p, align 4, !invariant.load !0
11 store i8 %conv, i8* %q, align 1
12 %y = load i32* %p, align 4, !invariant.load !0
22 %x = load i32* %p, align 4
24 store i8 %conv, i8* %q, align 1
25 %y = load i32* %p, align 4, !invariant.load !0
  /external/llvm/test/Transforms/InstCombine/
2012-09-17-ZeroSizedAlloca.ll 6 @x = global i8* null, align 8
7 @y = global i8* null, align 8
13 ; CHECK-NEXT: alloca [0 x i8], align 1024
17 %1 = alloca [0 x i8], align 1
18 %2 = alloca [0 x i8], align 1024
21 store i8* %3, i8** @x, align 8
22 store i8* %4, i8** @y, align 8
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlinit.html 39 ALIGN="center"
45 ALIGN="left"
54 ALIGN="center"
59 ALIGN="right"
69 ALIGN="LEFT"
142 ALIGN="LEFT"
149 ALIGN="LEFT"
158 ALIGN="LEFT"
165 ALIGN="LEFT"
174 ALIGN="LEFT
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/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">14</TD>
93 <TD ALIGN="right">57</TD>
94 <TD ALIGN="right">1</TD>
95 <TD ALIGN="right">72</TD>
99 <TD ALIGN="right">147</TD>
100 <TD ALIGN="right">360</TD
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-indexed-memory.ll 7 %tmp = load i64** %out, align 8
9 store i64 %spacing, i64* %tmp, align 4
10 store i64* %incdec.ptr, i64** %out, align 8
18 %tmp = load i32** %out, align 8
20 store i32 %spacing, i32* %tmp, align 4
21 store i32* %incdec.ptr, i32** %out, align 8
29 %tmp = load i16** %out, align 8
31 store i16 %spacing, i16* %tmp, align 4
32 store i16* %incdec.ptr, i16** %out, align 8
40 %tmp = load i8** %out, align
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
web-style.css 4 div.test b { display: block; float: left; width: 150px; text-align: right; margin-right: 10px; }
5 div.bar { float: left; width: 400px; border: 1px inset; text-align: left; }
8 body { font-family: Arial; font-size: 12px; background: url(gray-stripe.png); text-align: center; }
12 ol.results { text-align: left; display: none; font-size: 10px; margin-left: 120px; list-style: none; }
14 ol.results b { display: block; width: 200px; float: left; text-align: right; padding-right: 15px; }
15 #info, div.results { clear:both;width:420px;margin:10 auto;text-align:left; padding: 10px 10px 10px 110px; }
17 h1 { text-align: left; }
21 div.resultwrap { text-align: center; }
23 table.results td, table.results th.name { text-align: right; }
  /external/llvm/test/Analysis/ScalarEvolution/
2012-03-26-LoadConstant.ll 8 @func_21_l_773 = external global i32, align 4
9 @g_814 = external global i32, align 4
10 @g_244 = internal global [1 x [0 x i32]] zeroinitializer, align 4
18 store i32 0, i32* @g_814, align 4
22 %0 = load i32* @g_814, align 4
29 %1 = load i32* %arrayidx, align 1
30 store i32 %1, i32* @func_21_l_773, align 4
31 store i32 1, i32* @g_814, align 4
35 %2 = load i32* @func_21_l_773, align 4
  /external/llvm/test/Transforms/SLPVectorizer/X86/
consecutive-access.ll 5 @A = common global [2000 x double] zeroinitializer, align 16
6 @B = common global [2000 x double] zeroinitializer, align 16
7 @C = common global [2000 x float] zeroinitializer, align 16
8 @D = common global [2000 x float] zeroinitializer, align 16
19 %u.addr = alloca i32, align 4
20 store i32 %u, i32* %u.addr, align 4
24 %0 = load double* %arrayidx, align 8
26 %1 = load double* %arrayidx4, align 8
28 store double %add5, double* %arrayidx, align 8
32 %2 = load double* %arrayidx13, align
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/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">4</TD>
93 <TD ALIGN="right">39</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">43</TD>
99 <TD ALIGN="right">57</TD>
100 <TD ALIGN="right">211</TD
    [all...]
  /external/chromium_org/chrome/browser/resources/memory_internals/
extension_view.css 6 text-align: right;
11 text-align: left;
16 text-align: right;
  /external/clang/test/CodeGen/
powerpc_types.c 6 // SVR4-CHECK: va_list_size = global i32 12, align 4
8 // SVR4-CHECK: long_double_size = global i32 8, align 4
10 // SVR4-CHECK: double_size = global i32 8, align 4

Completed in 543 milliseconds

<<11121314151617181920>>