Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-stmts.cc947 vec_load_store_type vls_type, slp_tree slp_node, in vect_model_store_cost() argument
958 if (vls_type == VLS_STORE_INVARIANT) in vect_model_store_cost()
1708 vec_load_store_type vls_type, in check_load_store_for_partial_vectors() argument
1727 bool is_load = (vls_type == VLS_LOAD); in check_load_store_for_partial_vectors()
2032 vec_load_store_type vls_type, in get_negative_load_store_type() argument
2064 if (vls_type == VLS_STORE_INVARIANT) in get_negative_load_store_type()
2174 bool masked_p, vec_load_store_type vls_type, in get_group_load_store_type() argument
2198 && vls_type == VLS_LOAD in get_group_load_store_type()
2207 gcc_assert (slp_node || vls_type == VLS_LOAD || gap == 0); in get_group_load_store_type()
2229 if (overrun_p && vls_type != VLS_LOAD) in get_group_load_store_type()
[all …]
DChangeLog-201618945 variable with vls_type.