Home
last modified time | relevance | path

Searched refs:__builtin_prefetch (Results 1 – 25 of 35) 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/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/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp144 __builtin_prefetch(src+32); in S32A_Blend_BlitRow32_neon()
145 __builtin_prefetch(dst+32); in S32A_Blend_BlitRow32_neon()
/external/skqp/src/opts/
DSkBlitRow_opts_arm_neon.cpp144 __builtin_prefetch(src+32); in S32A_Blend_BlitRow32_neon()
145 __builtin_prefetch(dst+32); in S32A_Blend_BlitRow32_neon()
/external/clang/test/SemaCXX/
Dprefetch-enum.cpp9 __builtin_prefetch(&ch, 0, A); in Test()
/external/skia/include/core/
DSkPostConfig.h294 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr)
295 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
/external/skqp/include/core/
DSkPostConfig.h294 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr)
295 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
/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/libvpx/libvpx/vpx_ports/
Dmem.h33 #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);
/external/libmpeg2/common/arm/
Dicv_platform_macros.h98 #define PREFETCH(x) __builtin_prefetch(x);
/external/ImageMagick/MagickCore/
Dthread-private.h44 __builtin_prefetch(address,mode,locality)
/external/gemmlowp/internal/
Dcommon.h258 __builtin_prefetch(ptr); in Prefetch()
/external/libvpx/
DAdd-visibility-protected-attribute-for-global-variab.patch73 #define __builtin_prefetch(x)
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c950 __builtin_prefetch(src); in vp8_sixtap_predict8x8_neon()
951 __builtin_prefetch(src + src_pixels_per_line); in vp8_sixtap_predict8x8_neon()
952 __builtin_prefetch(src + src_pixels_per_line * 2); in vp8_sixtap_predict8x8_neon()
1411 __builtin_prefetch(src); in vp8_sixtap_predict16x16_neon()
1412 __builtin_prefetch(src + src_pixels_per_line); in vp8_sixtap_predict16x16_neon()
1509 __builtin_prefetch(src); in vp8_sixtap_predict16x16_neon()
1510 __builtin_prefetch(src + src_pixels_per_line); in vp8_sixtap_predict16x16_neon()
1511 __builtin_prefetch(src + src_pixels_per_line * 2); in vp8_sixtap_predict16x16_neon()
/external/elfutils/lib/
Ddynamicsizehash.c311 __builtin_prefetch (((TYPENAME(NAME) *) p)->next, 0, 2); in ITERATEFCT()

12