Home
last modified time | relevance | path

Searched refs:CONSTANT_ALIGNMENT (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/s390/
Ds390.h193 #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN) macro
/freebsd-12-stable/contrib/gcc/
Dvarasm.c864 #ifdef CONSTANT_ALIGNMENT in align_variable()
866 align = CONSTANT_ALIGNMENT (DECL_INITIAL (decl), align); in align_variable()
2756 #ifdef CONSTANT_ALIGNMENT in get_constant_alignment()
2757 align = CONSTANT_ALIGNMENT (exp, align); in get_constant_alignment()
3215 #ifdef CONSTANT_ALIGNMENT in force_const_mem()
3219 align = CONSTANT_ALIGNMENT (make_tree (type, x), align); in force_const_mem()
Demit-rtl.c1558 #ifdef CONSTANT_ALIGNMENT in set_mem_attributes_minus_bitpos()
1559 align = CONSTANT_ALIGNMENT (t, align); in set_mem_attributes_minus_bitpos()
Dbuiltins.c320 #ifdef CONSTANT_ALIGNMENT in get_pointer_alignment()
322 align = MIN (inner, (unsigned)CONSTANT_ALIGNMENT (exp, align)); in get_pointer_alignment()
DChangeLog-199812071 (CONSTANT_ALIGNMENT): Define.
17603 (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
DChangeLog-200015573 (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
DChangeLog-200235231 (CONSTANT_ALIGNMENT): Add parenthesis.
DChangeLog-200320706 * i960.h (CONSTANT_ALIGNMENT): Likewise.
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64.h227 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12-stable/contrib/gcc/config/sparc/
Dsparc.h682 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.h1139 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h684 #define CONSTANT_ALIGNMENT(EXP, ALIGN) ix86_constant_alignment ((EXP), (ALIGN)) macro
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.h539 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.h480 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi1097 @defmac CONSTANT_ALIGNMENT (@var{constant}, @var{basic-align})