Searched refs:offset_alignment (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.h95 unsigned int offset_alignment; member in struct:innermost_loop_behavior
196 #define DR_OFFSET_ALIGNMENT(DR) (DR)->innermost.offset_alignment
H A Dtree-data-ref.c1026 drb->offset_alignment = highest_pow2_factor (offset_iv.base);
5737 alignment = MIN (alignment, drb->offset_alignment);
5796 unsigned int offset_alignment = highest_pow2_factor (offset);
5797 alignment = MIN (alignment, offset_alignment);
5794 unsigned int offset_alignment = highest_pow2_factor (offset); local
H A Dtree-vectorizer.h1193 (S)->dr_wrt_vec_loop.offset_alignment
H A Dtree-vect-data-refs.c1013 if (drb->offset_alignment < vect_align_c
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.h95 unsigned int offset_alignment; member in struct:innermost_loop_behavior
201 #define DR_OFFSET_ALIGNMENT(DR) (DR)->innermost.offset_alignment
H A Dtree-data-ref.cc1257 drb->offset_alignment = highest_pow2_factor (offset_iv.base);
6050 alignment = MIN (alignment, drb->offset_alignment);
6109 unsigned int offset_alignment = highest_pow2_factor (offset);
6110 alignment = MIN (alignment, offset_alignment);
H A Dtree-vectorizer.h1404 (S)->dr_wrt_vec_loop.offset_alignment
H A Dtree-vect-data-refs.cc1112 if (drb->offset_alignment < vect_align_c

Completed in 367 milliseconds