HomeSort by: relevance | last modified time | path
    Searched defs:neutral_op (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 5528 NEUTRAL_OP - a value that has no effect on the reduction, as per
5537 and every other element has value NEUTRAL_OP. */
5542 tree init_val, tree neutral_op)
5558 if (operand_equal_p (init_val, neutral_op))
5562 neutral_op = gimple_convert (&stmts, TREE_TYPE (vectype), neutral_op);
5563 init_def = gimple_build_vector_from_val (&stmts, vectype, neutral_op);
5567 neutral_op = gimple_convert (&stmts, TREE_TYPE (vectype), neutral_op);
5571 /* Construct a splat of NEUTRAL_OP and insert INIT_VAL int
6592 tree neutral_op = NULL_TREE; local
7024 tree neutral_op = neutral_op_for_reduction (scalar_type, code, NULL_TREE, local
8057 tree neutral_op = NULL_TREE; local
8788 tree neutral_op local
8845 tree neutral_op local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 4728 NEUTRAL_OP - a value that has no effect on the reduction, as per
4737 and every other element has value NEUTRAL_OP. */
4742 tree init_val, tree neutral_op)
4758 if (operand_equal_p (init_val, neutral_op))
4762 neutral_op = gimple_convert (&stmts, TREE_TYPE (vectype), neutral_op);
4763 init_def = gimple_build_vector_from_val (&stmts, vectype, neutral_op);
4767 neutral_op = gimple_convert (&stmts, TREE_TYPE (vectype), neutral_op);
4771 /* Construct a splat of NEUTRAL_OP and insert INIT_VAL int
5786 tree neutral_op = NULL_TREE; local
7146 tree neutral_op = NULL_TREE; local
7713 tree neutral_op local
7770 tree neutral_op local
    [all...]

Completed in 41 milliseconds