Searched refs:reduction_op (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-vect-loop.c3187 tree reduction_op; local
3202 reduction_op = TREE_OPERAND (gimple_assign_rhs1 (stmt), 2);
3205 reduction_op = gimple_assign_rhs1 (stmt);
3208 reduction_op = gimple_assign_rhs2 (stmt);
3211 reduction_op = gimple_assign_rhs3 (stmt);
3217 vectype = get_vectype_for_scalar_type (TREE_TYPE (reduction_op));
3225 TREE_TYPE (reduction_op));
3969 tree reduction_op, expr, def; variable
4003 reduction_op = TREE_OPERAND (gimple_assign_rhs1 (stmt), reduc_index);
4006 reduction_op
[all...]
H A Dtree-if-conv.c1461 enum tree_code reduction_op; local
1516 reduction_op = gimple_assign_rhs_code (stmt);
1517 if (reduction_op != PLUS_EXPR && reduction_op != MINUS_EXPR)
1524 && reduction_op == PLUS_EXPR)
/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c844 n->u.reduction_op = rop;
3235 switch (n->u.reduction_op)
3288 switch (n->u.reduction_op)
3298 n->u.reduction_op);
3325 n->u.reduction_op = OMP_REDUCTION_USER;
H A Dgfortran.h1144 gfc_omp_reduction_op reduction_op; member in union:gfc_omp_namelist::__anon106
H A Dtrans-openmp.c1670 switch (namelist->u.reduction_op)
1715 || namelist->u.reduction_op == OMP_REDUCTION_USER

Completed in 197 milliseconds