Home
last modified time | relevance | path

Searched refs:ALIGNED (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/test/CodeGen/AMDGPU/
Dunaligned-load-store.ll1 …: llc -march=amdgcn -verify-machineinstrs< %s | FileCheck -check-prefix=SI -check-prefix=ALIGNED %s
3 …=amdgcn -mcpu=tonga -verify-machineinstrs< %s | FileCheck -check-prefix=SI -check-prefix=ALIGNED %s
18 ; ALIGNED: buffer_load_ubyte
19 ; ALIGNED: buffer_load_ubyte
20 ; ALIGNED: buffer_store_byte
21 ; ALIGNED: buffer_store_byte
52 ; ALIGNED: buffer_load_ubyte
53 ; ALIGNED: buffer_load_ubyte
54 ; ALIGNED: buffer_load_ubyte
55 ; ALIGNED: buffer_load_ubyte
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dunaligned-load-store.ll1 …: llc -march=amdgcn -verify-machineinstrs< %s | FileCheck -check-prefix=SI -check-prefix=ALIGNED %s
3 …tr=-flat-for-global -verify-machineinstrs< %s | FileCheck -check-prefix=SI -check-prefix=ALIGNED %s
18 ; ALIGNED: buffer_load_ubyte
19 ; ALIGNED: buffer_load_ubyte
20 ; ALIGNED: buffer_store_byte
21 ; ALIGNED: buffer_store_byte
52 ; ALIGNED: buffer_load_ubyte
53 ; ALIGNED: buffer_load_ubyte
54 ; ALIGNED: buffer_load_ubyte
55 ; ALIGNED: buffer_load_ubyte
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/
Dmerge-stores-private.ll1 …ess -load-store-vectorizer -S -o - %s | FileCheck -check-prefixes=ELT4,ELT4-ALIGNED,ALIGNED,ALL %s
2 …ess -load-store-vectorizer -S -o - %s | FileCheck -check-prefixes=ELT8,ELT8-ALIGNED,ALIGNED,ALL %s
3 …ss -load-store-vectorizer -S -o - %s | FileCheck -check-prefixes=ELT16,ELT16-ALIGNED,ALIGNED,ALL %s
10 ; ALIGNED: store i32
11 ; ALIGNED: store i32
12 ; ALIGNED: store i32
13 ; ALIGNED: store i32
32 ; ALIGNED: store i32 9, i32 addrspace(5)* %out, align 1
33 ; ALIGNED: store i32 1, i32 addrspace(5)* %out.gep.1, align 1
34 ; ALIGNED: store i32 23, i32 addrspace(5)* %out.gep.2, align 1
[all …]
Dadjust-alloca-alignment.ll1 …uffer-access,+max-private-element-size-16 < %s | FileCheck -check-prefix=ALIGNED -check-prefix=ALL…
10 ; ALIGNED: load i8, i8 addrspace(5)* %ptr0, align 1{{$}}
11 ; ALIGNED: load i8, i8 addrspace(5)* %ptr1, align 1{{$}}
27 ; ALIGNED: load i16, i16 addrspace(5)* %ptr0, align 1{{$}}
28 ; ALIGNED: load i16, i16 addrspace(5)* %ptr1, align 1{{$}}
47 ; ALIGNED: load i32, i32 addrspace(5)* %ptr0, align 1
48 ; ALIGNED: load i32, i32 addrspace(5)* %ptr1, align 1
68 ; ALIGNED: load i32
69 ; ALIGNED: load i32
85 ; ALIGNED: store i8 9, i8 addrspace(5)* %ptr0, align 1{{$}}
[all …]
/external/llvm/test/CodeGen/X86/
Dmovtopush.ll4 …c < %s -mtriple=i686-windows -stackrealign -stack-alignment=32 | FileCheck %s -check-prefix=ALIGNED
128 ; ALIGNED-LABEL: test5:
129 ; ALIGNED: subl $16, %esp
130 ; ALIGNED-NEXT: pushl $4
131 ; ALIGNED-NEXT: pushl $3
132 ; ALIGNED-NEXT: pushl $2
133 ; ALIGNED-NEXT: pushl $1
134 ; ALIGNED-NEXT: call
143 ; ALIGNED-LABEL: test5b:
144 ; ALIGNED: pushl $8
[all …]
Dunaligned-spill-folding.ll2 …bsd -mcpu=core2 -stack-alignment=16 -relocation-model=pic < %s | FileCheck %s -check-prefix=ALIGNED
40 ; ALIGNED-LABEL: @test1
41 ; ALIGNED-NOT: andl $-{{..}}, %esp
42 ; ALIGNED: movdqa {{.*}} # 16-byte Spill
43 ; ALIGNED: paddd {{.*}} # 16-byte Folded Reload
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h134 # define ALIGNED(x) __declspec(align(x)) macro
147 # define ALIGNED(x) __attribute__((aligned(x))) macro
177 typedef ALIGNED(1) u16 uu16;
178 typedef ALIGNED(1) u32 uu32;
179 typedef ALIGNED(1) u64 uu64;
180 typedef ALIGNED(1) s16 us16;
181 typedef ALIGNED(1) s32 us32;
182 typedef ALIGNED(1) s64 us64;
Dsanitizer_atomic.h48 volatile ALIGNED(8) Type val_dont_use;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dunaligned-spill-folding.ll2 …bsd -mcpu=core2 -stack-alignment=16 -relocation-model=pic < %s | FileCheck %s -check-prefix=ALIGNED
40 ; ALIGNED-LABEL: @test1
41 ; ALIGNED-NOT: andl $-{{..}}, %esp
42 ; ALIGNED: movdqa {{.*}} # 16-byte Spill
43 ; ALIGNED: paddd {{.*}} # 16-byte Folded Reload
Dmovtopush.ll4 …c < %s -mtriple=i686-windows -stackrealign -stack-alignment=32 | FileCheck %s -check-prefix=ALIGNED
130 ; ALIGNED-LABEL: test5:
131 ; ALIGNED: subl $16, %esp
132 ; ALIGNED-NEXT: pushl $4
133 ; ALIGNED-NEXT: pushl $3
134 ; ALIGNED-NEXT: pushl $2
135 ; ALIGNED-NEXT: pushl $1
136 ; ALIGNED-NEXT: call
145 ; ALIGNED-LABEL: test5b:
146 ; ALIGNED: pushl $8
[all …]
/external/clang/test/Sema/
Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
37 typedef ALIGNED(2) struct {
47 typedef struct ALIGNED(2) { struct
/external/libunwind/include/
Dcompiler.h34 # define ALIGNED(x) __attribute__((aligned(x))) macro
58 # define ALIGNED(x) macro
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m183 #define ALIGNED __attribute__((aligned(16))) macro
207 - (id)method1 ALIGNED NS_AVAILABLE;
208 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
Dobjcmt-ns-nonatomic-iosonly.m190 #define ALIGNED __attribute__((aligned(16))) macro
214 - (id)method1 ALIGNED NS_AVAILABLE;
215 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
Dobjcmt-property.m186 #define ALIGNED __attribute__((aligned(16))) macro
210 - (id)method1 ALIGNED NS_AVAILABLE;
211 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
Dobjcmt-atomic-property.m.result160 #define ALIGNED __attribute__((aligned(16)))
183 @property (strong) id method1 ALIGNED NS_AVAILABLE;
Dobjcmt-ns-nonatomic-iosonly.m.result167 #define ALIGNED __attribute__((aligned(16)))
190 @property (NS_NONATOMIC_IOSONLY, strong) id method1 ALIGNED NS_AVAILABLE;
Dobjcmt-property.m.result163 #define ALIGNED __attribute__((aligned(16)))
186 @property (nonatomic, strong) id method1 ALIGNED NS_AVAILABLE;
/external/compiler-rt/lib/msan/
Dmsan_allocator.h24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc175 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
179 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
Dasan_suppressions.cc24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
/external/ImageMagick/MagickCore/
Daccelerate.c91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro
1052 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1072 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage()
1096 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage()
1113 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage()
1335 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1354 if (ALIGNED(stretch_map, PixelPacket)) in ComputeContrastStretchImage()
1408 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1582 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeConvolveImage()
1614 if (ALIGNED(filteredPixels,CLPixelPacket)) in ComputeConvolveImage()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc61 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
Dtsan_platform_mac.cc74 ALIGNED(64) static char main_thread_state[sizeof(ThreadState)];
/external/libunwind/src/mi/
Dmempool.c42 static char sos_memory[SOS_MEMORY_SIZE] ALIGNED(MAX_ALIGN);

12