/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve2_vert_dspr2.c | 33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local 101 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2() 123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local 191 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
|
D | convolve2_avg_dspr2.c | 33 uint32_t store1, store2; in convolve_bi_avg_vert_4_dspr2() local 109 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_avg_vert_4_dspr2() 132 uint32_t store1, store2; in convolve_bi_avg_vert_64_dspr2() local 209 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_avg_vert_64_dspr2()
|
D | convolve8_vert_dspr2.c | 34 uint32_t store1, store2; in convolve_vert_4_dspr2() local 157 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_vert_4_dspr2() 182 uint32_t store1, store2; in convolve_vert_64_dspr2() local 306 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_vert_64_dspr2()
|
D | convolve8_avg_dspr2.c | 35 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local 166 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_avg_vert_4_dspr2() 191 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local 323 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_avg_vert_64_dspr2()
|
/external/libaom/libaom/aom_dsp/mips/ |
D | convolve2_vert_dspr2.c | 34 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local 102 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2() 124 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local 192 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
|
D | convolve8_vert_dspr2.c | 36 uint32_t store1, store2; in convolve_vert_4_dspr2() local 159 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_vert_4_dspr2() 184 uint32_t store1, store2; in convolve_vert_64_dspr2() local 308 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_vert_64_dspr2()
|
/external/skqp/src/core/ |
D | Sk4px.h | 60 void store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function 129 fn(Load2(src)).store2(dst); in MapSrc() 159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc() 189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha() 221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
|
/external/skia/src/core/ |
D | Sk4px.h | 60 void store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function 129 fn(Load2(src)).store2(dst); in MapSrc() 159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc() 189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha() 221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
D | ExecutionDataStoreTest.java | 194 final ExecutionDataStore store2 = new ExecutionDataStore(); in testSubtractStore() local 196 store2.put(new ExecutionData(1000, "Sample", data2)); in testSubtractStore() 198 store.subtract(store2); in testSubtractStore()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | align.ll | 16 %store2 = getelementptr inbounds [3 x double], [3 x double]* %agg.tmp.i.i.sroa.0, i64 0, i64 2 24 store double %mul5, double* %store2, align 16
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 55 static bool storeTypeMatchesStore(const Ice::Inst *store1, const Ice::Inst *store2); 726 bool Optimizer::storeTypeMatchesStore(const Ice::Inst *store1, const Ice::Inst *store2) in storeTypeMatchesStore() argument 728 assert(isStore(*store1) && isStore(*store2)); in storeTypeMatchesStore() 729 assert(store1->getStoreAddress() == store2->getStoreAddress()); in storeTypeMatchesStore() 731 if(store1->getData()->getType() != store2->getData()->getType()) in storeTypeMatchesStore() 738 if(auto *storeSubVector2 = asStoreSubVector(store2)) in storeTypeMatchesStore()
|
/external/llvm-project/llvm/test/Transforms/MemCpyOpt/ |
D | load-store-to-memcpy.ll | 35 ; memcpy(%d, %a) should not be generated since store2 may-aliases load %a. 49 ; store2 may-aliases the load and store3
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | experiment-call.ll | 70 define void @store2(i16* %p) sanitize_address { 74 ; CHECK-LABEL: define void @store2
|
D | experiment.ll | 70 define void @store2(i16* %p) sanitize_address { 74 ; CHECK-LABEL: define void @store2
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | experiment.ll | 71 define void @store2(i16* %p) sanitize_address { 75 ; CHECK-LABEL: define void @store2
|
D | experiment-call.ll | 71 define void @store2(i16* %p) sanitize_address { 75 ; CHECK-LABEL: define void @store2
|
/external/python/oauth2client/tests/contrib/ |
D | test_multistore_file.py | 316 store2 = multistore_file.get_credential_storage_custom_string_key( 318 store2.put(credentials) 327 store2.delete()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | align.ll | 31 %store2 = getelementptr inbounds [3 x double], [3 x double]* %agg.tmp.i.i.sroa.0, i64 0, i64 2 38 store double %mul5, double* %store2, align 16
|
/external/llvm/test/CodeGen/AArch64/ |
D | f16-convert.ll | 147 define void @store2(i16* nocapture %a, i32 %i, float %val) nounwind { 148 ; CHECK-LABEL: store2:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | f16-convert.ll | 147 define void @store2(i16* nocapture %a, i32 %i, float %val) nounwind { 148 ; CHECK-LABEL: store2:
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 139 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) { in store2() function 165 SI void store2(float* ptr, size_t tail, F r, F g) { in store2() function 244 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) { 302 SI void store2(float* ptr, size_t tail, F r, F g) { 421 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) { 588 SI void store2(float* ptr, size_t tail, F r, F g) { 750 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) { 858 SI void store2(float* ptr, size_t tail, F r, F g) { 2240 store2((uint16_t*)ptr, tail, to_half(r) in STAGE() 2273 store2(ptr, tail, r, g); in STAGE()
|