Searched refs:init_cost (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ira-costs.c | 61 #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 D | tree-vectorizer.h | 1368 init_cost (class loop *loop_info) 1370 return targetm.vectorize.init_cost (loop_info);
|
H A D | tree-vect-slp.c | 2680 : 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 D | tree-vect-loop.c | 790 : 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 D | target.def | 2023 (init_cost,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ira-costs.cc | 62 #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 D | tree-vectorizer.h | 1742 init_cost (vec_info *vinfo, bool costing_for_scalar)
|
H A D | tree-vect-slp.cc | 5502 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 D | tree-vect-loop.cc | 1325 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 D | ChangeLog-2012 | 17391 * 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 D | ChangeLog-2021 | 7408 * 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 D | ChangeLog-2009 | 33490 (struct costs, costs, init_cost, ok_for_index_p_nonstrict, 33492 (regclass_init): Rename to reginfo_init. Don't initialize init_cost.
|
H A D | ChangeLog-1998 | 3369 (init_cost): New static variable, moved out of regclass.
|
H A D | ChangeLog-2010 | 21369 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
|