Home
last modified time | relevance | path

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

/third_party/skia/experimental/tools/
Dweb_to_skp30 SLP=${4:-0} # sleep in seconds before capture. 4th param iff provided, else 0.
35 (sleep $SLP; printf 'chrome.gpuBenchmarking.printToSkPicture("%s");\nquit\n' "$DST") | \
Dweb_to_mskp30 SLP=${4:-0} # sleep in seconds before capture. 4th param iff provided, else 0.
35 (sleep $SLP; printf 'chrome.gpuBenchmarking.printPagesToSkPictures("%s");\nquit\n' "$DST") | \
/third_party/libphonenumber/resources/geocoding/en/
D52.txt140 52444|San Luis Potosi, SLP
172 52481|Ciudad Valles, SLP
333 52845|Ebano/Ponciano Arriaga, SLP
/third_party/libphonenumber/resources/geocoding/es/
D52.txt140 52444|San Luis Potosí, SLP
172 52481|Ciudad Valles, SLP
333 52845|Ebano/Ponciano Arriaga, SLP
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2078 tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP,
2100 BoUpSLP *SLP);
4825 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle() argument
4892 calculateDependencies(Bundle, true, SLP); in tryScheduleBundle()
5065 BoUpSLP *SLP) { in calculateDependencies() argument
5122 MemoryLocation SrcLoc = getLocation(SrcInst, SLP->AA); in calculateDependencies()
5140 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT403 D: X86 code generation improvements, Loop Vectorizer, SLP Vectorizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-SSE.txt43 Also, there are cases where some simple local SLP would improve codegen a bit.