Searched refs:vec_stmt (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-vect-stmts.cc | 1576 stmt_vec_info stmt_info, gimple *vec_stmt) in vect_finish_stmt_generation_1() argument 1579 dump_printf_loc (MSG_NOTE, vect_location, "add new stmt: %G", vec_stmt); in vect_finish_stmt_generation_1() 1583 gimple_set_location (vec_stmt, gimple_location (stmt_info->stmt)); in vect_finish_stmt_generation_1() 1589 if (lp_nr != 0 && stmt_could_throw_p (cfun, vec_stmt)) in vect_finish_stmt_generation_1() 1590 add_stmt_to_eh_lp (vec_stmt, lp_nr); in vect_finish_stmt_generation_1() 1593 gcc_assert (!stmt_could_throw_p (cfun, vec_stmt)); in vect_finish_stmt_generation_1() 1602 stmt_vec_info stmt_info, gimple *vec_stmt) in vect_finish_replace_stmt() argument 1605 gcc_assert (gimple_get_lhs (scalar_stmt) == gimple_get_lhs (vec_stmt)); in vect_finish_replace_stmt() 1608 gsi_replace (&gsi, vec_stmt, true); in vect_finish_replace_stmt() 1610 vect_finish_stmt_generation_1 (vinfo, stmt_info, vec_stmt); in vect_finish_replace_stmt() [all …]
|
| D | tree-vect-loop.cc | 5311 gimple *vec_stmt = STMT_VINFO_VEC_STMTS (cond_info)[0]; in vect_create_epilog_for_reduction() local 5312 gcc_assert (gimple_assign_rhs_code (vec_stmt) == VEC_COND_EXPR); in vect_create_epilog_for_reduction() 5314 (std::make_pair (unshare_expr (gimple_assign_rhs1 (vec_stmt)), in vect_create_epilog_for_reduction() 6265 gimple **vec_stmt, slp_tree slp_node, in vectorize_fold_left_reduction() argument 6397 *vec_stmt = new_stmt; in vectorize_fold_left_reduction() 7449 gimple **vec_stmt, slp_tree slp_node) in vect_transform_reduction() argument 7517 (loop_vinfo, stmt_info, gsi, vec_stmt, slp_node, reduc_def_phi, in vect_transform_reduction() 7612 *vec_stmt = STMT_VINFO_VEC_STMTS (stmt_info)[0]; in vect_transform_reduction() 7621 stmt_vec_info stmt_info, gimple **vec_stmt, in vect_transform_cycle_phi() argument 7886 *vec_stmt = new_phi; in vect_transform_cycle_phi() [all …]
|
| D | ChangeLog-2018 | 15189 (vectorize_fold_left_reduction): Change vec_stmt from a gimple stmt 15200 (vectorizable_comparison, can_vectorize_live_stmts): Change vec_stmt
|
| D | ChangeLog-2014 | 46761 has been in some EH region and vec_stmt could throw, add 46762 vec_stmt into the same EH region.
|
| D | ChangeLog-2005 | 32669 the new vec_stmt.
|