Home
last modified time | relevance | path

Searched refs:store1 (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/vpx_dsp/mips/
Dconvolve2_vert_dspr2.c33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
100 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_vert_4_dspr2()
123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
190 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_vert_64_dspr2()
Dconvolve2_avg_dspr2.c33 uint32_t store1, store2; in convolve_bi_avg_vert_4_dspr2() local
108 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_avg_vert_4_dspr2()
132 uint32_t store1, store2; in convolve_bi_avg_vert_64_dspr2() local
208 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_avg_vert_64_dspr2()
Dconvolve8_vert_dspr2.c34 uint32_t store1, store2; in convolve_vert_4_dspr2() local
156 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_vert_4_dspr2()
182 uint32_t store1, store2; in convolve_vert_64_dspr2() local
305 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_vert_64_dspr2()
Dconvolve8_avg_dspr2.c35 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local
165 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_4_dspr2()
191 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local
322 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_64_dspr2()
/external/skia/src/core/
DSk4px.h66 void store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
140 fn(Load1(src)).store1(dst); in MapSrc()
171 fn(Load1(dst), Load1(src)).store1(dst); in MapDstSrc()
202 fn(Load1(dst), skvx::byte16(*a)).store1(dst); in MapDstAlpha()
234 fn(Load1(dst), Load1(src), skvx::byte16(*a)).store1(dst); in MapDstSrcAlpha()
/external/swiftshader/src/Reactor/
DOptimizer.cpp55 static bool storeTypeMatchesStore(const Ice::Inst *store1, const Ice::Inst *store2);
733 bool Optimizer::storeTypeMatchesStore(const Ice::Inst *store1, const Ice::Inst *store2) in storeTypeMatchesStore() argument
735 assert(isStore(*store1) && isStore(*store2)); in storeTypeMatchesStore()
736 assert(store1->getStoreAddress() == store2->getStoreAddress()); in storeTypeMatchesStore()
738 if(store1->getData()->getType() != store2->getData()->getType()) in storeTypeMatchesStore()
743 if(auto *storeSubVector1 = asStoreSubVector(store1)) in storeTypeMatchesStore()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dalign.ll15 %store1 = getelementptr inbounds [3 x double], [3 x double]* %agg.tmp.i.i.sroa.0, i64 0, i64 1
23 store double %mul, double* %store1
/external/llvm/test/Instrumentation/AddressSanitizer/
Dexperiment-call.ll61 define void @store1(i8* %p) sanitize_address {
65 ; CHECK-LABEL: define void @store1
Dexperiment.ll61 define void @store1(i8* %p) sanitize_address {
65 ; CHECK-LABEL: define void @store1
/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py306 store1 = multistore_file.get_credential_storage_custom_key(
308 store1.put(credentials)
326 store1.delete()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp177 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
250 ++store1; in check()
343 if (store1 && stores > 1) { in check()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp303 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
370 ++store1; in check()
488 if (store1 && stores > 1) { in check()
/external/llvm/test/CodeGen/AArch64/
Df16-convert.ll134 define void @store1(i16* nocapture %a, double %val) nounwind {
135 ; CHECK-LABEL: store1:
/external/llvm/test/CodeGen/X86/
Dmasked_memop.ll6934 ; AVX-NEXT: ## BB#3: ## %cond.store1
7041 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
7181 ; AVX1-NEXT: ## BB#3: ## %cond.store1
7395 ; AVX2-NEXT: ## BB#3: ## %cond.store1
7609 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
7833 ; AVX1-NEXT: ## BB#3: ## %cond.store1
8249 ; AVX2-NEXT: ## BB#3: ## %cond.store1
8673 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
9239 ; AVX-NEXT: ## BB#3: ## %cond.store1
9299 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
[all …]
Dmasked_gather_scatter.ll191 ; SCALAR-NEXT: br i1 %ToStore1, label %cond.store1, label %else2
/external/cronet/net/disk_cache/
Dbackend_unittest.cc3738 base::ScopedTempDir store1, store2; in TEST_F() local
3739 ASSERT_TRUE(store1.CreateUniqueTempDir()); in TEST_F()
3749 store1.GetPath(), 0, disk_cache::ResetHandling::kNeverReset, in TEST_F()