Searched refs:slp (Results 1 – 25 of 317) sorted by relevance
12345678910>>...13
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | 64-bit-vector.ll | 1 ; RUN: opt -S -slp-vectorizer -mtriple=aarch64--linux-gnu -mcpu=generic < %s | FileCheck %s 2 ; RUN: opt -S -slp-vectorizer -mtriple=aarch64-apple-ios -mcpu=cyclone < %s | FileCheck %s 4 ; RUN: opt -S -slp-vectorizer -mtriple=aarch64--linux-gnu -mcpu=kryo < %s | FileCheck --check-prefi… 5 ; RUN: opt -S -slp-vectorizer -mtriple=aarch64--linux-gnu -mcpu=generic -slp-min-reg-size=128 < %s …
|
D | getelementptr.ll | 1 ; RUN: opt -S -slp-vectorizer -slp-threshold=-18 -dce -instcombine -pass-remarks-output=%t < %s | F… 3 ; RUN: opt -S -passes='slp-vectorizer,dce,instcombine' -slp-threshold=-18 -pass-remarks-output=%t <… 32 ; YAML-NEXT: Pass: slp-vectorizer 42 ; YAML-NEXT: Pass: slp-vectorizer 98 ; YAML-NEXT: Pass: slp-vectorizer 108 ; YAML-NEXT: Pass: slp-vectorizer
|
D | remarks.ll | 1 ; RUN: opt -S -slp-vectorizer -mtriple=aarch64--linux-gnu -mcpu=generic -pass-remarks=slp-vectorize…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | extractelement.ll | 2 ; RUN: opt < %s -slp-vectorizer -S -mtriple=x86_64-unknown-linux -march=core-avx2 | FileCheck %s 3 ; RUN: opt < %s -slp-vectorizer -S -mtriple=x86_64-unknown-linux -march=core-avx2 -slp-threshold=-1… 4 ; RUN: opt < %s -slp-vectorizer -S -mtriple=x86_64-unknown-linux -march=core-avx2 -slp-threshold=-2…
|
D | alternate-calls.ll | 2 ; RUN: opt < %s -mtriple=x86_64-unknown -basicaa -slp-vectorizer -instcombine -S | FileCheck %s --c… 3 ; RUN: opt < %s -mtriple=x86_64-unknown -mcpu=slm -basicaa -slp-vectorizer -instcombine -S | FileCh… 4 ; RUN: opt < %s -mtriple=x86_64-unknown -mcpu=corei7-avx -basicaa -slp-vectorizer -instcombine -S |… 5 ; RUN: opt < %s -mtriple=x86_64-unknown -mcpu=core-avx2 -basicaa -slp-vectorizer -instcombine -S | … 6 ; RUN: opt < %s -mtriple=x86_64-unknown -mcpu=knl -basicaa -slp-vectorizer -instcombine -S | FileCh… 7 ; RUN: opt < %s -mtriple=x86_64-unknown -mcpu=skx -basicaa -slp-vectorizer -instcombine -S | FileCh…
|
D | load-merge.ll | 2 ; RUN: opt -slp-vectorizer -slp-vectorize-hor -slp-vectorize-hor-store -S < %s -mtriple=x86_64-appl…
|
D | pr19657.ll | 2 ; RUN: opt < %s -basicaa -slp-vectorizer -S -mcpu=corei7-avx | FileCheck %s 3 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-max-reg-size=128 -S -mcpu=corei7-avx | FileCheck %s -…
|
D | opt.ll | 2 ; RUN: opt < %s -O3 -disable-slp-vectorization -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-a… 7 ; Make sure we can disable slp vectorization in opt.
|
D | remark_listcost.ll | 1 ; RUN: opt -S -mtriple=x86_64-pc-linux-gnu -mcpu=generic -slp-vectorizer -pass-remarks-output=%t < … 18 ; YAML: Pass: slp-vectorizer
|
D | extract-shuffle.ll | 2 ; RUN: opt < %s -slp-vectorizer -S -o - -mtriple=x86-64-unknown-linux -mcpu=bdver2 -slp-schedule-bu…
|
D | remark_unsupported.ll | 1 ; RUN: opt -S -mtriple=x86_64-pc-linux-gnu -mcpu=generic -slp-vectorizer -pass-remarks-output=%t < … 26 ; YAML: Pass: slp-vectorizer
|
D | PR35628_1.ll | 2 ; RUN: opt -slp-vectorizer -slp-vectorize-hor -slp-vectorize-hor-store -S < %s -mtriple=x86_64-unkn…
|
D | PR35628_2.ll | 2 ; RUN: opt -slp-vectorizer -slp-vectorize-hor -slp-vectorize-hor-store -S < %s -mtriple=x86_64-unkn…
|
D | phi_overalignedtype.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=-100 -dce -S -mtriple=i386-apple-macosx10.8…
|
D | flag.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=1000 -dce -S -mtriple=x86_64-apple-macosx10…
|
D | gep.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -S |FileCheck %s 2 ; RUN: opt < %s -aa-pipeline=basic-aa -passes=slp-vectorizer -S |FileCheck %s
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CheckLangTagBNF.java | 273 private static void checkParse(LanguageTagParser ltp, SimpleLocaleParser slp, String test) { in checkParse() argument 276 boolean couldParse = slp.set(test); in checkParse() 280 System.out.println("Simple Parser: " + slp.toString()); in checkParse() 285 checkStrings("language", lang, slp.getLanguage()); in checkParse() 286 checkStrings("script", ltp.getScript(), slp.getScript()); in checkParse() 287 checkStrings("country", ltp.getRegion(), slp.getCountry()); in checkParse() 288 checkStrings("variants", ltp.getVariants(), slp.getVariants()); in checkParse() 292 checkStrings("variants", foo, slp.getExtensions()); in checkParse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/ |
D | int_sideeffect.ll | 1 ; RUN: opt -S < %s -slp-vectorizer -slp-max-reg-size=128 -slp-min-reg-size=128 | FileCheck %s
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | pr19657.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -S -mcpu=corei7-avx | FileCheck %s 2 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-max-reg-size=128 -S -mcpu=corei7-avx | FileCheck %s -…
|
D | opt.ll | 2 ; RUN: opt < %s -O3 -disable-slp-vectorization -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-a… 7 ; Make sure we can disable slp vectorization in opt.
|
D | flag.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=1000 -dce -S -mtriple=x86_64-apple-macosx10…
|
D | phi_overalignedtype.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=-100 -dce -S -mtriple=i386-apple-macosx10.8…
|
D | non-vectorizable-intrinsic.ll | 1 ; RUN: opt < %s -slp-vectorizer -o - -S -slp-threshold=-1000
|
D | gep.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -S |FileCheck %s 2 ; RUN: opt < %s -aa-pipeline=basic-aa -passes=slp-vectorizer -S |FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/NVPTX/ |
D | v2f16.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_70 | FileCheck %s 2 ; RUN: opt < %s -basicaa -slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_40 | FileCheck %s…
|
12345678910>>...13