Searched refs:vectorizable_phi (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vectorizer.h | 2315 extern bool vectorizable_phi (vec_info *, stmt_vec_info, gimple **, slp_tree,
|
H A D | tree-vect-stmts.cc | 11288 || vectorizable_phi (vinfo, stmt_info, NULL, node, cost_vec)); in vect_analyze_stmt() 11436 done = vectorizable_phi (vinfo, stmt_info, &vec_stmt, slp_node, NULL); in vect_transform_stmt()
|
H A D | tree-vect-loop.cc | 7956 vectorizable_phi (vec_info *, in vectorizable_phi() function
|
H A D | ChangeLog-2020 | 6571 * tree-vectorizer.h (vectorizable_phi): Adjust prototype. 6573 (vect_analyze_stmt): Pass cost_vec to vectorizable_phi. 6574 * tree-vect-loop.c (vectorizable_phi): Do costing. 7360 * tree-vect-loop.c (vectorizable_phi): Make sure all operand 7726 (vectorizable_phi): New function. 7767 vectorizable_phi. 7775 (vectorizable_phi): Declare.
|
H A D | ChangeLog | 16570 * tree-vect-loop.c (vectorizable_phi): Remove assert and
|
H A D | ChangeLog-2021 | 2358 * tree-vect-loop.c (vectorizable_phi): Verify argument 32817 * tree-vect-loop.c (vectorizable_phi): Do not cost
|