Lines Matching refs:epilog_stmt

4548   gimple *epilog_stmt = NULL;  in vect_create_epilog_for_reduction()  local
5015 epilog_stmt = gimple_build_assign (idx_val, BIT_FIELD_REF, in vect_create_epilog_for_reduction()
5020 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5022 epilog_stmt = gimple_build_assign (val, BIT_FIELD_REF, in vect_create_epilog_for_reduction()
5028 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5035 epilog_stmt = gimple_build_assign (new_idx_val, in vect_create_epilog_for_reduction()
5038 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5041 epilog_stmt = gimple_build_assign (new_val, in vect_create_epilog_for_reduction()
5048 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5095 epilog_stmt = gimple_build_assign (tmp, COND_EXPR, zcompare, in vect_create_epilog_for_reduction()
5097 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5256 epilog_stmt in vect_create_epilog_for_reduction()
5261 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5263 epilog_stmt in vect_create_epilog_for_reduction()
5268 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5281 epilog_stmt = gimple_build_assign (tem, VIEW_CONVERT_EXPR, in vect_create_epilog_for_reduction()
5284 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5287 epilog_stmt in vect_create_epilog_for_reduction()
5292 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5294 epilog_stmt = gimple_build_assign (dst1, VIEW_CONVERT_EXPR, in vect_create_epilog_for_reduction()
5297 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5299 epilog_stmt in vect_create_epilog_for_reduction()
5304 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5306 epilog_stmt = gimple_build_assign (dst2, VIEW_CONVERT_EXPR, in vect_create_epilog_for_reduction()
5309 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5313 epilog_stmt = gimple_build_assign (new_temp, code, dst1, dst2); in vect_create_epilog_for_reduction()
5314 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5315 new_phis[0] = epilog_stmt; in vect_create_epilog_for_reduction()
5370 epilog_stmt = gimple_build_assign (new_scalar_dest, rhs); in vect_create_epilog_for_reduction()
5371 new_temp = make_ssa_name (new_scalar_dest, epilog_stmt); in vect_create_epilog_for_reduction()
5372 gimple_assign_set_lhs (epilog_stmt, new_temp); in vect_create_epilog_for_reduction()
5373 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5474 epilog_stmt = gimple_build_assign (tmp, COND_EXPR, zcompare, in vect_create_epilog_for_reduction()
5476 gsi_insert_before (&exit_gsi, epilog_stmt, GSI_SAME_STMT); in vect_create_epilog_for_reduction()
5507 epilog_stmt = gimple_seq_last_stmt (stmts); in vect_create_epilog_for_reduction()
5511 stmt_vec_info epilog_stmt_info = loop_vinfo->add_stmt (epilog_stmt); in vect_create_epilog_for_reduction()
5523 new_phis[0] = epilog_stmt; in vect_create_epilog_for_reduction()