| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-nrv.cc | 210 || DECL_ALIGN (found) > DECL_ALIGN (result) in execute()
|
| D | adjust-alignment.cc | 74 gcc_assert (align >= DECL_ALIGN (var)); in execute()
|
| D | stor-layout.cc | 608 if (TYPE_ALIGN (type) > DECL_ALIGN (decl)) in do_type_align() 703 if (EMPTY_FIELD_BOUNDARY > DECL_ALIGN (decl)) in layout_decl() 727 SET_DECL_ALIGN (decl, MAX (xalign, DECL_ALIGN (decl))); in layout_decl() 737 && DECL_ALIGN (decl) >= TYPE_ALIGN (type)) in layout_decl() 753 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), BITS_PER_UNIT)); in layout_decl() 761 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), in layout_decl() 766 DECL_ALIGN (decl))); in layout_decl() 776 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), mfa)); in layout_decl() 1053 desired_align = DECL_ALIGN (field); in update_alignment_for_field()
|
| D | defaults.h | 126 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \ 1140 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
|
| D | ipa-icf.cc | 380 if (address && DECL_ALIGN (n1->decl) != DECL_ALIGN (n2->decl)) in compare_referenced_symbol_properties() 432 hstate.add_int (DECL_ALIGN (ref->decl)); in hash_referenced_symbol_properties() 2026 if (DECL_ALIGN (original->decl) != DECL_ALIGN (alias->decl) in merge() 2038 if (DECL_ALIGN (original->decl) < DECL_ALIGN (alias->decl)) in merge()
|
| D | varasm.cc | 1091 unsigned int align = DECL_ALIGN (decl); in align_variable() 1162 unsigned int align = DECL_ALIGN (decl); in get_variable_align() 2366 SET_DECL_ALIGN (decl, MAX (DECL_ALIGN (decl), in assemble_variable() 2370 set_mem_align (decl_rtl, DECL_ALIGN (decl)); in assemble_variable() 3483 SET_DECL_ALIGN (decl, targetm.constant_alignment (exp, DECL_ALIGN (decl))); in build_constant_desc() 3487 if (DECL_ALIGN (decl) < GET_MODE_ALIGNMENT (DECL_MODE (decl)) in build_constant_desc() 3491 DECL_ALIGN (decl)))) in build_constant_desc() 3500 ? DECL_ALIGN (decl) in build_constant_desc() 3517 set_mem_align (rtl, DECL_ALIGN (decl)); in build_constant_desc() 3668 SET_DECL_ALIGN (decl, MAX (DECL_ALIGN (decl), in output_constant_def_contents() [all …]
|
| D | ipa-icf-gimple.cc | 456 if (DECL_ALIGN (t1) != DECL_ALIGN (t2)) in compare_variable_decl()
|
| D | function.cc | 2973 ? MAX (DECL_ALIGN (parm), BITS_PER_WORD) : DECL_ALIGN (parm)); in assign_parm_setup_block() 2976 if (DECL_ALIGN (parm) > MAX_SUPPORTED_STACK_ALIGNMENT) in assign_parm_setup_block() 2979 get_dynamic_stack_size (&allocsize, 0, DECL_ALIGN (parm), NULL); in assign_parm_setup_block() 2983 DECL_ALIGN (parm)); in assign_parm_setup_block() 2984 mark_reg_pointer (addr, DECL_ALIGN (parm)); in assign_parm_setup_block() 2990 DECL_ALIGN (parm)); in assign_parm_setup_block() 3998 DECL_ALIGN (parm), in gimplify_parameters()
|
| D | symtab.cc | 2506 if (DECL_ALIGN (n->decl) < align in increase_alignment_1() 2524 gcc_assert (DECL_ALIGN (decl) >= align); in increase_alignment() 2532 *((unsigned int *)v) = MAX (*((unsigned int *)v), DECL_ALIGN (n->decl)); in get_alignment_1()
|
| D | tree-nested.cc | 299 if (DECL_ALIGN (field) >= DECL_ALIGN (*p)) in insert_field_into_struct() 306 if (TYPE_ALIGN (type) < DECL_ALIGN (field)) in insert_field_into_struct() 307 SET_TYPE_ALIGN (type, DECL_ALIGN (field)); in insert_field_into_struct() 410 SET_DECL_ALIGN (field, DECL_ALIGN (decl)); in lookup_field_for_decl()
|
| D | gimple-expr.cc | 385 SET_DECL_ALIGN (copy, DECL_ALIGN (var)); in copy_var_decl()
|
| D | omp-low.cc | 833 SET_DECL_ALIGN (field, DECL_ALIGN (var)); in install_var_field() 848 SET_DECL_ALIGN (sfield, DECL_ALIGN (field)); in install_var_field() 2447 if (TYPE_ALIGN (ctx->record_type) < DECL_ALIGN (field)) in finish_taskreg_scan() 2448 SET_TYPE_ALIGN (ctx->record_type, DECL_ALIGN (field)); in finish_taskreg_scan() 2455 SET_DECL_ALIGN (sfield, DECL_ALIGN (field)); in finish_taskreg_scan() 2456 if (TYPE_ALIGN (ctx->srecord_type) < DECL_ALIGN (sfield)) in finish_taskreg_scan() 2457 SET_TYPE_ALIGN (ctx->srecord_type, DECL_ALIGN (sfield)); in finish_taskreg_scan() 3089 unsigned int align = DECL_ALIGN (TYPE_FIELDS (ctx->record_type)); in scan_omp_target() 3093 gcc_assert (DECL_ALIGN (field) == align); in scan_omp_target() 5765 size_int (DECL_ALIGN (var))); in lower_rec_input_clauses() [all …]
|
| D | tree-dump.cc | 515 dump_int (di, "algn", DECL_ALIGN (t)); in dequeue_and_dump()
|
| D | explow.cc | 715 align = DECL_ALIGN (SYMBOL_REF_DECL (x)); in force_reg() 730 sa = DECL_ALIGN (SYMBOL_REF_DECL (s)); in force_reg()
|
| D | tree-streamer-out.cc | 212 bp_pack_var_len_unsigned (bp, DECL_ALIGN (expr)); in pack_ts_decl_common_value_fields()
|
| D | tree-streamer-in.cc | 244 if (DECL_ALIGN (expr) > targetm.absolute_biggest_alignment) in unpack_ts_decl_common_value_fields()
|
| D | print-tree.cc | 518 DECL_ALIGN (node), DECL_WARN_IF_NOT_ALIGN (node)); in print_node()
|
| D | gimple.cc | 2487 && DECL_ALIGN (f1) == DECL_ALIGN (f2)) in gimple_compare_field_offset()
|
| D | omp-oacc-neuter-broadcast.cc | 582 SET_DECL_ALIGN (field, DECL_ALIGN (var)); in install_var_field()
|
| D | omp-offload.cc | 2534 SET_DECL_ALIGN (field, DECL_ALIGN (var)); in ompdevlow_adjust_simt_enter()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin.cc | 2368 (unsigned long long)size, DECL_ALIGN (decl), local_def, in darwin_asm_declare_object_name() 2385 if (DECL_ALIGN (decl)) in darwin_asm_declare_object_name() 2387 l2align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT); in darwin_asm_declare_object_name() 2641 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta); in darwin_output_aligned_bss() 2655 align = DECL_ALIGN (decl); in darwin_output_aligned_bss() 2668 ld_uses_coal_sects, DECL_ALIGN (decl)); in darwin_output_aligned_bss() 2766 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta); in darwin_asm_output_aligned_decl_common() 2779 ld_uses_coal_sects, DECL_ALIGN (decl)); in darwin_asm_output_aligned_decl_common() 2796 align = DECL_ALIGN (decl); in darwin_asm_output_aligned_decl_common() 2842 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta); in darwin_asm_output_aligned_decl_local() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-symtab.cc | 358 && DECL_ALIGN (prevailing_decl) < DECL_ALIGN (decl)) in lto_symtab_merge() 742 && DECL_ALIGN (prevailing->decl) < DECL_ALIGN (decl)) in lto_symtab_merge_decls_2()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.h | 860 ix86_local_alignment ((DECL), VOIDmode, DECL_ALIGN (DECL))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | coroutines.cc | 4038 if (DECL_ALIGN (orig)) in coro_build_actor_or_destroy_function() 4039 SET_DECL_ALIGN (fn, DECL_ALIGN (orig)); in coro_build_actor_or_destroy_function()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | generic.texi | 620 @findex DECL_ALIGN 692 @code{DECL_SIZE} and @code{DECL_ALIGN} on a @code{RESULT_DECL}, just as 702 as static data members. The @code{DECL_SIZE} and @code{DECL_ALIGN} are 704 you should always use the @code{DECL_SIZE} and @code{DECL_ALIGN} rather 744 @code{DECL_ALIGN} behave as for @code{VAR_DECL} nodes.
|