Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c162 __builtin_prefetch(src + 0 * src_stride); in vpx_highbd_convolve8_horiz_neon()
163 __builtin_prefetch(src + 1 * src_stride); in vpx_highbd_convolve8_horiz_neon()
164 __builtin_prefetch(src + 2 * src_stride); in vpx_highbd_convolve8_horiz_neon()
165 __builtin_prefetch(src + 3 * src_stride); in vpx_highbd_convolve8_horiz_neon()
175 __builtin_prefetch(dst + 0 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
176 __builtin_prefetch(dst + 1 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
177 __builtin_prefetch(dst + 2 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
178 __builtin_prefetch(dst + 3 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
226 __builtin_prefetch(dst + 0 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
227 __builtin_prefetch(dst + 1 * dst_stride); in vpx_highbd_convolve8_horiz_neon()
[all …]
Dvpx_convolve8_neon.c151 __builtin_prefetch(src + 0 * src_stride); in vpx_convolve8_horiz_neon()
152 __builtin_prefetch(src + 1 * src_stride); in vpx_convolve8_horiz_neon()
153 __builtin_prefetch(src + 2 * src_stride); in vpx_convolve8_horiz_neon()
154 __builtin_prefetch(src + 3 * src_stride); in vpx_convolve8_horiz_neon()
170 __builtin_prefetch(dst + 0 * dst_stride); in vpx_convolve8_horiz_neon()
171 __builtin_prefetch(dst + 1 * dst_stride); in vpx_convolve8_horiz_neon()
172 __builtin_prefetch(dst + 2 * dst_stride); in vpx_convolve8_horiz_neon()
173 __builtin_prefetch(dst + 3 * dst_stride); in vpx_convolve8_horiz_neon()
243 __builtin_prefetch(dst + 0 * dst_stride); in vpx_convolve8_horiz_neon()
244 __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/clang/test/SemaCXX/
Dprefetch-enum.cpp9 __builtin_prefetch(&ch, 0, A); in Test()
/external/skia/include/core/
DSkPostConfig.h292 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr)
293 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
/external/mesa3d/m4/
Dax_gcc_builtin.m476 # __builtin_prefetch
151 [__builtin_prefetch], [$1("")],
/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/x86/
Dicv_platform_macros.h82 #define PREFETCH(x) __builtin_prefetch(x);
/external/libmpeg2/common/mips/
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.h211 __builtin_prefetch(ptr); in Prefetch()
/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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h109 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality)
/external/elfutils/lib/
Ddynamicsizehash.c311 __builtin_prefetch (((TYPENAME(NAME) *) p)->next, 0, 2); in ITERATEFCT()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h158 # define PREFETCH(x) __builtin_prefetch(x)
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h59 #elif EIGEN_HAS_BUILTIN(__builtin_prefetch) || EIGEN_COMP_GNUC
60 #define EIGEN_ARM_PREFETCH(ADDR) __builtin_prefetch(ADDR);
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h310 __builtin_prefetch(addr);
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h126 #if EIGEN_HAS_BUILTIN(__builtin_prefetch) || EIGEN_COMP_GNUC
127 #define EIGEN_PPC_PREFETCH(ADDR) __builtin_prefetch(ADDR);

12