Home
last modified time | relevance | path

Searched refs:PREFETCH (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dcompiler.h94 # define PREFETCH(ptr) _mm_prefetch((const char*)ptr, _MM_HINT_T0) macro
96 # define PREFETCH(ptr) __builtin_prefetch(ptr, 0, 0) macro
98 # define PREFETCH(ptr) /* disabled */ macro
/freebsd-12-stable/sys/arm/arm/
Dbcopyinout.S75 #define PREFETCH(rx,o) pld [ rx , HELLOCPP (o) ] macro
77 #define PREFETCH(rx,o) macro
136 PREFETCH(r0, 0)
137 PREFETCH(r1, 0)
235 PREFETCH(r0, 32)
236 PREFETCH(r1, 32)
383 PREFETCH(r0, 0)
384 PREFETCH(r1, 0)
479 PREFETCH(r0, 32)
480 PREFETCH(r1, 32)
/freebsd-12-stable/contrib/ntp/scripts/update-leap/
Dupdate-leap.sh31 PREFETCH="60 days"
71 "$PREFETCH"
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH"…
Dupdate-leap.in58 my $PREFETCH = 60;
99 $PREFETCH = $opt{e} if defined $opt{e};
180 ( $EXPIRES lt ( $PREFETCH * 86400 + time() ) )) {
406 $PREFETCH
Dupdate-leap-opts.def79 "$PREFETCH"
Dinvoke-update-leap.texi215 "$PREFETCH"
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dinternal_defs.h43 #define PREFETCH(X) __asm__("prefetchnta (%0)" : : "r"(X)) macro
45 #define PREFETCH(X) __builtin_prefetch(X) macro
Dquarantine.h284 PREFETCH(B->Batch[I]); in doRecycle()
287 PREFETCH(B->Batch[I + NumberOfPrefetch]); in doRecycle()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h216 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 macro
232 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) macro
234 # define PREFETCH(x) __builtin_prefetch(x) macro
Dsanitizer_quarantine.h189 PREFETCH(b->batch[i]); in DoRecycle()
192 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
Dsanitizer_allocator_local_cache.h169 PREFETCH(c->batch[c->count - 1]); in Allocate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h24 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, XGETBV, ADX, FPCLASSS, enumerator
110 X86_INTRINSIC_DATA(avx512_gatherpf_dpd_512, PREFETCH,
112 X86_INTRINSIC_DATA(avx512_gatherpf_dps_512, PREFETCH,
114 X86_INTRINSIC_DATA(avx512_gatherpf_qpd_512, PREFETCH,
116 X86_INTRINSIC_DATA(avx512_gatherpf_qps_512, PREFETCH,
294 X86_INTRINSIC_DATA(avx512_scatterpf_dpd_512, PREFETCH, X86::VSCATTERPF0DPDm,
296 X86_INTRINSIC_DATA(avx512_scatterpf_dps_512, PREFETCH, X86::VSCATTERPF0DPSm,
298 X86_INTRINSIC_DATA(avx512_scatterpf_qpd_512, PREFETCH, X86::VSCATTERPF0QPDm,
300 X86_INTRINSIC_DATA(avx512_scatterpf_qps_512, PREFETCH, X86::VSCATTERPF0QPSm,
DX86Instr3DNow.td94 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i8mem:$addr),
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1101 PREFETCH, enumerator
DSelectionDAGNodes.h1373 case ISD::PREFETCH:
1471 N->getOpcode() == ISD::PREFETCH ||
/freebsd-12-stable/contrib/binutils/libiberty/
Dregex.c5277 #define PREFETCH() \ macro
6113 PREFETCH (); in wcs_re_match_2_internal()
6138 PREFETCH (); in wcs_re_match_2_internal()
6151 PREFETCH (); in wcs_re_match_2_internal()
6180 PREFETCH (); in wcs_re_match_2_internal()
6798 PREFETCH (); in wcs_re_match_2_internal()
7375 PREFETCH (); in wcs_re_match_2_internal()
7392 PREFETCH (); in wcs_re_match_2_internal()
7403 PREFETCH (); in wcs_re_match_2_internal()
7412 PREFETCH (); in wcs_re_match_2_internal()
[all …]
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dregex.c5277 #define PREFETCH() \ macro
6113 PREFETCH (); in wcs_re_match_2_internal()
6138 PREFETCH (); in wcs_re_match_2_internal()
6151 PREFETCH (); in wcs_re_match_2_internal()
6180 PREFETCH (); in wcs_re_match_2_internal()
6798 PREFETCH (); in wcs_re_match_2_internal()
7375 PREFETCH (); in wcs_re_match_2_internal()
7392 PREFETCH (); in wcs_re_match_2_internal()
7403 PREFETCH (); in wcs_re_match_2_internal()
7412 PREFETCH (); in wcs_re_match_2_internal()
[all …]
/freebsd-12-stable/contrib/gcc/
Dsystem.h239 # undef PREFETCH
Dsched-vis.c356 case PREFETCH: in print_exp()
Drtlanal.c691 case PREFETCH: in reg_referenced_p()
1406 case PREFETCH: in note_uses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h370 PREFETCH enumerator
DSystemZOperators.td443 def z_prefetch : SDNode<"SystemZISD::PREFETCH", SDT_ZPrefetch,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp82 case ISD::PREFETCH: return "Prefetch"; in getOperationName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h276 PREFETCH, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp872 setOperationAction(ISD::PREFETCH, MVT::Other, Expand); in initActions()

12