| /freebsd-12-stable/sys/contrib/zstd/lib/common/ |
| D | compiler.h | 94 # 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/ |
| D | bcopyinout.S | 75 #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/ |
| D | update-leap.sh | 31 PREFETCH="60 days" 71 "$PREFETCH" 336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH"…
|
| D | update-leap.in | 58 my $PREFETCH = 60; 99 $PREFETCH = $opt{e} if defined $opt{e}; 180 ( $EXPIRES lt ( $PREFETCH * 86400 + time() ) )) { 406 $PREFETCH
|
| D | update-leap-opts.def | 79 "$PREFETCH"
|
| D | invoke-update-leap.texi | 215 "$PREFETCH"
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | internal_defs.h | 43 #define PREFETCH(X) __asm__("prefetchnta (%0)" : : "r"(X)) macro 45 #define PREFETCH(X) __builtin_prefetch(X) macro
|
| D | quarantine.h | 284 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/ |
| D | sanitizer_internal_defs.h | 216 # 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
|
| D | sanitizer_quarantine.h | 189 PREFETCH(b->batch[i]); in DoRecycle() 192 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
|
| D | sanitizer_allocator_local_cache.h | 169 PREFETCH(c->batch[c->count - 1]); in Allocate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86IntrinsicsInfo.h | 24 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,
|
| D | X86Instr3DNow.td | 94 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i8mem:$addr),
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 1101 PREFETCH, enumerator
|
| D | SelectionDAGNodes.h | 1373 case ISD::PREFETCH: 1471 N->getOpcode() == ISD::PREFETCH ||
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | regex.c | 5277 #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/ |
| D | regex.c | 5277 #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/ |
| D | system.h | 239 # undef PREFETCH
|
| D | sched-vis.c | 356 case PREFETCH: in print_exp()
|
| D | rtlanal.c | 691 case PREFETCH: in reg_referenced_p() 1406 case PREFETCH: in note_uses()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 370 PREFETCH enumerator
|
| D | SystemZOperators.td | 443 def z_prefetch : SDNode<"SystemZISD::PREFETCH", SDT_ZPrefetch,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 82 case ISD::PREFETCH: return "Prefetch"; in getOperationName()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.h | 276 PREFETCH, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetLoweringBase.cpp | 872 setOperationAction(ISD::PREFETCH, MVT::Other, Expand); in initActions()
|