/external/libvpx/vpx_dsp/mips/ |
D | convolve2_vert_dspr2.c | 33 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()
|
D | convolve2_avg_dspr2.c | 33 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()
|
D | convolve8_vert_dspr2.c | 34 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()
|
D | convolve8_avg_dspr2.c | 35 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/ |
D | Sk4px.h | 66 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/ |
D | Optimizer.cpp | 55 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/ |
D | align.ll | 15 %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/ |
D | experiment-call.ll | 61 define void @store1(i8* %p) sanitize_address { 65 ; CHECK-LABEL: define void @store1
|
D | experiment.ll | 61 define void @store1(i8* %p) sanitize_address { 65 ; CHECK-LABEL: define void @store1
|
/external/python/oauth2client/tests/contrib/ |
D | test_multistore_file.py | 306 store1 = multistore_file.get_credential_storage_custom_key( 308 store1.put(credentials) 326 store1.delete()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 177 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/ |
D | HexagonShuffler.cpp | 303 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/ |
D | f16-convert.ll | 134 define void @store1(i16* nocapture %a, double %val) nounwind { 135 ; CHECK-LABEL: store1:
|
/external/llvm/test/CodeGen/X86/ |
D | masked_memop.ll | 6934 ; 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 …]
|
D | masked_gather_scatter.ll | 191 ; SCALAR-NEXT: br i1 %ToStore1, label %cond.store1, label %else2
|
/external/cronet/net/disk_cache/ |
D | backend_unittest.cc | 3738 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()
|