/external/llvm/test/CodeGen/AMDGPU/ |
D | unaligned-load-store.ll | 1 …: 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/rust/crates/bstr/src/unicode/fsm/ |
D | grapheme_break_fwd.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 22 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 40 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) }
|
D | word_break_fwd.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 22 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 40 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) }
|
D | whitespace_anchored_fwd.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 22 unsafe { ::regex_automata::DenseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 40 unsafe { ::regex_automata::DenseDFA::from_bytes(&ALIGNED.bytes) }
|
D | regional_indicator_rev.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 22 unsafe { ::regex_automata::DenseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 40 unsafe { ::regex_automata::DenseDFA::from_bytes(&ALIGNED.bytes) }
|
D | grapheme_break_rev.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 22 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 40 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) }
|
D | simple_word_fwd.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 22 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 40 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) }
|
D | whitespace_anchored_rev.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 22 unsafe { ::regex_automata::DenseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 40 unsafe { ::regex_automata::DenseDFA::from_bytes(&ALIGNED.bytes) }
|
D | sentence_break_fwd.rs | 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 22 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) } 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 40 unsafe { ::regex_automata::SparseDFA::from_bytes(&ALIGNED.bytes) }
|
/external/cronet/third_party/icu/scripts/ |
D | copy_data.sh | 67 local ALIGNED="data/out/tmp/icudt${VERSION}l-aligned.dat" 69 rm -f "${ALIGNED}" 70 "${TOPSRC}/scripts/icualign.py" "${ORIGINAL}" "${ALIGNED}" 71 mv "${ALIGNED}" "${ORIGINAL}"
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 134 # 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;
|
D | sanitizer_atomic.h | 48 volatile ALIGNED(8) Type val_dont_use;
|
/external/llvm/test/CodeGen/X86/ |
D | movtopush.ll | 4 …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 …]
|
D | unaligned-spill-folding.ll | 2 …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/clang/test/Sema/ |
D | align-x86.c | 35 #define ALIGNED(x) __attribute__((aligned(x))) macro 37 typedef ALIGNED(2) struct { 47 typedef struct ALIGNED(2) { struct
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 183 #define ALIGNED __attribute__((aligned(16))) macro 207 - (id)method1 ALIGNED NS_AVAILABLE; 208 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
|
D | objcmt-ns-nonatomic-iosonly.m | 190 #define ALIGNED __attribute__((aligned(16))) macro 214 - (id)method1 ALIGNED NS_AVAILABLE; 215 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
|
D | objcmt-property.m | 186 #define ALIGNED __attribute__((aligned(16))) macro 210 - (id)method1 ALIGNED NS_AVAILABLE; 211 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
|
D | objcmt-atomic-property.m.result | 160 #define ALIGNED __attribute__((aligned(16))) 183 @property (strong) id method1 ALIGNED NS_AVAILABLE;
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.h | 24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 175 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = { 179 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
|
D | asan_suppressions.cc | 24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro 1073 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage() 1093 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage() 1117 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage() 1134 if (ALIGNED(histogram,cl_uint4)) in ComputeContrastStretchImage() 1356 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage() 1375 if (ALIGNED(stretch_map, PixelPacket)) in ComputeContrastStretchImage() 1429 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage() 1605 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeConvolveImage() 1637 if (ALIGNED(filteredPixels,CLPixelPacket)) in ComputeConvolveImage() [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 61 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); 76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
|
D | tsan_platform_mac.cc | 74 ALIGNED(64) static char main_thread_state[sizeof(ThreadState)];
|