Home
last modified time | relevance | path

Searched refs:partial_load_bias (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop-manip.cc669 int partial_load_bias = LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS (loop_vinfo); in vect_set_loop_controls_directly() local
670 if (partial_load_bias != 0) in vect_set_loop_controls_directly()
677 partial_load_bias)); in vect_set_loop_controls_directly()
Dtree-vect-loop.cc1176 signed char partial_load_bias = internal_len_load_store_bias in vect_verify_loop_lens() local
1182 gcc_assert (partial_load_bias == partial_store_bias); in vect_verify_loop_lens()
1184 if (partial_load_bias == VECT_PARTIAL_BIAS_UNSUPPORTED) in vect_verify_loop_lens()
1190 if (partial_load_bias == -1 in vect_verify_loop_lens()
1194 LOOP_VINFO_PARTIAL_LOAD_STORE_BIAS (loop_vinfo) = partial_load_bias; in vect_verify_loop_lens()