Home
last modified time | relevance | path

Searched refs:TYPE_ALIGN (Results 1 – 25 of 100) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstor-layout.cc608 if (TYPE_ALIGN (type) > DECL_ALIGN (decl)) in do_type_align()
610 SET_DECL_ALIGN (decl, TYPE_ALIGN (type)); in do_type_align()
736 && known_align >= TYPE_ALIGN (type) in layout_decl()
737 && DECL_ALIGN (decl) >= TYPE_ALIGN (type)) in layout_decl()
852 rli->record_align = MAX (BITS_PER_UNIT, TYPE_ALIGN (t)); in start_record_layout()
1079 unsigned int type_align = TYPE_ALIGN (type); in update_alignment_for_field()
1087 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); in update_alignment_for_field()
1098 unsigned int type_align = TYPE_ALIGN (type); in update_alignment_for_field()
1128 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); in update_alignment_for_field()
1135 rli->unpacked_align = MAX (rli->unpacked_align, TYPE_ALIGN (type)); in update_alignment_for_field()
[all …]
Dipa-free-lang-data.cc131 && (TYPE_ALIGN (t) != TYPE_ALIGN (v) in fld_type_variant_equal_p()
167 SET_TYPE_ALIGN (v, TYPE_ALIGN (t)); in fld_type_variant()
Dipa-param-manipulation.cc272 if (TYPE_ALIGN (ntype) != malign) in fill_vector_of_new_param_types()
842 deref_align = TYPE_ALIGN (TREE_TYPE (base)); in modify_call()
873 if (TYPE_ALIGN (type) > align) in modify_call()
874 align = TYPE_ALIGN (type); in modify_call()
882 if (align < TYPE_ALIGN (type)) in modify_call()
Dgimple-fold.cc1221 && dest_align >= TYPE_ALIGN (desttype) in gimple_fold_builtin_memory_op()
1223 || src_align >= TYPE_ALIGN (desttype))) in gimple_fold_builtin_memory_op()
1228 && src_align >= TYPE_ALIGN (srctype) in gimple_fold_builtin_memory_op()
1230 || dest_align >= TYPE_ALIGN (srctype))) in gimple_fold_builtin_memory_op()
1239 && dest_align >= TYPE_ALIGN (TREE_TYPE (srcvar))) in gimple_fold_builtin_memory_op()
1249 if (src_align >= TYPE_ALIGN (desttype)) in gimple_fold_builtin_memory_op()
1266 if (dest_align >= TYPE_ALIGN (srctype)) in gimple_fold_builtin_memory_op()
1326 if (src_align > TYPE_ALIGN (srctype)) in gimple_fold_builtin_memory_op()
1331 if (dest_align > TYPE_ALIGN (desttype)) in gimple_fold_builtin_memory_op()
4375 if (eltsz > 1 && buf->align < TYPE_ALIGN (type)) in clear_padding_flush()
[all …]
Dgodump.cc993 (TYPE_ALIGN (type), TYPE_UNSIGNED (type)); in go_format_type()
997 TYPE_ALIGN (type), TYPE_UNSIGNED (type) ? "u" : ""); in go_format_type()
Domp-offload.cc416 SET_TYPE_ALIGN (vars_decl_type, TYPE_ALIGN (pointer_sized_int_node)); in omp_finish_file()
417 SET_TYPE_ALIGN (funcs_decl_type, TYPE_ALIGN (pointer_sized_int_node)); in omp_finish_file()
433 SET_DECL_ALIGN (funcs_decl, TYPE_ALIGN (funcs_decl_type)); in omp_finish_file()
434 SET_DECL_ALIGN (vars_decl, TYPE_ALIGN (vars_decl_type)); in omp_finish_file()
Dfunction.cc2874 && TYPE_ALIGN (data->nominal_type) > MEM_ALIGN (stack_parm) in assign_parm_adjust_stack_rtl()
3393 TYPE_ALIGN (TREE_TYPE (parm))); in assign_parm_setup_reg()
3481 TYPE_ALIGN (TREE_TYPE (TREE_TYPE (parm)))); in assign_parm_setup_reg()
3532 TYPE_ALIGN (data->arg.type)); in assign_parm_setup_stack()
3617 TYPE_ALIGN (TREE_TYPE (parm))); in assign_parms_unsplit_complex()
3690 if (TYPE_ALIGN (data.nominal_type) > align) in assign_parms()
3693 TYPE_ALIGN (data.nominal_type)); in assign_parms()
5208 mark_reg_pointer (local, TYPE_ALIGN (TREE_TYPE (TREE_TYPE (parm)))); in expand_function_start()
Dtree-pretty-print.cc1592 if (TYPE_ALIGN (TREE_TYPE (node)) in dump_mem_ref()
1593 != TYPE_ALIGN (TYPE_MAIN_VARIANT (TREE_TYPE (node)))) in dump_mem_ref()
1596 pp_decimal_int (pp, TYPE_ALIGN (TREE_TYPE (node))); in dump_mem_ref()
2415 if (TYPE_ALIGN (TREE_TYPE (node)) in dump_generic_node()
2416 != TYPE_ALIGN (TYPE_MAIN_VARIANT (TREE_TYPE (node)))) in dump_generic_node()
2419 pp_decimal_int (pp, TYPE_ALIGN (TREE_TYPE (node))); in dump_generic_node()
Dtree-nested.cc306 if (TYPE_ALIGN (type) < DECL_ALIGN (field)) in insert_field_into_struct()
403 SET_DECL_ALIGN (field, TYPE_ALIGN (TREE_TYPE (field))); in lookup_field_for_decl()
516 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in get_chain_field()
659 SET_DECL_ALIGN (t, MAX (TYPE_ALIGN (ptr_type_node), align)); in get_descriptor_type()
789 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in get_nl_goto_field()
Dtree-ssa-coalesce.cc1559 var1 ? LOCAL_DECL_ALIGNMENT (var1) : TYPE_ALIGN (t1)) in gimple_can_coalesce_p()
1562 var2 ? LOCAL_DECL_ALIGNMENT (var2) : TYPE_ALIGN (t2))) in gimple_can_coalesce_p()
Dtree-vectorizer.cc1554 return TYPE_ALIGN (vectype); in get_vec_alignment_for_array_type()
1639 return (alignment > TYPE_ALIGN (type)) ? alignment : 0; in get_vec_alignment_for_type()
Dtarghooks.cc1466 return TYPE_ALIGN (type); in default_preferred_vector_alignment()
2415 if (boundary < TYPE_ALIGN (type)) in std_gimplify_va_arg_expr()
Dlanghooks.cc511 SET_TYPE_ALIGN (enumtype, TYPE_ALIGN (integer_type_node)); in lhd_simulate_enum_decl()
Dtree-dump.cc392 dump_int (di, "algn", TYPE_ALIGN (t)); in dequeue_and_dump()
Dexpr.cc2901 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD); in copy_blkmode_from_reg()
3048 bitsize = MIN (TYPE_ALIGN (TREE_TYPE (src)), BITS_PER_WORD); in copy_blkmode_to_reg()
7840 this_align = TYPE_ALIGN (TREE_TYPE (target)); in target_align()
7847 this_align = TYPE_ALIGN (TREE_TYPE (target)); in target_align()
7852 return TYPE_ALIGN (TREE_TYPE (target)); in target_align()
8469 && TYPE_ALIGN (TREE_TYPE (inner)) < TYPE_ALIGN (TREE_TYPE (exp))) in expand_expr_addr_expr_1()
8473 SET_TYPE_ALIGN (TREE_TYPE (inner), TYPE_ALIGN (TREE_TYPE (exp))); in expand_expr_addr_expr_1()
8611 TYPE_ALIGN (type))) in expand_constructor()
8640 TYPE_ALIGN (type)) in expand_constructor()
11330 : TYPE_ALIGN (TREE_TYPE (tem)) < GET_MODE_ALIGNMENT (mode) in expand_expr_real_1()
Dtree.cc5526 if (TYPE_ALIGN (cand) == TYPE_ALIGN (base) in check_base_type()
5535 if (atomic_type && TYPE_ALIGN (atomic_type) == TYPE_ALIGN (cand)) in check_base_type()
5561 && TYPE_ALIGN (cand) == align in check_aligned_type()
5628 if (TYPE_ALIGN (atomic_type) > TYPE_ALIGN (t)) in build_qualified_type()
5629 SET_TYPE_ALIGN (t, TYPE_ALIGN (atomic_type)); in build_qualified_type()
5661 || TYPE_ALIGN (type) == align) in build_aligned_type()
6054 && (TYPE_ALIGN (a->type) != TYPE_ALIGN (b->type) in equal()
7130 SET_TYPE_ALIGN (itype, TYPE_ALIGN (type)); in build_range_type_1()
Dtree-streamer-out.cc368 bp_pack_var_len_unsigned (bp, TYPE_ALIGN (expr)); in pack_ts_type_common_value_fields()
Domp-low.cc838 SET_DECL_ALIGN (field, TYPE_ALIGN (type)); in install_var_field()
1595 SET_DECL_ALIGN (field, TYPE_ALIGN (ptr_type_node)); in scan_sharing_clauses()
1683 SET_DECL_ALIGN (field, TYPE_ALIGN (ptr_type_node)); in scan_sharing_clauses()
2446 SET_DECL_ALIGN (field, TYPE_ALIGN (TREE_TYPE (field))); in finish_taskreg_scan()
2447 if (TYPE_ALIGN (ctx->record_type) < DECL_ALIGN (field)) in finish_taskreg_scan()
2456 if (TYPE_ALIGN (ctx->srecord_type) < DECL_ALIGN (sfield)) in finish_taskreg_scan()
5390 tree al = size_int (TYPE_ALIGN (TREE_TYPE (type))); in lower_rec_input_clauses()
5835 tree al = size_int (TYPE_ALIGN (rtype)); in lower_rec_input_clauses()
9102 if (TYPE_ALIGN (record_type) < DECL_ALIGN (field)) in lower_omp_task_reductions()
9105 if (TYPE_ALIGN (record_type) < DECL_ALIGN (ifield)) in lower_omp_task_reductions()
[all …]
Dtree-ssa-pre.cc4183 && (TYPE_ALIGN (ref1->type) in compute_avail()
4184 > TYPE_ALIGN (ref2->type))) in compute_avail()
4187 TYPE_ALIGN (ref2->type)); in compute_avail()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc851 && type && TYPE_ALIGN (type) > 64) in rs6000_function_arg_boundary()
866 && type && TYPE_ALIGN (type) > 64) in rs6000_function_arg_boundary()
1167 if (TYPE_ALIGN (type) >= 2 * BITS_PER_WORD in rs6000_function_arg_advance_1()
1188 cum->words, TYPE_ALIGN (type), size); in rs6000_function_arg_advance_1()
1452 if (!retval && TYPE_ALIGN (type) >= 2 * BITS_PER_WORD in rs6000_darwin64_record_arg()
2789 && (TYPE_ALIGN (type) in rs6000_gimplify_va_arg()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390-c.cc501TYPE_ALIGN (TREE_TYPE (TREE_TYPE ((*arglist)[1])))); in s390_expand_overloaded_builtin()
514TYPE_ALIGN (TREE_TYPE (TREE_TYPE ((*arglist)[2])))); in s390_expand_overloaded_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.cc2175 if (arg.type && (TYPE_ALIGN (arg.type) > BITS_PER_WORD)) in xtensa_function_arg_1()
2177 int align = MIN (TYPE_ALIGN (arg.type), STACK_BOUNDARY) / BITS_PER_WORD; in xtensa_function_arg_1()
2214 alignment = type ? TYPE_ALIGN (type) : GET_MODE_ALIGNMENT (mode); in xtensa_function_arg_boundary()
3328 if (TYPE_ALIGN (type) > BITS_PER_WORD) in xtensa_gimplify_va_arg_expr()
3330 int align = MIN (TYPE_ALIGN (type), STACK_BOUNDARY) / BITS_PER_UNIT; in xtensa_gimplify_va_arg_expr()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc1413 SET_TYPE_ALIGN (t, TYPE_ALIGN (type)); in cp_build_qualified_type_real()
1842 || TYPE_ALIGN (t) != TYPE_ALIGN (result)) in strip_typedefs()
1849 if (TYPE_ALIGN (t) == TYPE_ALIGN (result)) in strip_typedefs()
1852 result = build_aligned_type (result, TYPE_ALIGN (t)); in strip_typedefs()
Dclass.cc2122 unsigned align = TYPE_ALIGN (t); in fixup_attribute_variants()
2139 valign = MAX (valign, TYPE_ALIGN (variants)); in fixup_attribute_variants()
3803 || TYPE_ALIGN (TREE_TYPE (field)) > BITS_PER_UNIT) in check_field_decls()
4418 : TYPE_ALIGN (type))); in layout_nonempty_base_or_field()
6765 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type)); in layout_class_type()
9199 (unsigned long)(TYPE_ALIGN (t) / BITS_PER_UNIT)); in dump_class_hierarchy_1()
9204 (unsigned long)(TYPE_ALIGN (as_base) / BITS_PER_UNIT)); in dump_class_hierarchy_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Diq2000.cc1266 if (type != NULL_TREE && TYPE_ALIGN (type) > (unsigned) BITS_PER_WORD) in iq2000_function_arg()
1407 ? (TYPE_ALIGN (type) <= PARM_BOUNDARY in iq2000_function_arg_boundary()
1409 : TYPE_ALIGN (type)) in iq2000_function_arg_boundary()

1234