Home
last modified time | relevance | path

Searched refs:DR_TARGET_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vectorizer.h1208 #define DR_TARGET_ALIGNMENT(DR) DR_VECT_AUX (DR)->target_alignment macro
1237 return DR_TARGET_ALIGNMENT (dr); in vect_known_alignment_in_bytes()
H A Dtree-vect-data-refs.c933 DR_TARGET_ALIGNMENT (dr) = vector_alignment; in vect_compute_data_ref_alignment()
1131 misal &= DR_TARGET_ALIGNMENT (dr) - 1; in vect_update_misalignment_for_peel()
1788 unsigned int target_align = DR_TARGET_ALIGNMENT (dr); in vect_enhance_data_refs_alignment()
2061 unsigned int target_align = DR_TARGET_ALIGNMENT (dr0); in vect_enhance_data_refs_alignment()
2102 unsigned int target_align = DR_TARGET_ALIGNMENT (dr0); in vect_enhance_data_refs_alignment()
4562 DR_TARGET_ALIGNMENT (dr), misalign); in vect_duplicate_ssa_name_ptr_info()
5624 unsigned int align = DR_TARGET_ALIGNMENT (dr); in vect_setup_realignment()
H A Dtree-vect-loop-manip.c1567 unsigned int target_align = DR_TARGET_ALIGNMENT (dr); in get_misalign_in_elems()
1637 unsigned int target_align = DR_TARGET_ALIGNMENT (dr); in vect_gen_prolog_loop_niters()
H A Dtree-vect-stmts.c6028 unsigned int align_base_to = DR_TARGET_ALIGNMENT (dr) * BITS_PER_UNIT; in ensure_base_align()
7022 align = DR_TARGET_ALIGNMENT (first_dr); in vectorizable_store()
8166 align = DR_TARGET_ALIGNMENT (dr); in vectorizable_load()
8232 unsigned int align = DR_TARGET_ALIGNMENT (first_dr); in vectorizable_load()
8275 unsigned int align = DR_TARGET_ALIGNMENT (first_dr); in vectorizable_load()