/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | complete_unroll_profitability_with_assume.ll | 24 ; ANALYZE-FULL: do_store: 29 ; ANALYZE-FULL: do_store.1: 35 ; ANALYZE-FULL: do_store.2: 41 ; ANALYZE-FULL: do_store.3: 47 ; ANALYZE-FULL: do_store.4: 53 ; ANALYZE-FULL: do_store.5: 59 ; ANALYZE-FULL: do_store.6: 65 ; ANALYZE-FULL: do_store.7: 71 ; ANALYZE-FULL: do_store.8: 88 ; DONT-ANALYZE-FULL: do_store: [all …]
|
/external/webp/src/dsp/ |
D | yuv.c | 129 int src_width, int do_store) { in WebPConvertARGBToUV_C() argument 143 if (do_store) { in WebPConvertARGBToUV_C() 159 if (do_store) { in WebPConvertARGBToUV_C() 248 int src_width, int do_store);
|
D | yuv_neon.c | 135 int src_width, int do_store) { in ConvertARGBToUV_NEON() argument 147 if (do_store) { in ConvertARGBToUV_NEON() 159 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_NEON()
|
D | dsp.h | 495 int src_width, int do_store); 507 int src_width, int do_store);
|
D | yuv_sse41.c | 506 int src_width, int do_store) { in ConvertARGBToUV_SSE41() argument 525 if (!do_store) { in ConvertARGBToUV_SSE41() 535 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_SSE41()
|
D | yuv_sse2.c | 660 int src_width, int do_store) { in ConvertARGBToUV_SSE2() argument 679 if (!do_store) { in ConvertARGBToUV_SSE2() 689 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_SSE2()
|
/external/e2fsprogs/tests/progs/ |
D | test_icount.h | 6 void do_store(int argc, char **argv, int sci_idx, void *infop);
|
D | test_icount_cmds.ct | 25 request do_store, "Store an icount entry",
|
D | test_icount.c | 183 void do_store(int argc, char **argv, int sci_idx EXT2FS_ATTR((unused)), in do_store() function
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_image_load_store.c | 564 nir_ssa_def *do_store = image_coord_is_in_bounds(b, deref, coord); in lower_image_store_instr() local 575 do_store = nir_iand(b, do_store, is_raw); in lower_image_store_instr() 577 nir_push_if(b, do_store); in lower_image_store_instr()
|
/external/libjpeg-turbo/simd/arm/ |
D | jsimd_neon.S | 1321 .macro do_store bpp, size macro 1442 do_store \bpp, 8 1460 do_store \bpp, 8 1541 do_store \bpp, 8 1560 do_store \bpp, 4 1564 do_store \bpp, 2 1568 do_store \bpp, 1 1607 .purgem do_store 1623 .macro do_store size macro 1852 do_store 8 [all …]
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 5553 auto do_store = __ MakeLabel(MachineRepresentation::kWord32); in LowerTransitionAndStoreElement() local 5555 __ GotoIf(ObjectIsSmi(value), &do_store, kind); in LowerTransitionAndStoreElement() 5563 __ GotoIfNot(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &do_store, in LowerTransitionAndStoreElement() 5572 __ Goto(&do_store, kind); in LowerTransitionAndStoreElement() 5588 __ Goto(&do_store, __ Int32Constant(HOLEY_DOUBLE_ELEMENTS)); in LowerTransitionAndStoreElement() 5593 __ Goto(&do_store, __ Int32Constant(HOLEY_ELEMENTS)); in LowerTransitionAndStoreElement() 5600 __ Goto(&do_store, __ Int32Constant(HOLEY_ELEMENTS)); in LowerTransitionAndStoreElement() 5604 __ Bind(&do_store); in LowerTransitionAndStoreElement() 5605 kind = do_store.PhiAt(0); in LowerTransitionAndStoreElement() 5671 auto do_store = __ MakeLabel(); in LowerTransitionAndStoreNumberElement() local [all …]
|
/external/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 1632 .macro do_store bpp, size, fast_st3 macro 1808 do_store \bpp, 8, \fast_st3 1888 do_store \bpp, 8, \fast_st3 1907 do_store \bpp, 4, \fast_st3 1911 do_store \bpp, 2, \fast_st3 1915 do_store \bpp, 1, \fast_st3 1957 .purgem do_store 1973 .macro do_store size macro 2206 do_store 8 2221 do_store 4 [all …]
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 2109 bool do_store = true; in VisitLoadStoreExclusive() local 2111 do_store = local_monitor_.IsExclusive(address, access_size) && in VisitLoadStoreExclusive() 2113 WriteWRegister(rs, do_store ? 0 : 1); in VisitLoadStoreExclusive() 2122 if (do_store) { in VisitLoadStoreExclusive()
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 1901 Label do_store(this); in HandleStoreFieldAndReturn() local 1904 &do_store); in HandleStoreFieldAndReturn() 1920 BIND(&do_store); in HandleStoreFieldAndReturn()
|