Home
last modified time | relevance | path

Searched refs:alloc_align (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c3522 unsigned HOST_WIDE_INT alloc_align, tree cnt, in expand_omp_scantemp_alloc() argument
3553 if (preval == 0 && al <= alloc_align) in expand_omp_scantemp_alloc()
3766 unsigned HOST_WIDE_INT alloc_align = 0; in expand_omp_for_static_nochunk() local
3811 alloc_align = TYPE_ALIGN_UNIT (long_long_integer_type_node); in expand_omp_for_static_nochunk()
3813 alloc_align, nthreads, NULL, in expand_omp_for_static_nochunk()
3834 alloc_align, nthreads, &gsi2, false); in expand_omp_for_static_nochunk()
3945 unsigned HOST_WIDE_INT alloc_align = TYPE_ALIGN_UNIT (ptr_type_node); in expand_omp_for_static_nochunk() local
3947 alloc_align, cnt, NULL, true); in expand_omp_for_static_nochunk()
3962 expand_omp_scantemp_alloc (clauses, controlp, 0, alloc_align, cnt, in expand_omp_for_static_nochunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc4703 unsigned HOST_WIDE_INT alloc_align, tree cnt, in expand_omp_scantemp_alloc() argument
4734 if (preval == 0 && al <= alloc_align) in expand_omp_scantemp_alloc()
4967 unsigned HOST_WIDE_INT alloc_align = 0; in expand_omp_for_static_nochunk() local
5012 alloc_align = TYPE_ALIGN_UNIT (long_long_integer_type_node); in expand_omp_for_static_nochunk()
5014 alloc_align, nthreads, NULL, in expand_omp_for_static_nochunk()
5035 alloc_align, nthreads, &gsi2, false); in expand_omp_for_static_nochunk()
5146 unsigned HOST_WIDE_INT alloc_align = TYPE_ALIGN_UNIT (ptr_type_node); in expand_omp_for_static_nochunk() local
5148 alloc_align, cnt, NULL, true); in expand_omp_for_static_nochunk()
5163 expand_omp_scantemp_alloc (clauses, controlp, 0, alloc_align, cnt, in expand_omp_for_static_nochunk()
H A DChangeLog-201446331 assume_aligned or alloc_align attributes.
46333 arguments. Handle also assume_aligned and alloc_align attributes.
46335 calls to functions with assume_aligned or alloc_align attributes.
46336 * doc/extend.texi: Document assume_aligned and alloc_align attributes.
H A DChangeLog-20183911 * gcc/doc/extend.texi (alloc_align): Update and clarify.
H A DChangeLog-201936813 * doc/extend.texi (attribute alloc_align, alloc_size): Update.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td584 Use ``__attribute__((alloc_align(<alignment>))`` on a function
595 void *a(size_t align) __attribute__((alloc_align(1)));
598 void *b(void *v, size_t align) __attribute__((alloc_align(2)));
602 void *Foo::b(void *v, size_t align) __attribute__((alloc_align(3)));
H A DAttr.td1954 let Spellings = [GCC<"alloc_align">];
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi2714 @item alloc_align (@var{position})
2715 @cindex @code{alloc_align} function attribute
2716 The @code{alloc_align} attribute may be applied to a function that
2731 void* my_memalign (size_t, size_t) __attribute__ ((alloc_align (1)));
H A Dgcc.info6183 'alloc_align', 'alloc_size', 'cold', 'const', 'hot', 'leaf',
6188 primary template declared with attribute 'alloc_align',
7227 Attributes considered include 'alloc_align', 'alloc_size',
34692 'alloc_align (POSITION)'
34693 The 'alloc_align' attribute may be applied to a function that
34706 void* my_memalign (size_t, size_t) __attribute__ ((alloc_align (1)));
68296 * alloc_align function attribute: Common Function Attributes.
H A Dinvoke.texi6601 Attributes considered include @code{alloc_align}, @code{alloc_size},
6607 template declared with attribute @code{alloc_align}, @code{alloc_size},
7834 Attributes considered include @code{alloc_align}, @code{alloc_size},
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi2610 @item alloc_align (@var{position})
2611 @cindex @code{alloc_align} function attribute
2612 The @code{alloc_align} attribute may be applied to a function that
2627 void* my_memalign (size_t, size_t) __attribute__ ((alloc_align (1)));
H A Dgcc.info5360 'alloc_align', 'alloc_size', 'cold', 'const', 'hot', 'leaf',
5365 primary template declared with attribute 'alloc_align',
6273 Attributes considered include 'alloc_align', 'alloc_size',
31510 'alloc_align (POSITION)'
31511 The 'alloc_align' attribute may be applied to a function that
31524 void* my_memalign (size_t, size_t) __attribute__ ((alloc_align (1)));
64992 * alloc_align function attribute: Common Function Attributes.
H A Dinvoke.texi5664 Attributes considered include @code{alloc_align}, @code{alloc_size},
5670 template declared with attribute @code{alloc_align}, @code{alloc_size},
6753 Attributes considered include @code{alloc_align}, @code{alloc_size},
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A DChangeLog9824 (c_common_attribute_table): Add alloc_align and assume_aligned
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS2298 a primary template declared with attribute alloc_align,
H A DMD5SUMS32138 a9ff03a6ff85f7c46fced4797280e236 gcc/testsuite/gcc.dg/attr-alloc_align-1.c
32139 daf15f1ec989bc8e1d4831a0d1c70e3e gcc/testsuite/gcc.dg/attr-alloc_align-2.c
32140 a40448e5fa79d5f463c4408a645a3bb7 gcc/testsuite/gcc.dg/attr-alloc_align-3.c
32141 20673f6fc38505564ee86bd12ff52bee gcc/testsuite/gcc.dg/attr-alloc_align-4.c
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS4178 a primary template declared with attribute alloc_align,
H A DMD5SUMS36492 a9ff03a6ff85f7c46fced4797280e236 gcc/testsuite/gcc.dg/attr-alloc_align-1.c
36493 daf15f1ec989bc8e1d4831a0d1c70e3e gcc/testsuite/gcc.dg/attr-alloc_align-2.c
36494 a40448e5fa79d5f463c4408a645a3bb7 gcc/testsuite/gcc.dg/attr-alloc_align-3.c
36495 20673f6fc38505564ee86bd12ff52bee gcc/testsuite/gcc.dg/attr-alloc_align-4.c
36496 97a9f10f1ebd5c89262aa838eb08f235 gcc/testsuite/gcc.dg/attr-alloc_align-5.c