Searched refs:gimple_extract_op (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-match.h | 368 bool gimple_extract_op (gimple *, gimple_match_op *);
|
H A D | tree-vect-loop.cc | 3457 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 D | gimple-match-head.cc | 1054 gimple_extract_op (gimple *stmt, gimple_match_op *res_op) in gimple_extract_op() function
|
H A D | tree-vect-patterns.cc | 5767 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 D | ChangeLog-2021 | 2569 (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.
|