/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 162 __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 …]
|
D | vpx_convolve8_neon.c | 151 __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/ |
D | builtin-prefetch.c | 5 __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()
|
D | statements.c | 28 __builtin_prefetch(P); in test9()
|
/external/clang/test/CodeGen/ |
D | 2005-03-11-Prefetch.c | 5 __builtin_prefetch(P); in foo() 6 __builtin_prefetch(P, 1); in foo()
|
D | pr9614.c | 18 __builtin_prefetch(0, 0, 1); in prefetch()
|
/external/clang/lib/Headers/ |
D | prfchwintrin.h | 35 __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/ |
D | SkBlitRow_opts_arm_neon.cpp | 144 __builtin_prefetch(src+32); in S32A_Blend_BlitRow32_neon() 145 __builtin_prefetch(dst+32); in S32A_Blend_BlitRow32_neon()
|
/external/clang/test/SemaCXX/ |
D | prefetch-enum.cpp | 9 __builtin_prefetch(&ch, 0, A); in Test()
|
/external/skia/include/core/ |
D | SkPostConfig.h | 292 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr) 293 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
|
/external/mesa3d/m4/ |
D | ax_gcc_builtin.m4 | 76 # __builtin_prefetch 151 [__builtin_prefetch], [$1("")],
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem.h | 33 #define __builtin_prefetch(x) macro
|
/external/libmpeg2/common/armv8/ |
D | icv_platform_macros.h | 76 #define PREFETCH(x) __builtin_prefetch(x);
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 82 #define PREFETCH(x) __builtin_prefetch(x);
|
/external/libmpeg2/common/mips/ |
D | icv_platform_macros.h | 82 #define PREFETCH(x) __builtin_prefetch(x);
|
/external/libmpeg2/common/arm/ |
D | icv_platform_macros.h | 98 #define PREFETCH(x) __builtin_prefetch(x);
|
/external/ImageMagick/MagickCore/ |
D | thread-private.h | 44 __builtin_prefetch(address,mode,locality)
|
/external/gemmlowp/internal/ |
D | common.h | 211 __builtin_prefetch(ptr); in Prefetch()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 950 __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/ |
D | Compiler.h | 109 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality)
|
/external/elfutils/lib/ |
D | dynamicsizehash.c | 311 __builtin_prefetch (((TYPENAME(NAME) *) p)->next, 0, 2); in ITERATEFCT()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 158 # define PREFETCH(x) __builtin_prefetch(x)
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 59 #elif EIGEN_HAS_BUILTIN(__builtin_prefetch) || EIGEN_COMP_GNUC 60 #define EIGEN_ARM_PREFETCH(ADDR) __builtin_prefetch(ADDR);
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 310 __builtin_prefetch(addr);
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 126 #if EIGEN_HAS_BUILTIN(__builtin_prefetch) || EIGEN_COMP_GNUC 127 #define EIGEN_PPC_PREFETCH(ADDR) __builtin_prefetch(ADDR);
|