Home
last modified time | relevance | path

Searched refs:SLP (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/SystemZ/
DSLP-cmp-cost-query.ll2 ; RUN: opt -mtriple=systemz-unknown -mcpu=z13 -slp-vectorizer -debug-only=SLP \
5 ; Check that SLP vectorizer gets the right cost difference for a compare
34 ; CHECK: SLP: Adding cost -1 for bundle that starts with %4 = icmp ult i32 %2, %1.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dopt.ll1 …t < %s -O3 -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s --check-prefix=SLP
9 ; SLP-LABEL: test1
10 ; SLP: store <2 x double>
Dremark_unsupported.ll4 ; This type is not supported by SLP
30 ; YAML-NEXT: - String: 'Cannot SLP vectorize list: type '
Dvector_gep.ll6 ; This test checks that SLP vectorizer does not fail on vector GEP.
Dgep.ll6 ; Test if SLP can handle GEP expressions.
Dremark_not_all_parts.ll39 ; YAML-NEXT: - String: 'Cannot SLP vectorize list: vectorization was impossible'
Dsaxpy.ll6 ; SLP vectorization example from http://cs.stanford.edu/people/eschkufz/research/asplos291-schkufza…
Dcommutativity.ll3 ; Verify that the SLP vectorizer is able to figure out that commutativity
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dopt.ll1 …t < %s -O3 -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s --check-prefix=SLP
9 ; SLP-LABEL: test1
10 ; SLP: store <2 x double>
Dvector_gep.ll6 ; This test checks that SLP vectorizer does not fail on vector GEP.
Dgep.ll6 ; Test if SLP can handle GEP expressions.
Dsaxpy.ll6 ; SLP vectorization example from http://cs.stanford.edu/people/eschkufz/research/asplos291-schkufza…
Dcommutativity.ll3 ; Verify that the SLP vectorizer is able to figure out that commutativity
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/
Dgetelementptr.ll36 ; YAML-NEXT: - String: 'SLP vectorized with cost '
46 ; YAML-NEXT: - String: 'SLP vectorized with cost '
102 ; YAML-NEXT: - String: 'SLP vectorized with cost '
112 ; YAML-NEXT: - String: 'SLP vectorized with cost '
Dremarks.ll12 ; CHECK: remark: /tmp/s.c:5:10: Stores SLP vectorized with cost -4 and with tree size 3
/external/llvm/docs/
DVectorizers.rst9 which operates on Loops, and the :ref:`SLP Vectorizer
12 The SLP vectorizer merges multiple scalars that are found in the code into
16 Both the Loop Vectorizer and the SLP Vectorizer are enabled by default.
385 The SLP Vectorizer
391 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
407 The SLP-vectorizer processes the code bottom-up, across basic blocks, in search of scalars to combi…
412 The SLP Vectorizer is enabled by default, but it can be disabled
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DVectorizers.rst9 which operates on Loops, and the :ref:`SLP Vectorizer
12 The SLP vectorizer merges multiple scalars that are found in the code into
16 Both the Loop Vectorizer and the SLP Vectorizer are enabled by default.
398 The SLP Vectorizer
404 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
420 The SLP-vectorizer processes the code bottom-up, across basic blocks, in search of scalars to combi…
425 The SLP Vectorizer is enabled by default, but it can be disabled
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/
Dint_sideeffect.ll5 ; SLP vectorization across a @llvm.sideeffect.
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h814 LoopT *SLP = SubLoop->ParentLoop; // SubLoopParent in ConsiderForLoop() local
816 std::find(SLP->SubLoops.begin(), SLP->SubLoops.end(), SubLoop); in ConsiderForLoop()
817 assert(I != SLP->SubLoops.end() &&"SubLoop not a child of parent?"); in ConsiderForLoop()
818 SLP->SubLoops.erase(I); // Remove from parent... in ConsiderForLoop()
/external/llvm/test/CodeGen/X86/
Dchain_order.ll12 ; A test from pifft (after SLP-vectorization) that fails when we drop the chain on newly merged loa…
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DVectorizationPlan.rst64 b. SLP vectorization.
67 VF and UF), mixed vectorization: vectorizing a loop with SLP patterns
208 1. SLP Vectorizer: one can compare the VPlan model with LLVM's existing SLP
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dchain_order.ll4 ; A test from pifft (after SLP-vectorization) that fails when we drop the chain on newly merged loa…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Doptnone-opt.ll55 ; OPT-O2O3-DAG: Skipping pass 'SLP Vectorizer'
/external/llvm/test/Feature/
Doptnone-opt.ll55 ; OPT-O2O3-DAG: Skipping pass 'SLP Vectorizer'
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dpass-pipelines.ll76 ; CHECK-O2: SLP Vectorizer

12