| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vectorizer.h | 695 class vector_costs *vector_costs; member in class:_loop_vec_info 698 class vector_costs *scalar_costs; 1577 class vector_costs class 1580 vector_costs (vec_info *, bool); 1581 virtual ~vector_costs () {} 1612 virtual void finish_cost (const vector_costs *scalar_costs); 1622 virtual bool better_main_loop_than_p (const vector_costs *other) const; 1626 virtual bool better_epilogue_loop_than_p (const vector_costs *other, 1641 int compare_inside_loop_cost (const vector_costs *) const 1665 vector_costs::vector_costs (vec_info *vinfo, bool costing_for_scalar) function in class:vector_costs [all...] |
| tree-vectorizer.h | 695 class vector_costs *vector_costs; member in class:_loop_vec_info 698 class vector_costs *scalar_costs; 1577 class vector_costs class 1580 vector_costs (vec_info *, bool); 1581 virtual ~vector_costs () {} 1612 virtual void finish_cost (const vector_costs *scalar_costs); 1622 virtual bool better_main_loop_than_p (const vector_costs *other) const; 1626 virtual bool better_epilogue_loop_than_p (const vector_costs *other, 1641 int compare_inside_loop_cost (const vector_costs *) const 1665 vector_costs::vector_costs (vec_info *vinfo, bool costing_for_scalar) function in class:vector_costs [all...] |
| tree-vect-slp.cc | 6821 add_stmt_costs (loop_vinfo->vector_costs, &cost_vec); 7226 stmt_vector_for_cost vector_costs = vNULL; local 7242 vector_costs.safe_splice (instance->cost_vec); 7260 li_vector_costs (vector_costs.length ()); 7267 /* Use a random used loop as fallback in case the first vector_costs 7270 FOR_EACH_VEC_ELT (vector_costs, i, cost) 7306 class vector_costs *scalar_target_cost_data = init_cost (bb_vinfo, true); 7319 class vector_costs *vect_target_cost_data = init_cost (bb_vinfo, false); 7370 vector_costs.release ();
|
| tree-vect-slp.cc | 6821 add_stmt_costs (loop_vinfo->vector_costs, &cost_vec); 7226 stmt_vector_for_cost vector_costs = vNULL; local 7242 vector_costs.safe_splice (instance->cost_vec); 7260 li_vector_costs (vector_costs.length ()); 7267 /* Use a random used loop as fallback in case the first vector_costs 7270 FOR_EACH_VEC_ELT (vector_costs, i, cost) 7306 class vector_costs *scalar_target_cost_data = init_cost (bb_vinfo, true); 7319 class vector_costs *vect_target_cost_data = init_cost (bb_vinfo, false); 7370 vector_costs.release ();
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vectorizer.h | 642 class vector_costs *vector_costs; member in class:_loop_vec_info 645 class vector_costs *scalar_costs; 1455 class vector_costs class 1458 vector_costs (vec_info *, bool); 1459 virtual ~vector_costs () {} 1490 virtual void finish_cost (const vector_costs *scalar_costs); 1500 virtual bool better_main_loop_than_p (const vector_costs *other) const; 1504 virtual bool better_epilogue_loop_than_p (const vector_costs *other, 1519 int compare_inside_loop_cost (const vector_costs *) const 1543 vector_costs::vector_costs (vec_info *vinfo, bool costing_for_scalar) function in class:vector_costs [all...] |
| tree-vectorizer.h | 642 class vector_costs *vector_costs; member in class:_loop_vec_info 645 class vector_costs *scalar_costs; 1455 class vector_costs class 1458 vector_costs (vec_info *, bool); 1459 virtual ~vector_costs () {} 1490 virtual void finish_cost (const vector_costs *scalar_costs); 1500 virtual bool better_main_loop_than_p (const vector_costs *other) const; 1504 virtual bool better_epilogue_loop_than_p (const vector_costs *other, 1519 int compare_inside_loop_cost (const vector_costs *) const 1543 vector_costs::vector_costs (vec_info *vinfo, bool costing_for_scalar) function in class:vector_costs [all...] |
| tree-vect-slp.cc | 5037 add_stmt_costs (loop_vinfo->vector_costs, &cost_vec); 5425 stmt_vector_for_cost vector_costs = vNULL; local 5441 vector_costs.safe_splice (instance->cost_vec); 5459 li_vector_costs (vector_costs.length ()); 5466 /* Use a random used loop as fallback in case the first vector_costs 5469 FOR_EACH_VEC_ELT (vector_costs, i, cost) 5505 class vector_costs *scalar_target_cost_data = init_cost (bb_vinfo, true); 5518 class vector_costs *vect_target_cost_data = init_cost (bb_vinfo, false); 5569 vector_costs.release ();
|
| tree-vect-slp.cc | 5037 add_stmt_costs (loop_vinfo->vector_costs, &cost_vec); 5425 stmt_vector_for_cost vector_costs = vNULL; local 5441 vector_costs.safe_splice (instance->cost_vec); 5459 li_vector_costs (vector_costs.length ()); 5466 /* Use a random used loop as fallback in case the first vector_costs 5469 FOR_EACH_VEC_ELT (vector_costs, i, cost) 5505 class vector_costs *scalar_target_cost_data = init_cost (bb_vinfo, true); 5518 class vector_costs *vect_target_cost_data = init_cost (bb_vinfo, false); 5569 vector_costs.release ();
|