/llvm-project/clang/test/PCH/ |
H A D | decl-attrs.cpp | 15 namespace aligned { namespace 39 namespace aligned { namespace
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | directive-align.s | 13 aligned: label
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | block-over-align.m | 6 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_multi_align_templ.c | 17 isl_bool aligned; in MULTI() local
|
H A D | isl_multi_apply_templ.c | 54 isl_bool aligned; in MULTI() local
|
H A D | isl_map_lexopt_templ.c | 176 isl_bool aligned; in SF() local
|
H A D | isl_ilp.c | 475 isl_bool aligned; in isl_set_opt() local
|
H A D | isl_map.c | 12477 isl_bool aligned; in isl_map_align_params() local 14016 isl_bool aligned; in isl_map_preimage_multi_aff() local 14141 isl_bool aligned; in isl_map_preimage_pw_multi_aff() local
|
H A D | isl_union_map.c | 473 isl_bool aligned; in isl_union_map_add_map() local
|
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | malloc_set_zone_name-mprotect.cpp | 26 bool aligned = false; in main() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | no-malloc-custom.cpp | 25 int *aligned = (int *)align_malloc(20 * sizeof(int), 16); in malloced_array() local
|
/llvm-project/clang/test/C/C23/ |
H A D | n3042.c | 78 alignas(nullptr_t) int aligned; in test() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-gnu-attrs.cpp | 34 [[gnu::aligned(8)]] int aligned; variable
|
/llvm-project/mlir/test/Integration/Dialect/Memref/ |
H A D | memref_abi.c |
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-attributes.m | 62 -(id)method2 __attribute__((aligned(16))); 71 -(id)method1 __attribute__((aligned(16))) {
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | RocmRuntimeWrappers.cpp | 185 mgpuMemGetDeviceMemRef1dFloat(float * allocated,float * aligned,int64_t offset,int64_t size,int64_t stride) mgpuMemGetDeviceMemRef1dFloat() argument 193 mgpuMemGetDeviceMemRef1dInt32(int32_t * allocated,int32_t * aligned,int64_t offset,int64_t size,int64_t stride) mgpuMemGetDeviceMemRef1dInt32() argument
|
/llvm-project/llvm/test/CodeGen/AArch64/Atomics/ |
H A D | generate-tests.py | 34 aligned = True variable in Aligned
|
/llvm-project/libc/test/src/__support/ |
H A D | hash_test.cpp | 23 size_t aligned = sz + ((-sz) & (alignment - 1)) + alignment; local
|
H A D | block_test.cpp | 65 span<byte> aligned(bytes); TEST_FOR_EACH_BLOCK_TYPE() local
|
/llvm-project/mlir/tools/mlir-vulkan-runner/ |
H A D | vulkan-runtime-wrappers.cpp |
|
/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 171 StreamString aligned; in FormatCell() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 29 enum {aligned = 0, unaligned = 1}; enumerator [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | type.cpp | 180 FoldingContext &context, bool aligned, in MeasureSizeInBytes() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan.cpp | 636 uptr aligned = x & ~3ULL; in __msan_get_origin() local
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1514 for (int aligned = 0; aligned < 2; ++aligned) in TEST() local [all...] |