Home
last modified time | relevance | path

Searched refs:cond_branch_taken (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtarget.h147 cond_branch_taken, enumerator
H A Dtree-vect-loop.c2476 peel_guard_costs = 2 * vect_get_cost (cond_branch_taken); in vect_get_known_peeling_cost()
2557 vec_outside_cost += vect_get_cost (cond_branch_taken); in vect_estimate_min_profitable_iters()
2658 peel_guard_costs += 2 * (vect_get_cost (cond_branch_taken) in vect_estimate_min_profitable_iters()
2737 scalar_outside_cost += 2 * vect_get_cost (cond_branch_taken) in vect_estimate_min_profitable_iters()
2741 scalar_outside_cost += 2 * vect_get_cost (cond_branch_taken); in vect_estimate_min_profitable_iters()
H A Dtarghooks.c524 case cond_branch_taken: in default_builtin_vectorization_cost()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtarget.h182 cond_branch_taken, enumerator
H A Dtree-vect-loop.c3650 retval = record_stmt_cost (prologue_cost_vec, 1, cond_branch_taken, in vect_get_known_peeling_cost()
3652 retval = record_stmt_cost (prologue_cost_vec, 1, cond_branch_taken, in vect_get_known_peeling_cost()
3788 (void) add_stmt_cost (target_cost_data, 1, cond_branch_taken, NULL, 0, in vect_estimate_min_profitable_iters()
3850 (void) add_stmt_cost (target_cost_data, 1, cond_branch_taken, in vect_estimate_min_profitable_iters()
3854 (void) add_stmt_cost (target_cost_data, 1, cond_branch_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()
3979 scalar_outside_cost += 2 * vect_get_stmt_cost (cond_branch_taken); in vect_estimate_min_profitable_iters()
H A Dtarghooks.c712 case cond_branch_taken: in default_builtin_vectorization_cost()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c35723 case cond_branch_taken: in ix86_builtin_vectorization_cost()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c46179 case cond_branch_taken: in ix86_builtin_vectorization_cost()