Home
last modified time | relevance | path

Searched defs:max_vf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-data-refs.c306 int loop_depth, unsigned int *max_vf) in vect_analyze_possibly_independent_ddr()
362 unsigned int *max_vf) in vect_analyze_data_ref_dependence()
598 unsigned int *max_vf) in vect_analyze_data_ref_dependences()
H A Dtree-vect-loop.c1905 unsigned int max_vf = MAX_VECTORIZATION_FACTOR; in vect_analyze_loop_2() local
9302 unsigned HOST_WIDE_INT max_vf = vect_max_vf (loop_vinfo); in vect_iv_limit_for_full_masking() local
H A Domp-low.c4146 poly_uint64_pod max_vf; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-data-refs.cc295 int loop_depth, unsigned int *max_vf) in vect_analyze_possibly_independent_ddr()
349 unsigned int *max_vf) in vect_analyze_data_ref_dependence()
581 unsigned int *max_vf) in vect_analyze_data_ref_dependences()
H A Dtree-vect-loop.cc2235 unsigned int max_vf = MAX_VECTORIZATION_FACTOR; in vect_analyze_loop_2() local
10302 unsigned HOST_WIDE_INT max_vf = vect_max_vf (loop_vinfo); in vect_iv_limit_for_partial_vectors() local
H A Domp-low.cc4598 poly_uint64_pod max_vf; member in omplow_simd_context