/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 161 __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 …]
|
D | vpx_convolve8_neon.c | 79 __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/ |
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/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 229 __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 …]
|
D | jnt_convolve_neon.c | 347 __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 …]
|
D | wiener_convolve_neon.c | 89 __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 …]
|
D | blend_a64_hmask_neon.c | 45 __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 …]
|
D | blend_a64_vmask_neon.c | 45 __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 …]
|
D | reconinter_neon.c | 48 __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/ |
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/dynamic_depth/internal/base/ |
D | port.h | 661 __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/ |
D | SkPostConfig.h | 244 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr) 245 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
|
/external/skia/include/core/ |
D | SkPostConfig.h | 244 #define SK_PREFETCH(ptr) __builtin_prefetch(ptr) 245 #define SK_WRITE_PREFETCH(ptr) __builtin_prefetch(ptr, 1)
|
/external/clang/test/SemaCXX/ |
D | prefetch-enum.cpp | 9 __builtin_prefetch(&ch, 0, A); in Test()
|
/external/mesa3d/m4/ |
D | ax_gcc_builtin.m4 | 76 # __builtin_prefetch 151 [__builtin_prefetch], [$1("")],
|
/external/libxkbcommon/xkbcommon/m4/ |
D | ax_gcc_builtin.m4 | 76 # __builtin_prefetch 151 [__builtin_prefetch], [$1("")],
|
/external/tensorflow/tensorflow/core/platform/ |
D | prefetch.h | 50 __builtin_prefetch(x, 0, hint); in prefetch()
|
/external/libaom/libaom/aom_dsp/arm/ |
D | variance_neon.c | 170 __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/ |
D | mem.h | 27 #define __builtin_prefetch(x) macro
|
/external/libmpeg2/common/armv8/ |
D | icv_platform_macros.h | 76 #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/x86/ |
D | icv_platform_macros.h | 82 #define PREFETCH(x) __builtin_prefetch(x);
|