/external/libvpx/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 | 34 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local 164 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_4_dspr2() 190 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local 321 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_64_dspr2()
|
/external/skia/src/core/ |
D | Sk4px.h | 49 void store1(SkPMColor[1]) const; 125 fn(Load1(src)).store1(dst); in MapSrc() 155 fn(Load1(dst), Load1(src)).store1(dst); in MapDstSrc() 185 fn(Load1(dst), DupAlpha(*a)).store1(dst); in MapDstAlpha() 217 fn(Load1(dst), Load1(src), DupAlpha(*a)).store1(dst); in MapDstSrcAlpha()
|
/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/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/skia/src/opts/ |
D | Sk4px_none.h | 40 inline void Sk4px::store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
|
D | Sk4px_SSE2.h | 22 inline void Sk4px::store1(SkPMColor px[1]) const { *px = _mm_cvtsi128_si32(this->fVec); } in store1() function
|
D | Sk4px_NEON.h | 29 inline void Sk4px::store1(SkPMColor px[1]) const { in store1() function
|
/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
|