Searched refs:SLP (Results 1 – 25 of 50) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/SystemZ/ |
D | SLP-cmp-cost-query.ll | 2 ; 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/ |
D | opt.ll | 1 …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>
|
D | remark_unsupported.ll | 4 ; This type is not supported by SLP 30 ; YAML-NEXT: - String: 'Cannot SLP vectorize list: type '
|
D | vector_gep.ll | 6 ; This test checks that SLP vectorizer does not fail on vector GEP.
|
D | gep.ll | 6 ; Test if SLP can handle GEP expressions.
|
D | remark_not_all_parts.ll | 39 ; YAML-NEXT: - String: 'Cannot SLP vectorize list: vectorization was impossible'
|
D | saxpy.ll | 6 ; SLP vectorization example from http://cs.stanford.edu/people/eschkufz/research/asplos291-schkufza…
|
D | commutativity.ll | 3 ; Verify that the SLP vectorizer is able to figure out that commutativity
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | opt.ll | 1 …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>
|
D | vector_gep.ll | 6 ; This test checks that SLP vectorizer does not fail on vector GEP.
|
D | gep.ll | 6 ; Test if SLP can handle GEP expressions.
|
D | saxpy.ll | 6 ; SLP vectorization example from http://cs.stanford.edu/people/eschkufz/research/asplos291-schkufza…
|
D | commutativity.ll | 3 ; Verify that the SLP vectorizer is able to figure out that commutativity
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | getelementptr.ll | 36 ; 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 '
|
D | remarks.ll | 12 ; CHECK: remark: /tmp/s.c:5:10: Stores SLP vectorized with cost -4 and with tree size 3
|
/external/llvm/docs/ |
D | Vectorizers.rst | 9 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/ |
D | Vectorizers.rst | 9 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/ |
D | int_sideeffect.ll | 5 ; SLP vectorization across a @llvm.sideeffect.
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LoopInfo.h | 814 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/ |
D | chain_order.ll | 12 ; 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/ |
D | VectorizationPlan.rst | 64 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/ |
D | chain_order.ll | 4 ; 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/ |
D | optnone-opt.ll | 55 ; OPT-O2O3-DAG: Skipping pass 'SLP Vectorizer'
|
/external/llvm/test/Feature/ |
D | optnone-opt.ll | 55 ; OPT-O2O3-DAG: Skipping pass 'SLP Vectorizer'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | pass-pipelines.ll | 76 ; CHECK-O2: SLP Vectorizer
|
12