Home
last modified time | relevance | path

Searched refs:init_cost (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-costs.c61 #define init_cost \ macro
1400 memcpy (op_costs[i], init_cost, struct_costs_size); in record_operand_costs()
2201 init_cost = NULL; in ira_init_costs_once()
2240 init_cost = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()
2241 init_cost->mem_cost = 1000000; in ira_init_costs()
2243 init_cost->cost[i] = 1000000; in ira_init_costs()
H A Dtree-vectorizer.h1368 init_cost (class loop *loop_info)
1370 return targetm.vectorize.init_cost (loop_info);
H A Dtree-vect-slp.c2680 : vec_info (vec_info::bb, init_cost (NULL), shared), in _bb_vec_info()
3039 void *target_cost_data = init_cost (NULL); in vect_bb_vectorization_profitable_p()
H A Dtree-vect-loop.c790 : vec_info (vec_info::loop, init_cost (loop_in), shared), in _loop_vec_info()
1120 void *target_cost_data = init_cost (loop); in vect_compute_single_scalar_iteration_cost()
2360 = init_cost (LOOP_VINFO_LOOP (loop_vinfo)); in vect_analyze_loop_2()
H A Dtarget.def2023 (init_cost,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc62 #define init_cost \ macro
1463 memcpy (op_costs[i], init_cost, struct_costs_size); in record_operand_costs()
2289 init_cost = NULL; in ira_init_costs_once()
2328 init_cost = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()
2329 init_cost->mem_cost = 1000000; in ira_init_costs()
2331 init_cost->cost[i] = 1000000; in ira_init_costs()
H A Dtree-vectorizer.h1742 init_cost (vec_info *vinfo, bool costing_for_scalar)
H A Dtree-vect-slp.cc5502 class vector_costs *scalar_target_cost_data = init_cost (bb_vinfo, true); in vect_bb_vectorization_profitable_p()
5515 class vector_costs *vect_target_cost_data = init_cost (bb_vinfo, false); in vect_bb_vectorization_profitable_p()
H A Dtree-vect-loop.cc1325 loop_vinfo->scalar_costs = init_cost (loop_vinfo, true); in vect_compute_single_scalar_iteration_cost()
2413 loop_vinfo->vector_costs = init_cost (loop_vinfo, false); in vect_analyze_loop_2()
H A DChangeLog-201217391 * target.def (init_cost): Change documentation string.
19024 * target.def (init_cost): New DEFHOOK.
19048 (init_cost): New function.
19058 * tree-vect-loop.c (new_loop_vec_info): Call init_cost.
19144 (new_bb_vec_info): Call init_cost.
H A DChangeLog-20217408 * target.def (targetm.vectorize.init_cost): Replace with...
7423 (init_cost): Take a vec_info and return a vector_costs.
26871 * target.def (init_cost): Add new parameter costing_for_scalar.
26879 * tree-vectorizer.h (init_cost): Likewise.
H A DChangeLog-200933490 (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
33492 (regclass_init): Rename to reginfo_init. Don't initialize init_cost.
H A DChangeLog-19983369 (init_cost): New static variable, moved out of regclass.
H A DChangeLog-201021369 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)