Searched defs:cost_vec (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 792 stmt_vector_for_cost *cost_vec) in vect_prologue_cost_for_slp_op() 932 stmt_vector_for_cost *cost_vec) in vect_model_promotion_demotion_cost() 997 stmt_vector_for_cost *cost_vec) in vect_model_store_cost() 1175 stmt_vector_for_cost *cost_vec) in vect_model_load_cost() 3093 tree vectype_in, stmt_vector_for_cost *cost_vec) in vectorizable_bswap() 3235 stmt_vector_for_cost *cost_vec) in vectorizable_call() 4740 stmt_vector_for_cost *cost_vec) in vectorizable_conversion() 5341 stmt_vector_for_cost *cost_vec) in vectorizable_assignment() 5545 stmt_vector_for_cost *cost_vec) in vectorizable_shift() 5958 stmt_vector_for_cost *cost_vec) in vectorizable_operation() [all …]
|
H A D | tree-vect-slp.c | 2719 stmt_vector_for_cost *cost_vec) in vect_slp_analyze_node_operations_1() 2801 stmt_vector_for_cost *cost_vec) in vect_slp_analyze_node_operations() 2893 stmt_vector_for_cost cost_vec; in vect_slp_analyze_operations() local 2938 stmt_vector_for_cost *cost_vec, in vect_bb_slp_scalar_cost()
|
H A D | tree-vect-loop.c | 1478 auto_vec<stmt_info_for_cost> cost_vec; in vect_analyze_loop_operations() local 3984 int ncopies, stmt_vector_for_cost *cost_vec) in vect_model_reduction_cost() 4149 stmt_vector_for_cost *cost_vec) in vect_model_induction_cost() 6024 stmt_vector_for_cost *cost_vec) in vectorizable_reduction() 7375 stmt_vector_for_cost *cost_vec) in vectorizable_induction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 836 stmt_vector_for_cost *cost_vec, in vect_model_simple_cost() 879 stmt_vector_for_cost *cost_vec, in vect_model_promotion_demotion_cost() 948 stmt_vector_for_cost *cost_vec) in vect_model_store_cost() 1124 stmt_vector_for_cost *cost_vec) in vect_model_load_cost() 3134 tree vectype_in, stmt_vector_for_cost *cost_vec) in vectorizable_bswap() 3269 stmt_vector_for_cost *cost_vec) in vectorizable_call() 4849 stmt_vector_for_cost *cost_vec) in vectorizable_conversion() 5395 stmt_vector_for_cost *cost_vec) in vectorizable_assignment() 5598 stmt_vector_for_cost *cost_vec) in vectorizable_shift() 6024 stmt_vector_for_cost *cost_vec) in vectorizable_operation() [all …]
|
H A D | tree-vect-slp.cc | 4517 stmt_vector_for_cost *cost_vec) in vect_slp_analyze_node_operations_1() 4647 stmt_vector_for_cost *cost_vec) in vect_prologue_cost_for_slp() 4704 stmt_vector_for_cost *cost_vec) in vect_slp_analyze_node_operations() 4828 stmt_vector_for_cost *cost_vec, in vect_bb_slp_mark_live_stmts() 4927 stmt_vector_for_cost *cost_vec) in vectorizable_bb_reduc_epilogue() 4991 stmt_vector_for_cost cost_vec; in vect_slp_analyze_operations() local 5230 stmt_vector_for_cost *cost_vec, in vect_bb_slp_scalar_cost() 7010 slp_tree node, stmt_vector_for_cost *cost_vec) in vectorizable_slp_permutation()
|
H A D | tree-vect-loop.cc | 1666 auto_vec<stmt_info_for_cost> cost_vec; in vect_analyze_loop_operations() local 4541 int ncopies, stmt_vector_for_cost *cost_vec) in vect_model_reduction_cost() 6563 stmt_vector_for_cost *cost_vec) in vectorizable_reduction() 7958 slp_tree slp_node, stmt_vector_for_cost *cost_vec) in vectorizable_phi() 8101 stmt_vector_for_cost *cost_vec) in vectorizable_induction() 8748 stmt_vector_for_cost *cost_vec) in vectorizable_live_operation()
|