Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c899 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()
H A Dtree-core.h1553 enum tree_code reduction_code; member
H A Dtree.h1654 OMP_CLAUSE_IN_REDUCTION)->omp_clause.subcode.reduction_code)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A Dtree-core.h1626 enum tree_code reduction_code; member
H A Dtree.h1748 OMP_CLAUSE_IN_REDUCTION)->omp_clause.subcode.reduction_code)
H A DChangeLog-201722445 reduction_code isn't one of the standard OpenMP reductions.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c5408 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type) in omp_reduction_id() argument
5412 switch (reduction_code) in omp_reduction_id()
5422 reduction_id = ovl_op_identifier (false, reduction_code); in omp_reduction_id()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c11952 c_omp_reduction_id (enum tree_code reduction_code, tree reduction_id) in c_omp_reduction_id() argument
11955 switch (reduction_code) in c_omp_reduction_id()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc12380 c_omp_reduction_id (enum tree_code reduction_code, tree reduction_id) in c_omp_reduction_id() argument
12383 switch (reduction_code) in c_omp_reduction_id()