Home
last modified time | relevance | path

Searched refs:ref_align (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-im.c1520 unsigned int ref_align = get_object_alignment (*mem); in gather_mem_refs_stmt() local
1524 if (TYPE_ALIGN (ref_type) != ref_align) in gather_mem_refs_stmt()
1525 ref_type = build_aligned_type (ref_type, ref_align); in gather_mem_refs_stmt()
H A Dtree-ssa-loop-ivopts.c2219 unsigned int ref_align; in may_be_unaligned_p() local
2220 get_object_alignment_1 (ref, &ref_align, &bitpos); in may_be_unaligned_p()
2221 if (ref_align < align in may_be_unaligned_p()
H A Dgimplify.c14628 unsigned int ref_align = get_object_alignment (*expr_p); in gimplify_expr() local
14632 if (TYPE_ALIGN (ref_type) != ref_align) in gimplify_expr()
14633 ref_type = build_aligned_type (ref_type, ref_align); in gimplify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc1645 unsigned int ref_align = get_object_alignment (*mem); in gather_mem_refs_stmt() local
1649 if (TYPE_ALIGN (ref_type) != ref_align) in gather_mem_refs_stmt()
1650 ref_type = build_aligned_type (ref_type, ref_align); in gather_mem_refs_stmt()
H A Dtree-ssa-loop-ivopts.cc2220 unsigned int ref_align; in may_be_unaligned_p() local
2221 get_object_alignment_1 (ref, &ref_align, &bitpos); in may_be_unaligned_p()
2222 if (ref_align < align in may_be_unaligned_p()
H A Dgimplify.cc16104 unsigned int ref_align = get_object_alignment (*expr_p); in gimplify_expr() local
16108 if (TYPE_ALIGN (ref_type) != ref_align) in gimplify_expr()
16109 ref_type = build_aligned_type (ref_type, ref_align); in gimplify_expr()