Home | History | Annotate | Download | only in gcc

Lines Matching defs:vectorized

898    carried out or the stmts will never be vectorized by SLP.
951 the other still vectorized. The following doesn't reliably
3407 /* Check if there are stmts in the loop can be vectorized using SLP. Build SLP
3474 /* It can be still vectorized as part of an SLP reduction. */
4366 /* Find stmts that must be both vectorized and SLPed. */
4423 mark any SLP vectorized stmt as hybrid.
4770 /* When the node can be vectorized cost invariant nodes it references.
4811 /* If this node or any of its children can't be vectorized, try pruning
4816 of vectorized stmt setting. */
4823 /* Mark lanes of NODE that are live outside of the basic-block vectorized
4824 region and that can be vectorized using vectorizable_live_operation
4889 from scalars are vectorized after the last scalar def.
5002 /* CTOR instances require vectorized defs for the SLP tree root. */
5006 /* Make sure we vectorized with the expected type. */
5255 /* If there is a non-vectorized use of the defs then the scalar
5403 are used both in extern defs and in vectorized defs. */
5847 /* Check if the region described by BB_VINFO can be vectorized, returning
5872 "not vectorized: unhandled data-ref in basic "
5881 "not vectorized: unhandled data access in "
5896 "not vectorized: no grouped stores in "
5918 "not vectorized: failed to find SLP opportunities "
5957 /* Likewise consider instance root stmts as vectorized. */
5970 "not vectorized: bad operation in basic block.\n");
6001 bool vectorized = false;
6038 "not vectorized: vectorization is not "
6050 we vectorized all if-converted code. */
6058 /* The costing above left us with DCEable vectorized scalar
6086 if (!vectorized && dump_enabled_p ())
6088 "Basic block will be vectorized "
6090 vectorized = true;
6100 "basic block part vectorized using %wu "
6104 "basic block part vectorized using "
6152 if (vectorized
6158 return vectorized;
6171 true if anything in the basic-block was vectorized. */
6210 vectorized. */
6221 true if anything in the basic-block was vectorized. */
6297 /* If the loop this BB belongs to is marked as not to be vectorized
6451 vector defs that will be used in the vectorized stmts and stores them
6654 /* Get the Ith vectorized definition from SLP_NODE. */
6665 /* Get the vectorized definitions of SLP_NODE in *VEC_DEFS. */
6682 /* Get N vectorized definitions for SLP_NODE. */
7311 /* Vectorized loads go before the first scalar load to make it
7312 ready early, vectorized stores go before the last scalar
7331 /* Emit other stmts after the children vectorized defs which is
7362 /* We are emitting all vectorized stmts in the same place and
7433 from the same basic-block, if vectorized defs would allow earlier
7434 scheduling still force vectorized stmts to the original block.
7736 /* Now fixup the backedge def of the vectorized PHIs in this SCC. */
7803 vectorization as not all uses may be vectorized.
7812 /* Remove vectorized stores original scalar stmts. */