HomeSort by: relevance | last modified time | path
    Searched refs:DECL_ALIGN (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/
adjust-alignment.cc 74 gcc_assert (align >= DECL_ALIGN (var));
tree-nrv.cc 210 || DECL_ALIGN (found) > DECL_ALIGN (result)
stor-layout.cc 639 if (TYPE_ALIGN (type) > DECL_ALIGN (decl))
734 if (EMPTY_FIELD_BOUNDARY > DECL_ALIGN (decl))
758 SET_DECL_ALIGN (decl, MAX (xalign, DECL_ALIGN (decl)));
768 && DECL_ALIGN (decl) >= TYPE_ALIGN (type))
772 /* Don't touch DECL_ALIGN. For other packed fields, go ahead and
784 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), BITS_PER_UNIT));
792 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl),
797 DECL_ALIGN (decl)));
807 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), mfa));
1085 desired_align = DECL_ALIGN (field)
    [all...]
defaults.h 126 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
1150 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
ipa-icf-gimple.cc 496 if (DECL_ALIGN (t1) != DECL_ALIGN (t2))
varasm.cc 1093 unsigned int align = DECL_ALIGN (decl);
1124 But as DECL_ALIGN is used both for actually emitting the variable
1158 /* Return DECL_ALIGN (decl), possibly increased for optimization purposes
1164 unsigned int align = DECL_ALIGN (decl);
1960 Note that we still need to align to DECL_ALIGN, as above,
2401 SET_DECL_ALIGN (decl, MAX (DECL_ALIGN (decl),
2405 set_mem_align (decl_rtl, DECL_ALIGN (decl));
3531 SET_DECL_ALIGN (decl, targetm.constant_alignment (exp, DECL_ALIGN (decl)));
3535 if (DECL_ALIGN (decl) < GET_MODE_ALIGNMENT (DECL_MODE (decl))
3539 DECL_ALIGN (decl)))
    [all...]
ipa-icf.cc 383 if (address && DECL_ALIGN (n1->decl) != DECL_ALIGN (n2->decl))
390 to explicit representation (such as DECL_ALIGN or DECL_SECTION). */
435 hstate.add_int (DECL_ALIGN (ref->decl));
1668 /* DECL_ALIGN is safe to merge, because we will always chose the largest
2052 if (DECL_ALIGN (original->decl) != DECL_ALIGN (alias->decl)
2064 if (DECL_ALIGN (original->decl) < DECL_ALIGN (alias->decl))
symtab.cc 2507 if (DECL_ALIGN (n->decl) < align
2525 gcc_assert (DECL_ALIGN (decl) >= align);
2533 *((unsigned int *)v) = MAX (*((unsigned int *)v), DECL_ALIGN (n->decl));
2538 to access THIS, because THIS may be interposable and DECL_ALIGN should
gimple-expr.cc 391 SET_DECL_ALIGN (copy, DECL_ALIGN (var));
tree-dump.cc 515 dump_int (di, "algn", DECL_ALIGN (t));
function.cc 2990 ? MAX (DECL_ALIGN (parm), BITS_PER_WORD) : DECL_ALIGN (parm));
2993 if (DECL_ALIGN (parm) > MAX_SUPPORTED_STACK_ALIGNMENT)
2996 get_dynamic_stack_size (&allocsize, 0, DECL_ALIGN (parm), NULL);
3000 DECL_ALIGN (parm));
3001 mark_reg_pointer (addr, DECL_ALIGN (parm));
3007 DECL_ALIGN (parm));
4010 DECL_ALIGN (parm),
  /src/external/gpl3/gcc.old/dist/gcc/
adjust-alignment.cc 74 gcc_assert (align >= DECL_ALIGN (var));
tree-nrv.cc 210 || DECL_ALIGN (found) > DECL_ALIGN (result)
stor-layout.cc 611 if (TYPE_ALIGN (type) > DECL_ALIGN (decl))
706 if (EMPTY_FIELD_BOUNDARY > DECL_ALIGN (decl))
730 SET_DECL_ALIGN (decl, MAX (xalign, DECL_ALIGN (decl)));
740 && DECL_ALIGN (decl) >= TYPE_ALIGN (type))
744 /* Don't touch DECL_ALIGN. For other packed fields, go ahead and
756 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), BITS_PER_UNIT));
764 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl),
769 DECL_ALIGN (decl)));
779 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), mfa));
1057 desired_align = DECL_ALIGN (field)
    [all...]
defaults.h 126 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
1140 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
ipa-icf-gimple.cc 458 if (DECL_ALIGN (t1) != DECL_ALIGN (t2))
varasm.cc 1096 unsigned int align = DECL_ALIGN (decl);
1127 But as DECL_ALIGN is used both for actually emitting the variable
1161 /* Return DECL_ALIGN (decl), possibly increased for optimization purposes
1167 unsigned int align = DECL_ALIGN (decl);
1934 Note that we still need to align to DECL_ALIGN, as above,
2375 SET_DECL_ALIGN (decl, MAX (DECL_ALIGN (decl),
2379 set_mem_align (decl_rtl, DECL_ALIGN (decl));
3497 SET_DECL_ALIGN (decl, targetm.constant_alignment (exp, DECL_ALIGN (decl)));
3501 if (DECL_ALIGN (decl) < GET_MODE_ALIGNMENT (DECL_MODE (decl))
3505 DECL_ALIGN (decl)))
    [all...]
ipa-icf.cc 380 if (address && DECL_ALIGN (n1->decl) != DECL_ALIGN (n2->decl))
387 to explicit representation (such as DECL_ALIGN or DECL_SECTION). */
432 hstate.add_int (DECL_ALIGN (ref->decl));
1646 /* DECL_ALIGN is safe to merge, because we will always chose the largest
2026 if (DECL_ALIGN (original->decl) != DECL_ALIGN (alias->decl)
2038 if (DECL_ALIGN (original->decl) < DECL_ALIGN (alias->decl))
symtab.cc 2506 if (DECL_ALIGN (n->decl) < align
2524 gcc_assert (DECL_ALIGN (decl) >= align);
2532 *((unsigned int *)v) = MAX (*((unsigned int *)v), DECL_ALIGN (n->decl));
2537 to access THIS, because THIS may be interposable and DECL_ALIGN should
gimple-expr.cc 385 SET_DECL_ALIGN (copy, DECL_ALIGN (var));
tree-dump.cc 515 dump_int (di, "algn", DECL_ALIGN (t));
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 2407 (unsigned long long)size, DECL_ALIGN (decl), local_def,
2424 if (DECL_ALIGN (decl))
2426 l2align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT);
2680 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta);
2694 align = DECL_ALIGN (decl);
2707 ld_uses_coal_sects, DECL_ALIGN (decl));
2805 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta);
2818 ld_uses_coal_sects, DECL_ALIGN (decl));
2835 align = DECL_ALIGN (decl);
2881 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 2368 (unsigned long long)size, DECL_ALIGN (decl), local_def,
2385 if (DECL_ALIGN (decl))
2387 l2align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT);
2641 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta);
2655 align = DECL_ALIGN (decl);
2668 ld_uses_coal_sects, DECL_ALIGN (decl));
2766 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta);
2779 ld_uses_coal_sects, DECL_ALIGN (decl));
2796 align = DECL_ALIGN (decl);
2842 darwin_emit_objc_zeroed (fp, decl, name, size, DECL_ALIGN (decl), meta)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.cc 358 && DECL_ALIGN (prevailing_decl) < DECL_ALIGN (decl))
742 && DECL_ALIGN (prevailing->decl) < DECL_ALIGN (decl))
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.cc 358 && DECL_ALIGN (prevailing_decl) < DECL_ALIGN (decl))
742 && DECL_ALIGN (prevailing->decl) < DECL_ALIGN (decl))

Completed in 97 milliseconds

1 2 3 4 5