Home
last modified time | relevance | path

Searched refs:vect_get_stmt_cost (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-stmts.c759 return vect_get_stmt_cost (scalar_load); in cost_for_stmt()
761 return vect_get_stmt_cost (scalar_store); in cost_for_stmt()
771 return vect_get_stmt_cost (scalar_stmt); in cost_for_stmt()
801 outside_cost += vect_get_stmt_cost (vector_stmt); in vect_model_simple_cost()
842 outside_cost += vect_get_stmt_cost (vector_stmt); in vect_model_promotion_demotion_cost()
892 outside_cost = vect_get_stmt_cost (scalar_to_vec); in vect_model_store_cost()
925 * vect_get_stmt_cost (vec_perm); in vect_model_store_cost()
1030 * vect_get_stmt_cost (vec_perm); in vect_model_load_cost()
1091 + vect_get_stmt_cost (vec_perm)); in vect_get_load_cost()
1097 *inside_cost += vect_get_stmt_cost (vector_stmt); in vect_get_load_cost()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-slp.c2966 stmt_cost = vect_get_stmt_cost (scalar_load); in vect_bb_slp_scalar_cost()
2968 stmt_cost = vect_get_stmt_cost (scalar_store); in vect_bb_slp_scalar_cost()
2971 stmt_cost = vect_get_stmt_cost (scalar_stmt); in vect_bb_slp_scalar_cost()
H A Dtree-vectorizer.h1137 int vect_get_stmt_cost (enum vect_cost_for_stmt type_of_cost) in vect_get_stmt_cost() function
H A Dtree-vect-loop.c3970 scalar_outside_cost += vect_get_stmt_cost (cond_branch_not_taken); in vect_estimate_min_profitable_iters()
3975 scalar_outside_cost += 2 * vect_get_stmt_cost (cond_branch_taken) in vect_estimate_min_profitable_iters()
3976 + vect_get_stmt_cost (cond_branch_not_taken); in vect_estimate_min_profitable_iters()
3979 scalar_outside_cost += 2 * vect_get_stmt_cost (cond_branch_taken); in vect_estimate_min_profitable_iters()