| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | stor-layout.c | 412 && TYPE_ALIGN (type) > DECL_ALIGN (decl)))) 414 DECL_ALIGN (decl) = TYPE_ALIGN (type); 462 && known_align >= TYPE_ALIGN (type) 463 && DECL_ALIGN (decl) >= TYPE_ALIGN (type) 535 rli->record_align = MAX (BITS_PER_UNIT, TYPE_ALIGN (t)); 752 unsigned int type_align = TYPE_ALIGN (type); 757 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); 777 desired_align = TYPE_ALIGN (type); 783 unsigned int type_align = TYPE_ALIGN (type); 798 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); [all …]
|
| H A D | tree.c | 317 TYPE_ALIGN (t) = char_type_node ? TYPE_ALIGN (char_type_node) : 0; 1272 align1 = TYPE_ALIGN (TREE_TYPE (t)); 1302 return TYPE_ALIGN (TREE_TYPE (t)); 2897 && TYPE_ALIGN (a->type) == TYPE_ALIGN (b->type) 3575 TYPE_ALIGN (itype) = TYPE_ALIGN (sizetype); 3606 TYPE_ALIGN (itype) = TYPE_ALIGN (type); 3644 || TYPE_ALIGN (itype1) != TYPE_ALIGN (itype2)) 4777 TYPE_ALIGN (void_type_node) = BITS_PER_UNIT;
|
| H A D | c-decl.c | 4632 int saved_align = TYPE_ALIGN(type); 4636 TYPE_ALIGN (type) = saved_align; 4998 TYPE_ALIGN (ref) = TYPE_ALIGN (unsigned_type_node); 5306 TYPE_ALIGN (TREE_TYPE (x))); 5446 TYPE_ALIGN (x) = TYPE_ALIGN (t); 5671 DECL_ALIGN (enu) = TYPE_ALIGN (enumtype); 5706 TYPE_ALIGN (tem) = TYPE_ALIGN (enumtype);
|
| H A D | tree-dump.c | 373 dump_int (di, "algn", TYPE_ALIGN (t));
|
| H A D | calls.c | 1067 && (TYPE_ALIGN (TREE_TYPE (args[i].tree_value)) 1298 (size_rtx, NULL_RTX, TYPE_ALIGN (type))); 3134 TYPE_ALIGN (TREE_TYPE (TREE_TYPE (exp)))); 4609 parm_align = MAX (PARM_BOUNDARY, TYPE_ALIGN (TREE_TYPE (pval)));
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | stor-layout.c | 273 if (TYPE_ALIGN (type) > DECL_ALIGN (decl)) in do_type_align() 275 DECL_ALIGN (decl) = TYPE_ALIGN (type); in do_type_align() 398 && known_align >= TYPE_ALIGN (type) in layout_decl() 399 && DECL_ALIGN (decl) >= TYPE_ALIGN (type)) in layout_decl() 527 rli->record_align = MAX (BITS_PER_UNIT, TYPE_ALIGN (t)); in start_record_layout() 704 unsigned int type_align = TYPE_ALIGN (type); in update_alignment_for_field() 709 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); in update_alignment_for_field() 721 unsigned int type_align = TYPE_ALIGN (type); in update_alignment_for_field() 751 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); in update_alignment_for_field() 759 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); in update_alignment_for_field() [all …]
|
| H A D | tree-vect-analyze.c | 731 alignment = ssize_int (TYPE_ALIGN (vectype)/BITS_PER_UNIT); in vect_compute_data_ref_alignment() 759 if (!vect_can_force_dr_alignment_p (base, TYPE_ALIGN (vectype)) in vect_compute_data_ref_alignment() 775 DECL_ALIGN (base) = TYPE_ALIGN (vectype); in vect_compute_data_ref_alignment() 782 && DECL_ALIGN (base) >= TYPE_ALIGN (vectype))); in vect_compute_data_ref_alignment()
|
| H A D | tree.c | 557 TYPE_ALIGN (t) = BITS_PER_UNIT; in make_node_stat() 1868 align1 = TYPE_ALIGN (TREE_TYPE (t)); in expr_align() 1898 return TYPE_ALIGN (TREE_TYPE (t)); in expr_align() 4159 || TYPE_ALIGN (a->type) != TYPE_ALIGN (b->type) in type_hash_eq() 5111 TYPE_ALIGN (itype) = TYPE_ALIGN (sizetype); in build_index_type() 5162 TYPE_ALIGN (itype) = TYPE_ALIGN (type); in build_range_type() 6556 TYPE_ALIGN (void_type_node) = BITS_PER_UNIT; in build_common_tree_nodes_2()
|
| H A D | stmt.c | 1618 = MIN (TYPE_ALIGN (TREE_TYPE (retval_rhs)), BITS_PER_WORD); in expand_return() 1856 DECL_ALIGN (decl) = TYPE_ALIGN (type); in expand_decl() 1914 TYPE_ALIGN (TREE_TYPE (TREE_TYPE (decl)))); in expand_decl() 1974 TYPE_ALIGN (TREE_TYPE (decl))); in expand_decl()
|
| H A D | tree-nested.c | 291 DECL_ALIGN (field) = TYPE_ALIGN (TREE_TYPE (field)); in lookup_field_for_decl() 372 DECL_ALIGN (field) = TYPE_ALIGN (type); in get_chain_field() 538 DECL_ALIGN (field) = TYPE_ALIGN (type); in get_nl_goto_field()
|
| H A D | cgraphunit.c | 1649 alignment = TYPE_ALIGN (vectype); in cgraph_increase_alignment() 1655 DECL_ALIGN (decl) = TYPE_ALIGN (vectype); in cgraph_increase_alignment()
|
| H A D | function.c | 2424 && TYPE_ALIGN (data->nominal_type) > MEM_ALIGN (stack_parm) in assign_parm_adjust_stack_rtl() 2830 TYPE_ALIGN (TREE_TYPE (TREE_TYPE (parm)))); in assign_parm_setup_reg() 2872 TYPE_ALIGN (data->passed_type)); in assign_parm_setup_stack() 2936 TYPE_ALIGN (TREE_TYPE (parm))); in assign_parms_unsplit_complex() 4154 mark_reg_pointer (local, TYPE_ALIGN (TREE_TYPE (TREE_TYPE (parm)))); in expand_function_start()
|
| /openbsd-src/gnu/gcc/gcc/config/m88k/ |
| H A D | m88k.c | 1572 || (type != NULL_TREE && TYPE_ALIGN (type) > BITS_PER_WORD))) in m88k_function_arg() 1579 && (TYPE_ALIGN (type) != BITS_PER_WORD || bytes != UNITS_PER_WORD)) in m88k_function_arg() 1619 && (TYPE_ALIGN (type) != BITS_PER_WORD || bytes != UNITS_PER_WORD)) in m88k_function_arg_advance() 1627 || (type != NULL_TREE && TYPE_ALIGN (type) > BITS_PER_WORD))) in m88k_function_arg_advance() 1663 && (TYPE_ALIGN (type) != BITS_PER_WORD in m88k_return_in_memory() 1862 ? size == UNITS_PER_WORD && TYPE_ALIGN (type) == BITS_PER_WORD in m88k_gimplify_va_arg() 1882 align = type == NULL_TREE ? 0 : TYPE_ALIGN (type) / BITS_PER_WORD; in m88k_gimplify_va_arg() 1933 align = type == NULL_TREE ? 0 : TYPE_ALIGN (type) / BITS_PER_UNIT; in m88k_gimplify_va_arg()
|
| H A D | m88k.h | 752 (((TYPE) ? TYPE_ALIGN (TYPE) : GET_MODE_BITSIZE (MODE)) \
|
| /openbsd-src/gnu/gcc/gcc/config/arc/ |
| H A D | arc.h | 581 ((((MODE) == BLKmode ? TYPE_ALIGN (TYPE) : GET_MODE_BITSIZE (MODE)) \ 627 (((TYPE) ? TYPE_ALIGN (TYPE) : GET_MODE_BITSIZE (MODE)) <= PARM_BOUNDARY \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/ |
| H A D | arc.h | 659 ((((MODE) == BLKmode ? TYPE_ALIGN (TYPE) : GET_MODE_BITSIZE (MODE)) \ 741 (((TYPE) ? TYPE_ALIGN (TYPE) : GET_MODE_BITSIZE (MODE)) <= PARM_BOUNDARY \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/ |
| H A D | m88k.c | 2224 || (type != 0 && TYPE_ALIGN (type) > BITS_PER_WORD))) 2231 && (TYPE_ALIGN (type) != BITS_PER_WORD || bytes != UNITS_PER_WORD)) 2274 && (TYPE_ALIGN (type) != BITS_PER_WORD || bytes != UNITS_PER_WORD)) 2282 || (type != 0 && TYPE_ALIGN (type) > BITS_PER_WORD))) 2507 ? size == UNITS_PER_WORD && TYPE_ALIGN (type) == BITS_PER_WORD 2526 align = type == 0 ? 0 : TYPE_ALIGN (type) / BITS_PER_WORD; 2577 align = type == 0 ? 0 : TYPE_ALIGN (type) / BITS_PER_UNIT;
|
| H A D | m88k.h | 811 && (TYPE_ALIGN (TYPE) != BITS_PER_WORD || \ 883 (((TYPE) ? TYPE_ALIGN (TYPE) : GET_MODE_BITSIZE (MODE)) <= PARM_BOUNDARY \
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.h | 424 ? ((TYPE_ALIGN(TYPE) <= PARM_BOUNDARY) \ 426 : TYPE_ALIGN(TYPE)) \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/ |
| H A D | i960.h | 866 ? ((TYPE_ALIGN (TYPE) <= PARM_BOUNDARY) \ 868 : TYPE_ALIGN (TYPE)) \
|
| H A D | i960.c | 2406 else if (TYPE_ALIGN (type) >= BITS_PER_WORD) 2407 align = TYPE_ALIGN (type) / BITS_PER_WORD; 2655 ali = TYPE_ALIGN (type);
|
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 1473 if (type && (TYPE_ALIGN (type) > BITS_PER_WORD)) in function_arg() 1475 int align = MIN (TYPE_ALIGN (type), STACK_BOUNDARY) / BITS_PER_WORD; in function_arg() 1496 alignment = type ? TYPE_ALIGN (type) : GET_MODE_ALIGNMENT (mode); in function_arg_boundary() 2202 if (TYPE_ALIGN (type) > BITS_PER_WORD) in xtensa_gimplify_va_arg_expr() 2204 int align = MIN (TYPE_ALIGN (type), STACK_BOUNDARY) / BITS_PER_UNIT; in xtensa_gimplify_va_arg_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| H A D | xtensa.h | 890 ? (TYPE_ALIGN (TYPE) <= PARM_BOUNDARY \ 892 : TYPE_ALIGN (TYPE)) \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 607 DECL_ALIGN (decl) = MAX (TYPE_ALIGN (double_type_node), 2183 DECL_ALIGN (vtable) = MAX (TYPE_ALIGN (double_type_node), 3033 TYPE_ALIGN (type)); 3044 DECL_ALIGN (field) = MAX (DECL_ALIGN (field), TYPE_ALIGN (type)); 3792 : TYPE_ALIGN (type))); in layout_nonempty_base_or_field() 4557 DECL_ALIGN (field) = TYPE_ALIGN (vtbl_ptr_type_node); 4735 TYPE_ALIGN (t) = MAX (TYPE_ALIGN (t), STRUCTURE_SIZE_BOUNDARY); in layout_virtual_bases() 4739 rli->record_align = TYPE_ALIGN (t); in layout_virtual_bases() 5063 DECL_ALIGN (field) = TYPE_ALIGN (integer_type); in layout_class_type() 5202 TYPE_ALIGN (base_t) = rli->record_align; in layout_class_type() [all …]
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | class.c | 701 DECL_ALIGN (decl) = MAX (TYPE_ALIGN (double_type_node), in build_vtable() 2944 else if (TYPE_ALIGN (TREE_TYPE (x)) > BITS_PER_UNIT) in check_field_decls() 3471 : TYPE_ALIGN (type))); in layout_nonempty_base_or_field() 4338 TYPE_ALIGN (t) = MAX (TYPE_ALIGN (t), (unsigned) STRUCTURE_SIZE_BOUNDARY); in layout_virtual_bases() 4342 rli->record_align = TYPE_ALIGN (t); in layout_virtual_bases() 4696 DECL_ALIGN (field) = TYPE_ALIGN (integer_type); in layout_class_type() 4864 TYPE_ALIGN (base_t) = rli->record_align; in layout_class_type() 6492 (unsigned long)(TYPE_ALIGN (t) / BITS_PER_UNIT)); in dump_class_hierarchy_1() 6496 (unsigned long)(TYPE_ALIGN (CLASSTYPE_AS_BASE (t)) in dump_class_hierarchy_1()
|