Searched refs:unrolling_factor (Results 1 – 5 of 5) sorted by relevance
1872 poly_uint64 unrolling_factor = SLP_INSTANCE_UNROLLING_FACTOR (slp_instn); in vect_attempt_slp_rearrange_stmts() local1879 if (known_eq (unrolling_factor, 1U) in vect_attempt_slp_rearrange_stmts()2257 poly_uint64 unrolling_factor in vect_analyze_slp_instance() local2260 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() local2547 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()
163 poly_uint64 unrolling_factor;176 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor
3071 poly_uint64 unrolling_factor in vect_build_slp_instance() local3074 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() local4245 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()
247 poly_uint64 unrolling_factor;271 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor
35750 * tree-vectorizer.h (_slp_instance::unrolling_factor): Change