Lines Matching refs:vectorization
36 The loop vectorizer uses a cost model to decide on the optimal vectorization factor
40 Users can control the vectorization SIMD width using the command line flag "-force-vector-width".
57 The ``#pragma clang loop`` directive allows loop vectorization hints to be
59 loop. The directive allows vectorization and interleaving to be enabled or
61 specified. The following example explicitly enables vectorization and
71 The following example implicitly enables vectorization and interleaving by
98 ``-Rpass-missed=loop-vectorize`` identifies loops that failed vectorization and
99 indicates if vectorization was specified.
102 vectorization to fail.
121 …no_switch.cpp:4:5: remark: loop not vectorized: vectorization is explicitly enabled [-Rpass-missed…
186 the loop. Normally, this would prevent vectorization, but the vectorizer can
281 vectorization is profitable.
341 Partial unrolling during vectorization
372 `page <http://gcc.gnu.org/projects/tree-ssa/vectorization.html>`_ by Dorit Nuzman.
374 The chart below compares GCC-4.7, ICC-13, and Clang-SVN with and without loop vectorization at -O3,…
391 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
419 LLVM has a second basic block vectorization phase