Home
last modified time | relevance | path

Searched refs:DECL_ALIGN (Results 1 – 25 of 73) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstor-layout.c410 && (DECL_ALIGN (decl) == 0
412 && TYPE_ALIGN (type) > DECL_ALIGN (decl))))
414 DECL_ALIGN (decl) = TYPE_ALIGN (type);
423 DECL_ALIGN (decl) = MIN (DECL_ALIGN (decl), maximum_field_alignment);
434 DECL_ALIGN (decl) = MIN (DECL_ALIGN (decl), BITS_PER_UNIT);
452 DECL_ALIGN (decl) = MAX (GET_MODE_ALIGNMENT (xmode),
453 DECL_ALIGN (decl));
463 && DECL_ALIGN (decl) >= TYPE_ALIGN (type)
706 desired_align = DECL_ALIGN (field);
711 desired_align = DECL_ALIGN (field);
[all …]
H A Dvarasm.c582 (*targetm.asm_out.select_section) (decl, reloc, DECL_ALIGN (decl));
1304 ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, decl, name, size, DECL_ALIGN (decl))
1308 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, DECL_ALIGN (decl))
1317 ASM_OUTPUT_ALIGNED_BSS (asm_out_file, decl, name, size, DECL_ALIGN (decl))
1329 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, decl, name, size, DECL_ALIGN (decl))
1333 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, name, size, DECL_ALIGN (decl))
1525 align = DECL_ALIGN (decl);
1561 DECL_ALIGN (decl) = align;
1608 if ((unsigned HOST_WIDE_INT) DECL_ALIGN (decl) / BITS_PER_UNIT > rounded)
1638 floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT));
H A Dc-decl.c1364 if (DECL_ALIGN (olddecl) > DECL_ALIGN (newdecl))
1366 DECL_ALIGN (newdecl) = DECL_ALIGN (olddecl);
1367 DECL_USER_ALIGN (newdecl) |= DECL_ALIGN (olddecl);
5300 DECL_ALIGN (x) = MAX (DECL_ALIGN (x), EMPTY_FIELD_BOUNDARY);
5305 DECL_ALIGN (x) = MAX (DECL_ALIGN (x),
5671 DECL_ALIGN (enu) = TYPE_ALIGN (enumtype);
H A Dtree-dump.c475 dump_int (di, "algn", DECL_ALIGN (t));
H A Dstmt.c3881 DECL_ALIGN (decl) = TYPE_ALIGN (type);
3979 DECL_ALIGN (decl) = (DECL_MODE (decl) == BLKmode ? BIGGEST_ALIGNMENT
4032 DECL_ALIGN (decl) = STACK_BOUNDARY;
4034 DECL_ALIGN (decl) = BIGGEST_ALIGNMENT;
4243 DECL_ALIGN (decl_elt) = DECL_ALIGN (decl);
H A Dprint-tree.c400 fprintf (file, " align %d", DECL_ALIGN (node));
H A Dtree.c303 DECL_ALIGN (t) = 1;
1290 if (DECL_ALIGN (t) != 0)
1291 return DECL_ALIGN (t);
H A Dtree.h1487 #define DECL_ALIGN(NODE) (DECL_CHECK (NODE)->decl.u1.a.align) macro
1489 #define DECL_ALIGN_UNIT(NODE) (DECL_ALIGN (NODE) / BITS_PER_UNIT)
/openbsd-src/gnu/gcc/gcc/
H A Dstor-layout.c273 if (TYPE_ALIGN (type) > DECL_ALIGN (decl)) in do_type_align()
275 DECL_ALIGN (decl) = TYPE_ALIGN (type); in do_type_align()
366 if (EMPTY_FIELD_BOUNDARY > DECL_ALIGN (decl)) in layout_decl()
368 DECL_ALIGN (decl) = EMPTY_FIELD_BOUNDARY; in layout_decl()
389 DECL_ALIGN (decl) = MAX (GET_MODE_ALIGNMENT (xmode), in layout_decl()
390 DECL_ALIGN (decl)); in layout_decl()
399 && DECL_ALIGN (decl) >= TYPE_ALIGN (type)) in layout_decl()
422 DECL_ALIGN (decl) = MIN (DECL_ALIGN (decl), BITS_PER_UNIT); in layout_decl()
430 DECL_ALIGN (decl) in layout_decl()
431 = MIN (DECL_ALIGN (decl), (unsigned) BIGGEST_FIELD_ALIGNMENT); in layout_decl()
[all …]
H A Dtree-nrv.c161 || DECL_ALIGN (found) > DECL_ALIGN (result) in tree_nrv()
H A Dtree-nested.c199 if (DECL_ALIGN (field) >= DECL_ALIGN (*p)) in insert_field_into_struct()
291 DECL_ALIGN (field) = TYPE_ALIGN (TREE_TYPE (field)); in lookup_field_for_decl()
298 DECL_ALIGN (field) = DECL_ALIGN (decl); in lookup_field_for_decl()
372 DECL_ALIGN (field) = TYPE_ALIGN (type); in get_chain_field()
453 DECL_ALIGN (t) = align; in get_trampoline_type()
538 DECL_ALIGN (field) = TYPE_ALIGN (type); in get_nl_goto_field()
H A Dvarasm.c569 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl)); in function_section()
587 DECL_ALIGN (current_function_decl)); in current_function_section()
839 unsigned int align = DECL_ALIGN (decl); in align_variable()
872 DECL_ALIGN (decl) = align; in align_variable()
915 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl)); in get_variable_section()
1582 size, DECL_ALIGN (decl)); in emit_local()
1585 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, DECL_ALIGN (decl)); in emit_local()
1603 ASM_OUTPUT_ALIGNED_BSS (asm_out_file, decl, name, size, DECL_ALIGN (decl)); in emit_bss()
1622 size, DECL_ALIGN (decl)); in emit_common()
1625 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, name, size, DECL_ALIGN (decl)); in emit_common()
[all …]
H A Dstmt.c1856 DECL_ALIGN (decl) = TYPE_ALIGN (type); in expand_decl()
1940 DECL_ALIGN (decl) = (DECL_MODE (decl) == BLKmode ? BIGGEST_ALIGNMENT in expand_decl()
1984 DECL_ALIGN (decl) = STACK_BOUNDARY; in expand_decl()
1986 DECL_ALIGN (decl) = BIGGEST_ALIGNMENT; in expand_decl()
2047 DECL_ALIGN (decl_elt) = DECL_ALIGN (decl); in expand_anon_union_decl()
H A Ddefaults.h124 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
H A Dexplow.c692 align = DECL_ALIGN (SYMBOL_REF_DECL (x)); in force_reg()
707 sa = DECL_ALIGN (SYMBOL_REF_DECL (s)); in force_reg()
H A Dcgraphunit.c1650 if (DECL_ALIGN (decl) >= alignment) in cgraph_increase_alignment()
1655 DECL_ALIGN (decl) = TYPE_ALIGN (vectype); in cgraph_increase_alignment()
H A Dtree-vect-analyze.c775 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 Dcfgexpand.c160 align = DECL_ALIGN (decl); in get_decl_align_unit()
556 DECL_ALIGN (decl) = align; in expand_one_stack_var_at()
H A Dcoverage.c403 DECL_ALIGN (tree_ctr_tables[counter]) = TYPE_ALIGN (gcov_type_node); in coverage_counter_alloc()
H A Dtree-dump.c509 dump_int (di, "algn", DECL_ALIGN (t)); in dequeue_and_dump()
H A Dprint-tree.c447 fprintf (file, " align %d", DECL_ALIGN (node)); in print_node()
H A Dc-decl.c1665 if (DECL_ALIGN (olddecl) > DECL_ALIGN (newdecl)) in merge_decls()
1667 DECL_ALIGN (newdecl) = DECL_ALIGN (olddecl); in merge_decls()
1668 DECL_USER_ALIGN (newdecl) |= DECL_ALIGN (olddecl); in merge_decls()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c579 DECL_ALIGN (decl) = TARGET_VTABLE_ENTRY_ALIGN;
607 DECL_ALIGN (decl) = MAX (TYPE_ALIGN (double_type_node),
608 DECL_ALIGN (decl));
2183 DECL_ALIGN (vtable) = MAX (TYPE_ALIGN (double_type_node),
2184 DECL_ALIGN (vtable));
3026 DECL_ALIGN (field) = MAX (DECL_ALIGN (field),
3032 DECL_ALIGN (field) = MAX (DECL_ALIGN (field),
3044 DECL_ALIGN (field) = MAX (DECL_ALIGN (field), TYPE_ALIGN (type));
3915 DECL_ALIGN (decl) = CLASSTYPE_ALIGN (basetype); in build_base_field()
4557 DECL_ALIGN (field) = TYPE_ALIGN (vtbl_ptr_type_node);
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c428 DECL_ALIGN (arfld) = TYPE_ALIGN (element_type);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c697 DECL_ALIGN (decl) = TARGET_VTABLE_ENTRY_ALIGN; in build_vtable()
701 DECL_ALIGN (decl) = MAX (TYPE_ALIGN (double_type_node), in build_vtable()
702 DECL_ALIGN (decl)); in build_vtable()
3595 DECL_ALIGN (decl) = CLASSTYPE_ALIGN (basetype); in build_base_field()
4696 DECL_ALIGN (field) = TYPE_ALIGN (integer_type); in layout_class_type()

123