Searched refs:reduction_code (Results 1 – 5 of 5) sorted by relevance
899 enum tree_code reduction_code;/* code for the reduction operation. */ member1296 reduc->reduction_code, type); in initialize_reductions()1847 x = fold_build2 (reduc->reduction_code, in create_call_for_reduction_1()3220 enum tree_code reduction_code; in build_new_reduction() local3228 reduction_code = gimple_assign_rhs_code (def1); in build_new_reduction()3231 reduction_code = gimple_assign_rhs_code (reduc_stmt); in build_new_reduction()3233 switch (reduction_code) in build_new_reduction()3263 new_reduction->reduction_code = reduction_code; in build_new_reduction()
1626 enum tree_code reduction_code; member
1748 OMP_CLAUSE_IN_REDUCTION)->omp_clause.subcode.reduction_code)
22445 reduction_code isn't one of the standard OpenMP reductions.
5836 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type) in omp_reduction_id() argument5840 switch (reduction_code) in omp_reduction_id()5850 reduction_id = ovl_op_identifier (false, reduction_code); in omp_reduction_id()