Searched refs:CONSTANT_ALIGNMENT (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | s390.h | 193 #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN) macro
|
| /freebsd-12-stable/contrib/gcc/ |
| D | varasm.c | 864 #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()
|
| D | emit-rtl.c | 1558 #ifdef CONSTANT_ALIGNMENT in set_mem_attributes_minus_bitpos() 1559 align = CONSTANT_ALIGNMENT (t, align); in set_mem_attributes_minus_bitpos()
|
| D | builtins.c | 320 #ifdef CONSTANT_ALIGNMENT in get_pointer_alignment() 322 align = MIN (inner, (unsigned)CONSTANT_ALIGNMENT (exp, align)); in get_pointer_alignment()
|
| D | ChangeLog-1998 | 12071 (CONSTANT_ALIGNMENT): Define. 17603 (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
|
| D | ChangeLog-2000 | 15573 (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
|
| D | ChangeLog-2002 | 35231 (CONSTANT_ALIGNMENT): Add parenthesis.
|
| D | ChangeLog-2003 | 20706 * i960.h (CONSTANT_ALIGNMENT): Likewise.
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.h | 227 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.h | 682 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.h | 1139 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.h | 684 #define CONSTANT_ALIGNMENT(EXP, ALIGN) ix86_constant_alignment ((EXP), (ALIGN)) macro
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.h | 539 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm.h | 480 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | tm.texi | 1097 @defmac CONSTANT_ALIGNMENT (@var{constant}, @var{basic-align})
|