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

<<31323334353637383940>>

  /external/llvm/test/CodeGen/PowerPC/
dyn-alloca-aligned.ll 12 %vla = alloca i32, i64 %0, align 128
13 %vla1 = alloca i32, i64 %0, align 128
15 %1 = load i32* %a2, align 4
16 store i32 %1, i32* %vla1, align 128
18 %2 = load i32* %b, align 4
20 store i32 %2, i32* %arrayidx3, align 4
  /external/llvm/test/CodeGen/X86/
2011-10-19-LegelizeLoad.ll 8 @i = global <2 x i8> <i8 150, i8 100>, align 8
9 @j = global <2 x i8> <i8 10, i8 13>, align 8
10 @res = common global %union.anon zeroinitializer, align 8
21 %0 = load <2 x i8>* @i, align 8
22 %1 = load <2 x i8>* @j, align 8
24 store <2 x i8> %div, <2 x i8>* getelementptr inbounds (%union.anon* @res, i32 0, i32 0), align 8
combiner-aa-0.ll 5 @g_flipV_hashkey = external global %struct.Hash_Key, align 16 ; <%struct.Hash_Key*> [#uses=1]
8 %t0 = load i32* undef, align 16 ; <i32> [#uses=1]
9 %t1 = load i32* null, align 4 ; <i32> [#uses=1]
13 store i32 %t4, i32* null, align 4
15 %t6 = load i32* %t5, align 4 ; <i32> [#uses=1]
18 store i32 %t8, i32* %t5, align 4
jump_table_bitcast.ll 16 %g = alloca i32 (...)*, align 8
17 store i32 (...)* bitcast (i32 ()* @f to i32 (...)*), i32 (...)** %g, align 8
20 %1 = load i32 (...)** %g, align 8
32 ; CHECK: .align 8, 0x90
37 ; CHECK: .align 8, 0x90
42 ; CHECK: .align 8, 0x90
stride-reuse.ll 5 @B = external global [1000 x float], align 32
6 @A = external global [1000 x float], align 32
7 @P = external global [1000 x i32], align 32
17 %tmp3 = load float* %tmp2, align 4
20 store float %tmp4, float* %tmp5, align 4
24 store i32 %tmp9, i32* %tmp10, align 4
  /external/llvm/test/Instrumentation/MemorySanitizer/
atomics.ll 78 %0 = load atomic i32* %p seq_cst, align 16
83 ; CHECK: load atomic i32* {{.*}} seq_cst, align 16
84 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32* {{.*}}, align 16
93 %0 = load atomic i32* %p acquire, align 16
98 ; CHECK: load atomic i32* {{.*}} acquire, align 16
99 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32* {{.*}}, align 16
108 %0 = load atomic i32* %p monotonic, align 16
113 ; CHECK: load atomic i32* {{.*}} acquire, align 16
114 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32* {{.*}}, align 16
123 %0 = load atomic i32* %p unordered, align 1
    [all...]
  /external/llvm/test/Transforms/IPConstantProp/
2009-09-24-byval-ptr.ll 6 define internal void @vfu1(%struct.MYstr* byval align 4 %u) nounwind {
9 store i32 99, i32* %0, align 4
12 store i8 97, i8* %1, align 4
20 define internal i32 @vfu2(%struct.MYstr* byval align 4 %u) nounwind readonly {
35 call void @vfu1(%struct.MYstr* byval align 4 @mystr) nounwind
36 %result = call i32 @vfu2(%struct.MYstr* byval align 4 @mystr) nounwind
  /external/llvm/test/Transforms/InstCombine/
no-negzero.ll 13 %retval = alloca double, align 8 ; <double*> [#uses=2]
14 %0 = alloca double, align 8 ; <double*> [#uses=2]
17 %1 = load double* %x_addr, align 8 ; <double> [#uses=1]
21 store double %4, double* %0, align 8
22 %5 = load double* %0, align 8 ; <double> [#uses=1]
23 store double %5, double* %retval, align 8
  /external/llvm/test/Transforms/SLPVectorizer/X86/
implicitfloat.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
opt.ll 18 %i0 = load double* %a, align 8
19 %i1 = load double* %b, align 8
22 %i3 = load double* %arrayidx3, align 8
24 %i4 = load double* %arrayidx4, align 8
26 store double %mul, double* %c, align 8
28 store double %mul5, double* %arrayidx5, align 8
pr16628.ll 6 @c = common global i32 0, align 4
7 @a = common global i16 0, align 2
8 @b = common global i16 0, align 2
14 %0 = load i32* @c, align 4
17 %1 = load i16* @a, align 2
23 store i16 %conv4, i16* @b, align 2
  /external/llvm/test/Transforms/ScalarRepl/
2007-11-03-bigendian_apint.ll 14 %tmp2 = load i16* %b_addr, align 2 ; <i16> [#uses=1]
15 store i16 %tmp2, i16* %tmp1, align 2
19 %tmp6 = load i1* %tmp5, align 1 ; <i1> [#uses=1]
21 store i32 %tmp67, i32* %tmp, align 4
22 %tmp8 = load i32* %tmp, align 4 ; <i32> [#uses=1]
23 store i32 %tmp8, i32* %retval, align 4
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 77 target->setAlign(pInputSection.align());
122 AlignFragment* align = NULL; local
123 if (pFrom.getSection().align() > 1) {
124 // if the align constraint is larger than 1, append an alignment
125 align = new AlignFragment(pFrom.getSection().align(), // alignment
128 pFrom.getSection().align() - 1 // max bytes to emit
130 align->setOffset(offset);
131 align->setParent(&pTo);
132 pTo.getFragmentList().push_back(align);
178 AlignFragment* align = NULL; local
    [all...]
  /external/clang/test/CodeGen/
c11atomics-ios.c 17 // CHECK-NEXT: store float 1.000000e+00, float* [[T0]], align 4
20 // CHECK-NEXT: store float 2.000000e+00, float* [[X]], align 4
25 // CHECK-NEXT: [[T2:%.*]] = load atomic i32* [[T1]] seq_cst, align 4
30 // CHECK-NEXT: [[T0:%.*]] = load float* [[F]], align 4
31 // CHECK-NEXT: [[T1:%.*]] = load float** [[FP]], align 4
34 // CHECK-NEXT: store atomic i32 [[T2]], i32* [[T3]] seq_cst, align 4
42 // CHECK: [[FP:%.*]] = alloca [[CF]]*, align 4
43 // CHECK-NEXT: [[X:%.*]] = alloca [[CF]], align 8
44 // CHECK-NEXT: [[F:%.*]] = alloca [[CF]], align 4
45 // CHECK-NEXT: [[TMP0:%.*]] = alloca [[CF]], align
    [all...]
address-space-field1.c 8 // CHECK: [[t0:%.*]] = load %struct.S addrspace(2)** [[p2addr]], align 8
10 // CHECK: [[t2:%.*]] = load i32 addrspace(2)* [[t1]], align 4
11 // CHECK: [[t3:%.*]] = load %struct.S addrspace(1)** [[p1addr]], align 8
13 // CHECK: store i32 [[t2]], i32 addrspace(1)* [[t4]], align 4
14 // CHECK: [[t5:%.*]] = load %struct.S addrspace(2)** [[p2addr]], align 8
16 // CHECK: [[t7:%.*]] = load i32 addrspace(2)* [[t6]], align 4
17 // CHECK: [[t8:%.*]] = load %struct.S addrspace(1)** [[p1addr]], align 8
19 // CHECK: store i32 [[t7]], i32 addrspace(1)* [[t9]], align 4
align-param.c 9 // CHECK: alloca i64, align 8
18 // CHECK: alloca %struct.X, align 16
misaligned-param.c 7 // CHECK: %x = alloca %struct.s, align 16
8 // CHECK: %y = alloca %struct.s, align 16
  /external/chromium_org/chrome/browser/resources/
identity_internals.css 21 vertical-align: top;
25 text-align: center;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
PreprocessorPanel.css 13 text-align: left;
21 vertical-align: top;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
newTab.css 18 vertical-align: middle;
26 vertical-align: middle;
  /external/chromium_org/media/base/simd/
yuv_to_rgb_table.h 16 #define SIMD_ALIGNED(var) __declspec(align(16)) var
21 // Align the table to 16-bytes to allow faster reading.
  /external/chromium_org/third_party/polymer/components/core-layout/
core-layout-host.css 84 :host(.core-align-start) {
85 -webkit-box-align: start;
86 -ms-flex-align: start;
87 -moz-align-items: flex-start;
88 -webkit-align-items: flex-start;
89 align-items: flex-start;
92 :host(.core-align-center) {
93 -webkit-box-align: center;
94 -ms-flex-align: center;
95 -moz-align-items: center
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-layout/
core-layout-host.css 84 :host(.core-align-start) {
85 -webkit-box-align: start;
86 -ms-flex-align: start;
87 -moz-align-items: flex-start;
88 -webkit-align-items: flex-start;
89 align-items: flex-start;
92 :host(.core-align-center) {
93 -webkit-box-align: center;
94 -ms-flex-align: center;
95 -moz-align-items: center
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
ldlinux-sects.asm 12 [section .bcopy32 align=4 valign=16 follows=.data vfollows=.earlybss]
14 [section .config align=4 valign=16 follows=.bcopy32 vfollows=.bcopy32]
20 [section .data align=16]
22 [section .adv progbits align=1 follows=.config]
23 [section .bss nobits align=16 follows=.adv]
25 [section .stack nobits align=16 start=STACK_START]
27 [section .stack nobits align=16 start=STACK_START]
28 [section .stack nobits align=16 start=STACK_START]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-row.html 7 <polymer-element name="kb-row" attributes="align weight">
11 text-align: center;

Completed in 1101 milliseconds

<<31323334353637383940>>