Home
last modified time | relevance | path

Searched refs:do_store (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dcomplete_unroll_profitability_with_assume.ll24 ; 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/
Dyuv.c129 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);
Dyuv_neon.c135 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()
Ddsp.h495 int src_width, int do_store);
507 int src_width, int do_store);
Dyuv_sse41.c506 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()
Dyuv_sse2.c660 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/
Dtest_icount.h6 void do_store(int argc, char **argv, int sci_idx, void *infop);
Dtest_icount_cmds.ct25 request do_store, "Store an icount entry",
Dtest_icount.c183 void do_store(int argc, char **argv, int sci_idx EXT2FS_ATTR((unused)), in do_store() function
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c564 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/
Djsimd_neon.S1321 .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/
Deffect-control-linearizer.cc5553 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/
Djsimd_neon.S1632 .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/
Dsimulator-aarch64.cc2109 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/
Daccessor-assembler.cc1901 Label do_store(this); in HandleStoreFieldAndReturn() local
1904 &do_store); in HandleStoreFieldAndReturn()
1920 BIND(&do_store); in HandleStoreFieldAndReturn()