Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-parloops.cc899 enum tree_code reduction_code;/* code for the reduction operation. */ member
1296 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() local
3228 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()
Dtree-core.h1626 enum tree_code reduction_code; member
Dtree.h1748 OMP_CLAUSE_IN_REDUCTION)->omp_clause.subcode.reduction_code)
DChangeLog-201722445 reduction_code isn't one of the standard OpenMP reductions.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc5836 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type) in omp_reduction_id() argument
5840 switch (reduction_code) in omp_reduction_id()
5850 reduction_id = ovl_op_identifier (false, reduction_code); in omp_reduction_id()