Home
last modified time | relevance | path

Searched refs:__builtin_prefetch (Results 1 – 25 of 47) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c161 __builtin_prefetch(src + 0 * src_stride); in vpx_highbd_convolve8_horiz_neon()
162 __builtin_prefetch(src + 1 * src_stride); in vpx_highbd_convolve8_horiz_neon()
163 __builtin_prefetch(src + 2 * src_stride); in vpx_highbd_convolve8_horiz_neon()
164 __builtin_prefetch(src + 3 * src_stride); in vpx_highbd_convolve8_horiz_neon()
174 __builtin_prefetch(dst + 0 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
175 __builtin_prefetch(dst + 1 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
176 __builtin_prefetch(dst + 2 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
177 __builtin_prefetch(dst + 3 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
225 __builtin_prefetch(dst + 0 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
226 __builtin_prefetch(dst + 1 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
[all …]
Dvpx_convolve8_neon.c79 __builtin_prefetch(src + 0 * src_stride); in vpx_convolve8_horiz_neon()
80 __builtin_prefetch(src + 1 * src_stride); in vpx_convolve8_horiz_neon()
81 __builtin_prefetch(src + 2 * src_stride); in vpx_convolve8_horiz_neon()
82 __builtin_prefetch(src + 3 * src_stride); in vpx_convolve8_horiz_neon()
98 __builtin_prefetch(dst + 0 * dst_stride); in vpx_convolve8_horiz_neon()
99 __builtin_prefetch(dst + 1 * dst_stride); in vpx_convolve8_horiz_neon()
100 __builtin_prefetch(dst + 2 * dst_stride); in vpx_convolve8_horiz_neon()
101 __builtin_prefetch(dst + 3 * dst_stride); in vpx_convolve8_horiz_neon()
172 __builtin_prefetch(dst + 0 * dst_stride); in vpx_convolve8_horiz_neon()
173 __builtin_prefetch(dst + 1 * dst_stride); in vpx_convolve8_horiz_neon()
[all …]
/external/clang/test/Sema/
Dbuiltin-prefetch.c5 __builtin_prefetch(&a); in foo()
6 __builtin_prefetch(&a, 1); in foo()
7 __builtin_prefetch(&a, 1, 2); in foo()
8 __builtin_prefetch(&a, 1, 9, 3); // expected-error{{too many arguments to function}} in foo()
9__builtin_prefetch(&a, "hello", 2); // expected-error{{argument to '__builtin_prefetch' must be a … in foo()
10__builtin_prefetch(&a, a, 2); // expected-error{{argument to '__builtin_prefetch' must be a consta… in foo()
11 __builtin_prefetch(&a, 2); // expected-error{{argument should be a value from 0 to 1}} in foo()
12 __builtin_prefetch(&a, 0, 4); // expected-error{{argument should be a value from 0 to 3}} in foo()
13 __builtin_prefetch(&a, -1, 4); // expected-error{{argument should be a value from 0 to 1}} in foo()
Dstatements.c28 __builtin_prefetch(P); in test9()
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c229 __builtin_prefetch(src + 0 * src_stride); in av1_convolve_x_sr_neon()
230 __builtin_prefetch(src + 1 * src_stride); in av1_convolve_x_sr_neon()
231 __builtin_prefetch(src + 2 * src_stride); in av1_convolve_x_sr_neon()
232 __builtin_prefetch(src + 3 * src_stride); in av1_convolve_x_sr_neon()
244 __builtin_prefetch(dst + 0 * dst_stride); in av1_convolve_x_sr_neon()
245 __builtin_prefetch(dst + 1 * dst_stride); in av1_convolve_x_sr_neon()
246 __builtin_prefetch(dst + 2 * dst_stride); in av1_convolve_x_sr_neon()
247 __builtin_prefetch(dst + 3 * dst_stride); in av1_convolve_x_sr_neon()
336 __builtin_prefetch(dst + 0 * dst_stride); in av1_convolve_x_sr_neon()
337 __builtin_prefetch(dst + 1 * dst_stride); in av1_convolve_x_sr_neon()
[all …]
Djnt_convolve_neon.c347 __builtin_prefetch(s + 0 * src_stride); in dist_wtd_convolve_2d_horiz_neon()
349 __builtin_prefetch(s + 1 * src_stride); in dist_wtd_convolve_2d_horiz_neon()
350 __builtin_prefetch(s + 2 * src_stride); in dist_wtd_convolve_2d_horiz_neon()
351 __builtin_prefetch(s + 3 * src_stride); in dist_wtd_convolve_2d_horiz_neon()
366 __builtin_prefetch(dst_ptr + 0 * dst_stride); in dist_wtd_convolve_2d_horiz_neon()
367 __builtin_prefetch(dst_ptr + 1 * dst_stride); in dist_wtd_convolve_2d_horiz_neon()
368 __builtin_prefetch(dst_ptr + 2 * dst_stride); in dist_wtd_convolve_2d_horiz_neon()
369 __builtin_prefetch(dst_ptr + 3 * dst_stride); in dist_wtd_convolve_2d_horiz_neon()
407 __builtin_prefetch(dst_ptr); in dist_wtd_convolve_2d_horiz_neon()
444 __builtin_prefetch(src + 0 * src_stride); in dist_wtd_convolve_2d_horiz_neon()
[all …]
Dwiener_convolve_neon.c89 __builtin_prefetch(src_ptr + 0 * src_stride); in av1_wiener_convolve_add_src_neon()
90 __builtin_prefetch(src_ptr + 1 * src_stride); in av1_wiener_convolve_add_src_neon()
91 __builtin_prefetch(src_ptr + 2 * src_stride); in av1_wiener_convolve_add_src_neon()
92 __builtin_prefetch(src_ptr + 3 * src_stride); in av1_wiener_convolve_add_src_neon()
93 __builtin_prefetch(src_ptr + 4 * src_stride); in av1_wiener_convolve_add_src_neon()
94 __builtin_prefetch(src_ptr + 5 * src_stride); in av1_wiener_convolve_add_src_neon()
95 __builtin_prefetch(src_ptr + 6 * src_stride); in av1_wiener_convolve_add_src_neon()
96 __builtin_prefetch(src_ptr + 7 * src_stride); in av1_wiener_convolve_add_src_neon()
105 __builtin_prefetch(dst_ptr + 0 * dst_stride); in av1_wiener_convolve_add_src_neon()
106 __builtin_prefetch(dst_ptr + 1 * dst_stride); in av1_wiener_convolve_add_src_neon()
[all …]
Dblend_a64_hmask_neon.c45 __builtin_prefetch(src0); in aom_blend_a64_hmask_neon()
46 __builtin_prefetch(src1); in aom_blend_a64_hmask_neon()
74 __builtin_prefetch(src0); in aom_blend_a64_hmask_neon()
75 __builtin_prefetch(src1); in aom_blend_a64_hmask_neon()
89 __builtin_prefetch(src0 + 0 * src0_stride); in aom_blend_a64_hmask_neon()
90 __builtin_prefetch(src0 + 1 * src0_stride); in aom_blend_a64_hmask_neon()
91 __builtin_prefetch(src1 + 0 * src1_stride); in aom_blend_a64_hmask_neon()
92 __builtin_prefetch(src1 + 1 * src1_stride); in aom_blend_a64_hmask_neon()
113 __builtin_prefetch(src0 + 0 * src0_stride); in aom_blend_a64_hmask_neon()
114 __builtin_prefetch(src0 + 1 * src0_stride); in aom_blend_a64_hmask_neon()
[all …]
Dblend_a64_vmask_neon.c45 __builtin_prefetch(src0); in aom_blend_a64_vmask_neon()
46 __builtin_prefetch(src1); in aom_blend_a64_vmask_neon()
66 __builtin_prefetch(src0); in aom_blend_a64_vmask_neon()
67 __builtin_prefetch(src1); in aom_blend_a64_vmask_neon()
81 __builtin_prefetch(src0 + 0 * src0_stride); in aom_blend_a64_vmask_neon()
82 __builtin_prefetch(src0 + 1 * src0_stride); in aom_blend_a64_vmask_neon()
83 __builtin_prefetch(src1 + 0 * src1_stride); in aom_blend_a64_vmask_neon()
84 __builtin_prefetch(src1 + 1 * src1_stride); in aom_blend_a64_vmask_neon()
110 __builtin_prefetch(src0 + 0 * src0_stride); in aom_blend_a64_vmask_neon()
111 __builtin_prefetch(src0 + 1 * src0_stride); in aom_blend_a64_vmask_neon()
[all …]
Dreconinter_neon.c48 __builtin_prefetch(src0_1); in av1_build_compound_diffwtd_mask_d16_neon()
49 __builtin_prefetch(src1_1); in av1_build_compound_diffwtd_mask_d16_neon()
67 __builtin_prefetch(src0_1 + 0 * src0_stride); in av1_build_compound_diffwtd_mask_d16_neon()
68 __builtin_prefetch(src0_1 + 1 * src0_stride); in av1_build_compound_diffwtd_mask_d16_neon()
69 __builtin_prefetch(src1_1 + 0 * src1_stride); in av1_build_compound_diffwtd_mask_d16_neon()
70 __builtin_prefetch(src1_1 + 1 * src1_stride); in av1_build_compound_diffwtd_mask_d16_neon()
/external/clang/test/CodeGen/
D2005-03-11-Prefetch.c5 __builtin_prefetch(P); in foo()
6 __builtin_prefetch(P, 1); in foo()
Dpr9614.c18 __builtin_prefetch(0, 0, 1); in prefetch()
/external/clang/lib/Headers/
Dprfchwintrin.h35 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */); in _m_prefetch()
41 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */); in _m_prefetchw()
/external/dynamic_depth/internal/base/
Dport.h661 __builtin_prefetch(x, 0, PREFETCH_HINT_T0); in prefetch()
664 __builtin_prefetch(x, 0, PREFETCH_HINT_T1); in prefetch()
667 __builtin_prefetch(x, 0, PREFETCH_HINT_T2); in prefetch()
670 __builtin_prefetch(x, 0, PREFETCH_HINT_NTA); in prefetch()
673 __builtin_prefetch(x); in prefetch()
678 __builtin_prefetch(x, 0, hint); in prefetch()
681 __builtin_prefetch(x); in prefetch()
/external/skqp/include/core/
DSkPostConfig.h244 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr)
245 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
/external/skia/include/core/
DSkPostConfig.h244 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr)
245 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
/external/clang/test/SemaCXX/
Dprefetch-enum.cpp9 __builtin_prefetch(&ch, 0, A); in Test()
/external/mesa3d/m4/
Dax_gcc_builtin.m476 # __builtin_prefetch
151 [__builtin_prefetch], [$1("")],
/external/libxkbcommon/xkbcommon/m4/
Dax_gcc_builtin.m476 # __builtin_prefetch
151 [__builtin_prefetch], [$1("")],
/external/tensorflow/tensorflow/core/platform/
Dprefetch.h50 __builtin_prefetch(x, 0, hint); in prefetch()
/external/libaom/libaom/aom_dsp/arm/
Dvariance_neon.c170 __builtin_prefetch(src_ptr); in aom_variance16x8_neon()
176 __builtin_prefetch(ref_ptr); in aom_variance16x8_neon()
246 __builtin_prefetch(src_ptr); in aom_variance8x16_neon()
252 __builtin_prefetch(ref_ptr); in aom_variance8x16_neon()
/external/libvpx/libvpx/vpx_ports/
Dmem.h27 #define __builtin_prefetch(x) macro
/external/libmpeg2/common/armv8/
Dicv_platform_macros.h76 #define PREFETCH(x) __builtin_prefetch(x);
/external/libmpeg2/common/mips/
Dicv_platform_macros.h82 #define PREFETCH(x) __builtin_prefetch(x);
/external/libmpeg2/common/x86/
Dicv_platform_macros.h82 #define PREFETCH(x) __builtin_prefetch(x);

12