Searched refs:TYPE_ALIGN_UNIT (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtarghooks.c212 type_align = size_int (TYPE_ALIGN_UNIT (type));
H A Dstor-layout.c1262 = round_up (unpadded_size_unit, TYPE_ALIGN_UNIT (rli->t));
1437 TYPE_ALIGN_UNIT (type));
1818 TYPE_ALIGN_UNIT. */
1822 TYPE_ALIGN_UNIT (element)) < 0)
H A Dtree-vect-analyze.c749 && tree_int_cst_compare (ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE (
H A Dexpr.c5876 size_int (TYPE_ALIGN_UNIT (elmt_type)));
6428 target_align = TYPE_ALIGN_UNIT (TREE_TYPE (target));
7237 int align = TYPE_ALIGN_UNIT (type);
H A Dgimplify.c1778 tree factor = size_int (TYPE_ALIGN_UNIT (elmt_type));
5343 align = TYPE_ALIGN_UNIT (type);
H A Dtree-data-ref.c1527 *aligned_to = ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE (TREE_TYPE (expr))));
H A Dtree.h2006 #define TYPE_ALIGN_UNIT(NODE) (TYPE_ALIGN (NODE) / BITS_PER_UNIT)
1995 #define TYPE_ALIGN_UNIT macro
H A Dc-common.c3041 value = size_int (TYPE_ALIGN_UNIT (type));

Completed in 158 milliseconds