Home
last modified time | relevance | path

Searched refs:unrolling_factor (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c1872 poly_uint64 unrolling_factor = SLP_INSTANCE_UNROLLING_FACTOR (slp_instn); in vect_attempt_slp_rearrange_stmts() local
1879 if (known_eq (unrolling_factor, 1U) in vect_attempt_slp_rearrange_stmts()
2257 poly_uint64 unrolling_factor in vect_analyze_slp_instance() local
2260 if (maybe_ne (unrolling_factor, 1U) in vect_analyze_slp_instance()
2285 SLP_INSTANCE_UNROLLING_FACTOR (new_instance) = unrolling_factor; in vect_analyze_slp_instance()
2532 poly_uint64 unrolling_factor = 1; in vect_make_slp_decision() local
2547 unrolling_factor in vect_make_slp_decision()
2548 = force_common_multiple (unrolling_factor, in vect_make_slp_decision()
2558 LOOP_VINFO_SLP_UNROLLING_FACTOR (loop_vinfo) = unrolling_factor; in vect_make_slp_decision()
2565 dump_dec (MSG_NOTE, unrolling_factor); in vect_make_slp_decision()
H A Dtree-vectorizer.h163 poly_uint64 unrolling_factor;
176 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc3071 poly_uint64 unrolling_factor in vect_build_slp_instance() local
3074 if (maybe_ne (unrolling_factor, 1U) in vect_build_slp_instance()
3103 SLP_INSTANCE_UNROLLING_FACTOR (new_instance) = unrolling_factor; in vect_build_slp_instance()
4229 poly_uint64 unrolling_factor = 1; in vect_make_slp_decision() local
4245 unrolling_factor in vect_make_slp_decision()
4246 = force_common_multiple (unrolling_factor, in vect_make_slp_decision()
4256 LOOP_VINFO_SLP_UNROLLING_FACTOR (loop_vinfo) = unrolling_factor; in vect_make_slp_decision()
4263 dump_dec (MSG_NOTE, unrolling_factor); in vect_make_slp_decision()
H A Dtree-vectorizer.h247 poly_uint64 unrolling_factor;
271 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor
H A DChangeLog-201835750 * tree-vectorizer.h (_slp_instance::unrolling_factor): Change