Home
last modified time | relevance | path

Searched refs:nstmts (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c1037 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_store_cost() local
1038 inside_cost = record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_store_cost()
1250 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_load_cost() local
1251 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_load_cost()
H A Dtree-vect-loop.c3493 unsigned int nstmts = len * 2 - 1; in vect_estimate_min_profitable_iters() local
3497 nstmts += 1; in vect_estimate_min_profitable_iters()
3498 (void) add_stmt_cost (target_cost_data, nstmts, scalar_stmt, in vect_estimate_min_profitable_iters()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc3957 unsigned int nstmts = len * 2 - 1; in vect_estimate_min_profitable_iters() local
3961 nstmts += 1; in vect_estimate_min_profitable_iters()
3962 (void) add_stmt_cost (target_cost_data, nstmts, in vect_estimate_min_profitable_iters()
H A Dtree-vect-stmts.cc985 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_store_cost() local
986 inside_cost = record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_store_cost()
1198 int nstmts = ncopies * ceil_log2 (group_size) * group_size; in vect_model_load_cost() local
1199 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm, in vect_model_load_cost()
H A DChangeLog-202113829 nstmts, nloads and extra_ctor_cost.