Home
last modified time | relevance | path

Searched refs:reduction_code (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-parloops.c195 enum tree_code reduction_code;/* code for the reduction operation. */ member
592 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() local
2523 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()
H A Dtree-core.h1473 enum tree_code reduction_code; member
H A Dtree.h1603 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_REDUCTION)->omp_clause.subcode.reduction_code)
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-parloops.c166 enum tree_code reduction_code;/* code for the reduction operation. */ member
547 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()
H A Dtree.h1920 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_REDUCTION)->omp_clause.subcode.reduction_code)
2069 enum tree_code reduction_code; member
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c5131 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type) in omp_reduction_id() argument
5135 switch (reduction_code) in omp_reduction_id()
5145 reduction_id = ovl_op_identifier (false, reduction_code); in omp_reduction_id()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c11449 c_omp_reduction_id (enum tree_code reduction_code, tree reduction_id) in c_omp_reduction_id() argument
11452 switch (reduction_code) in c_omp_reduction_id()