Searched refs:reduction_code (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-parloops.c | 899 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 D | tree-core.h | 1553 enum tree_code reduction_code; member
|
H A D | tree.h | 1654 OMP_CLAUSE_IN_REDUCTION)->omp_clause.subcode.reduction_code)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-parloops.cc | 899 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 D | tree-core.h | 1626 enum tree_code reduction_code; member
|
H A D | tree.h | 1748 OMP_CLAUSE_IN_REDUCTION)->omp_clause.subcode.reduction_code)
|
H A D | ChangeLog-2017 | 22445 reduction_code isn't one of the standard OpenMP reductions.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 5408 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 D | semantics.cc | 5836 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 D | c-decl.c | 11952 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 D | c-decl.cc | 12380 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()
|