Searched refs:reduction_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc4549 vect_reduction_type reduction_type,
4561 if (reduction_type == COND_REDUCTION)
4572 if (reduction_type == EXTRACT_LAST_REDUCTION)
4576 else if (reduction_type == FOLD_LEFT_REDUCTION)
4603 int prologue_stmts = reduction_type == COND_REDUCTION ? 4 : 1;
4618 if (reduction_type == COND_REDUCTION)
4643 else if (reduction_type == COND_REDUCTION)
4657 else if (reduction_type == EXTRACT_LAST_REDUCTION
4658 || reduction_type == FOLD_LEFT_REDUCTION)
7041 vect_reduction_type reduction_type local
4547 vect_model_reduction_cost(loop_vec_info loop_vinfo, stmt_vec_info stmt_info, internal_fn reduc_fn, vect_reduction_type reduction_type, int ncopies, stmt_vector_for_cost *cost_vec) argument
7519 vect_reduction_type reduction_type = STMT_VINFO_REDUC_TYPE (reduc_info); local
[all...]
H A Dtree-vect-stmts.cc10364 vect_reduction_type reduction_type = TREE_CODE_REDUCTION; local
10372 reduction_type = STMT_VINFO_REDUC_TYPE (reduc_info);
10374 gcc_assert (reduction_type != EXTRACT_LAST_REDUCTION
10441 if (reduction_type == EXTRACT_LAST_REDUCTION && reduc_index == 1)
10503 && reduction_type == EXTRACT_LAST_REDUCTION
10533 if (reduction_type == EXTRACT_LAST_REDUCTION)
10557 if (reduction_type == EXTRACT_LAST_REDUCTION)
10581 if (reduction_type != EXTRACT_LAST_REDUCTION)
10592 if (reduction_type == EXTRACT_LAST_REDUCTION)
10634 reduction_type !
[all...]
H A Dgimple-loop-interchange.cc113 enum reduction_type enum
140 enum reduction_type type;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c3983 vect_reduction_type reduction_type,
3998 if (reduction_type == COND_REDUCTION)
4007 if (reduction_type == EXTRACT_LAST_REDUCTION)
4011 else if (reduction_type == FOLD_LEFT_REDUCTION)
4038 int prologue_stmts = reduction_type == COND_REDUCTION ? 4 : 1;
4053 if (reduction_type == COND_REDUCTION)
4078 else if (reduction_type == COND_REDUCTION)
4092 else if (reduction_type == EXTRACT_LAST_REDUCTION
4093 || reduction_type == FOLD_LEFT_REDUCTION)
6452 vect_reduction_type reduction_type local
3982 vect_model_reduction_cost(stmt_vec_info stmt_info, internal_fn reduc_fn, vect_reduction_type reduction_type, int ncopies, stmt_vector_for_cost *cost_vec) argument
6938 vect_reduction_type reduction_type = STMT_VINFO_REDUC_TYPE (reduc_info); local
[all...]
H A Dtree-vect-stmts.c10018 vect_reduction_type reduction_type = TREE_CODE_REDUCTION; local
10026 reduction_type = STMT_VINFO_REDUC_TYPE (reduc_info);
10028 gcc_assert (reduction_type != EXTRACT_LAST_REDUCTION
10102 if (reduction_type == EXTRACT_LAST_REDUCTION && reduc_index == 1)
10164 && reduction_type == EXTRACT_LAST_REDUCTION
10195 && reduction_type == EXTRACT_LAST_REDUCTION)
10200 if (reduction_type == EXTRACT_LAST_REDUCTION)
10224 if (reduction_type != EXTRACT_LAST_REDUCTION)
10238 if (reduction_type == EXTRACT_LAST_REDUCTION)
10291 if (reduction_type !
[all...]
H A Dgimple-loop-interchange.cc113 enum reduction_type enum
140 enum reduction_type type;

Completed in 246 milliseconds