Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/test/PCH/
H A Ddecl-attrs.cpp15 namespace aligned { namespace
39 namespace aligned { namespace
/llvm-project/llvm/test/MC/ARM/
H A Ddirective-align.s13 aligned: label
/llvm-project/clang/test/CodeGenObjC/
H A Dblock-over-align.m6 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
/llvm-project/polly/lib/External/isl/
H A Disl_multi_align_templ.c17 isl_bool aligned; in MULTI() local
H A Disl_multi_apply_templ.c54 isl_bool aligned; in MULTI() local
H A Disl_map_lexopt_templ.c176 isl_bool aligned; in SF() local
H A Disl_ilp.c475 isl_bool aligned; in isl_set_opt() local
H A Disl_map.c12477 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 Disl_union_map.c473 isl_bool aligned; in isl_union_map_add_map() local
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dmalloc_set_zone_name-mprotect.cpp26 bool aligned = false; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dno-malloc-custom.cpp25 int *aligned = (int *)align_malloc(20 * sizeof(int), 16); in malloced_array() local
/llvm-project/clang/test/C/C23/
H A Dn3042.c78 alignas(nullptr_t) int aligned; in test() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp34 [[gnu::aligned(8)]] int aligned; variable
/llvm-project/mlir/test/Integration/Dialect/Memref/
H A Dmemref_abi.c
/llvm-project/clang/test/SemaObjC/
H A Dmethod-attributes.m62 -(id)method2 __attribute__((aligned(16)));
71 -(id)method1 __attribute__((aligned(16))) {
/llvm-project/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp185 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 Dgenerate-tests.py34 aligned = True variable in Aligned
/llvm-project/libc/test/src/__support/
H A Dhash_test.cpp23 size_t aligned = sz + ((-sz) & (alignment - 1)) + alignment; local
H A Dblock_test.cpp65 span<byte> aligned(bytes); TEST_FOR_EACH_BLOCK_TYPE() local
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp
/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp171 StreamString aligned; in FormatCell() local
/llvm-project/llvm/include/llvm/Support/
H A DEndian.h29 enum {aligned = 0, unaligned = 1}; enumerator
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dtype.cpp180 FoldingContext &context, bool aligned, in MeasureSizeInBytes() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp636 uptr aligned = x & ~3ULL; in __msan_get_origin() local
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1514 for (int aligned = 0; aligned < 2; ++aligned) in TEST() local
[all...]