Searched refs:SLP_INSTANCE_LOADS (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-vect-slp.c | 97 VEC_free (slp_tree, heap, SLP_INSTANCE_LOADS (instance)); in vect_free_slp_instance() 1021 slp_tree node = VEC_index (slp_tree, SLP_INSTANCE_LOADS (instance), 0); in vect_supported_slp_permutation_p() 1037 && VEC_iterate (slp_tree, SLP_INSTANCE_LOADS (instance), j, load); in vect_supported_slp_permutation_p() 1062 VEC_free (slp_tree, heap, SLP_INSTANCE_LOADS (instance)); in vect_supported_slp_permutation_p() 1063 SLP_INSTANCE_LOADS (instance) = sorted_loads; in vect_supported_slp_permutation_p() 1146 FOR_EACH_VEC_ELT (slp_tree, SLP_INSTANCE_LOADS (slp_instn), i, node) in vect_supported_load_permutation_p() 1167 FOR_EACH_VEC_ELT (slp_tree, SLP_INSTANCE_LOADS (slp_instn), i, node) in vect_supported_load_permutation_p() 1186 SLP_INSTANCE_LOADS (slp_instn), k); in vect_supported_load_permutation_p() 1202 && VEC_length (slp_tree, SLP_INSTANCE_LOADS (slp_instn)) == 2) in vect_supported_load_permutation_p() 1204 VEC_free (slp_tree, heap, SLP_INSTANCE_LOADS (slp_instn)); in vect_supported_load_permutation_p() [all …]
|
| HD | tree-vectorizer.h | 146 #define SLP_INSTANCE_LOADS(S) (S)->loads macro
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-vect-slp.c | 85 SLP_INSTANCE_LOADS (instance).release (); in vect_free_slp_instance() 1592 node = SLP_INSTANCE_LOADS (slp_instn)[0]; in vect_attempt_slp_rearrange_stmts() 1595 for (i = 1; SLP_INSTANCE_LOADS (slp_instn).iterate (i, &load); ++i) in vect_attempt_slp_rearrange_stmts() 1630 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (slp_instn), i, node) in vect_attempt_slp_rearrange_stmts() 1662 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (slp_instn), i, node) in vect_supported_load_permutation_p() 1681 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (slp_instn), i, node) in vect_supported_load_permutation_p() 1701 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (slp_instn), i, node) in vect_supported_load_permutation_p() 1768 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (slp_instn), i, node) in vect_supported_load_permutation_p() 2262 SLP_INSTANCE_LOADS (new_instance) = loads; in vect_analyze_slp_instance()
|
| HD | tree-vectorizer.h | 161 #define SLP_INSTANCE_LOADS(S) (S)->loads macro
|
| HD | tree-vect-data-refs.c | 803 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (instance), i, load) in vect_slp_analyze_instance_dependence() 2458 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (instance), i, node) in vect_slp_analyze_and_verify_instance_alignment()
|
| HD | tree-vect-loop.c | 2506 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (instance), j, node) in vect_analyze_loop_2()
|