Searched refs:reduction_code (Results 1 – 7 of 7) sorted by relevance
195 enum tree_code reduction_code;/* code for the reduction operation. */ member592 reduc->reduction_code, type); in initialize_reductions()1142 x = fold_build2 (reduc->reduction_code, in create_call_for_reduction_1()2515 enum tree_code reduction_code; in build_new_reduction() local2523 reduction_code = gimple_assign_rhs_code (def1); in build_new_reduction()2526 reduction_code = gimple_assign_rhs_code (reduc_stmt); in build_new_reduction()2528 switch (reduction_code) in build_new_reduction()2558 new_reduction->reduction_code = reduction_code; in build_new_reduction()
1473 enum tree_code reduction_code; member
1603 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_REDUCTION)->omp_clause.subcode.reduction_code)
166 enum tree_code reduction_code;/* code for the reduction operation. */ member547 OMP_CLAUSE_REDUCTION_CODE (c) = reduc->reduction_code; in initialize_reductions()1082 x = fold_build2 (reduc->reduction_code, in create_call_for_reduction_1()1950 new_reduction->reduction_code = gimple_assign_rhs_code (reduc_stmt); in build_new_reduction()
1920 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_REDUCTION)->omp_clause.subcode.reduction_code)2069 enum tree_code reduction_code; member
5131 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type) in omp_reduction_id() argument5135 switch (reduction_code) in omp_reduction_id()5145 reduction_id = ovl_op_identifier (false, reduction_code); in omp_reduction_id()
11449 c_omp_reduction_id (enum tree_code reduction_code, tree reduction_id) in c_omp_reduction_id() argument11452 switch (reduction_code) in c_omp_reduction_id()