Home
last modified time | relevance | path

Searched refs:gimple_extract_op (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-match.h368 bool gimple_extract_op (gimple *, gimple_match_op *);
H A Dtree-vect-loop.cc3457 if (!gimple_extract_op (use_stmt, &op)) in check_reduction_path()
3757 if (!gimple_extract_op (stmt, &op)) in vect_is_simple_reduction()
4560 if (!gimple_extract_op (orig_stmt_info->stmt, &op)) in vect_model_reduction_cost()
6692 if (!gimple_extract_op (vdef->stmt, &op)) in vectorizable_reduction()
6772 if (!gimple_extract_op (stmt_info->stmt, &op)) in vectorizable_reduction()
7467 if (!gimple_extract_op (stmt_info->stmt, &op)) in vect_transform_reduction()
H A Dgimple-match-head.cc1054 gimple_extract_op (gimple *stmt, gimple_match_op *res_op) in gimple_extract_op() function
H A Dtree-vect-patterns.cc5767 if (!gimple_extract_op (orig_stmt_info_saved->stmt, &op)) in vect_mark_pattern_stmts()
5789 if (gimple_extract_op (s, &op)) in vect_mark_pattern_stmts()
H A DChangeLog-20212569 (vect_transform_reduction): Use gimple_extract_op but expect
2576 gimple_extract_op when updating STMT_VINFO_REDUC_IDX.
2594 (gimple_extract_op): Declare.
2597 (gimple_extract_op): New function.