Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/PCH/
H A Ddecl-attrs.cpp15 namespace aligned { namespace
39 namespace aligned { namespace
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddirective-align.s13 aligned: label
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dblock-over-align.m7 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dalgorithm.h326 auto aligned = align(dst, src, runtime_size); in copy() local
352 auto aligned = aligned_after_begin.stepForward(); in move() local
382 auto aligned = aligned_after_end.stepBack().stepBack(); in move_backward() local
391 auto aligned = align(dst, _, runtime_size); in set() local
400 auto aligned = align(src1, src2, runtime_size); in isDifferent() local
409 auto aligned = align(src1, src2, runtime_size); in threeWayCmp() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_multi_align_templ.c17 isl_bool aligned; in MULTI() local
H A Disl_multi_apply_templ.c59 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_pw_templ.c911 isl_bool aligned; in FN() local
H A Disl_map.c12457 isl_bool aligned; in isl_map_align_params() local
13995 isl_bool aligned; in isl_map_preimage_multi_aff() local
14120 isl_bool aligned; in isl_map_preimage_pw_multi_aff() local
H A Disl_union_map.c462 isl_bool aligned; in isl_union_map_add_map() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dmalloc_set_zone_name-mprotect.cpp26 bool aligned = false; in main() local
/llvm-project-15.0.7/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-15.0.7/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp34 [[gnu::aligned(8)]] int aligned; variable
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Memref/
H A Dmemref_abi.c78 double *aligned; member
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-attributes.m67 -(id)method2 __attribute__((aligned(16)));
76 -(id)method1 __attribute__((aligned(16))) {
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp190 mgpuMemGetDeviceMemRef1dFloat(float *allocated, float *aligned, int64_t offset, in mgpuMemGetDeviceMemRef1dFloat()
198 mgpuMemGetDeviceMemRef1dInt32(int32_t *allocated, int32_t *aligned, in mgpuMemGetDeviceMemRef1dInt32()
/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp76 T *aligned; member
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DEndian.h30 enum {aligned = 0, unaligned = 1}; enumerator
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan.cpp630 uptr aligned = x & ~3ULL; in __msan_get_origin() local
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp501 size_t aligned = alignToPowerOf2(d.size(), config->wordsize); in writeCieFde() local
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1514 for (int aligned = 0; aligned < 2; ++aligned) in TEST() local