| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 44 LocationSize::precise(DL.getTypeStoreSize(LI->getType())), AATags); in get() 53 LocationSize::precise(DL.getTypeStoreSize( in get() 72 LocationSize::precise(DL.getTypeStoreSize( in get() 83 LocationSize::precise(DL.getTypeStoreSize( in get() 116 Size = LocationSize::precise(C->getValue().getZExtValue()); in getForSource() 137 Size = LocationSize::precise(C->getValue().getZExtValue()); in getForDest() 178 LocationSize::precise( in getForArgument() 201 return MemoryLocation(Arg, LocationSize::precise(0), AATags); in getForArgument() 205 LocationSize::precise( in getForArgument() 220 LocationSize::precise(DL.getTypeStoreSize( in getForArgument() [all …]
|
| H A D | AliasAnalysisEvaluator.cpp | 147 I1Size = LocationSize::precise(DL.getTypeStoreSize(I1ElTy)); in runInternal() 153 I2Size = LocationSize::precise(DL.getTypeStoreSize(I2ElTy)); in runInternal() 238 Size = LocationSize::precise(DL.getTypeStoreSize(ElTy)); in runInternal()
|
| H A D | Lint.cpp | 256 Actual, LocationSize::precise(DL->getTypeStoreSize(Ty))); in visitCallBase() 304 Size = LocationSize::precise(Len->getValue().getZExtValue()); in visitCallBase() 321 const LocationSize LS = LocationSize::precise(Size); in visitCallBase()
|
| H A D | Loads.cpp | 462 auto LoadAccessSize = LocationSize::precise(DL.getTypeStoreSize(LoadTy)); in areNonOverlapSameBaseLoadAndStore() 463 auto StoreAccessSize = LocationSize::precise(DL.getTypeStoreSize(StoreTy)); in areNonOverlapSameBaseLoadAndStore()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evutil_time.c | 231 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 244 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 435 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 447 if (precise && !fallback) { in evutil_configure_monotonic_time_() 522 int precise) in evutil_configure_monotonic_time_() argument
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evutil_time.c | 269 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 282 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 473 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 485 if (precise && !fallback) { in evutil_configure_monotonic_time_() 560 int precise) in evutil_configure_monotonic_time_() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 100 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } in precise() function 101 static LocationSize precise(TypeSize Value) { in precise() function 104 return precise(Value.getFixedSize()); in precise() 110 return precise(0); in upperBound()
|
| H A D | AliasAnalysis.h | 534 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) == 931 return alias(MemoryLocation(V1, LocationSize::precise(1)), 932 MemoryLocation(V2, LocationSize::precise(1))) ==
|
| /freebsd-13.1/contrib/googletest/ |
| H A D | .travis.yml | 69 # List of whitelisted in travis packages for ubuntu-precise can be found here: 70 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise 75 - llvm-toolchain-precise-3.9
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-usleep_range.m4 | 5 dnl # designed to be a drop-in replacement for udelay where a precise
|
| /freebsd-13.1/bin/sh/ |
| H A D | profile | 9 # on how to achieve more precise control of locale settings.
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_util.c | 1286 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1292 if (precise) in test_evutil_monotonic_res() 1296 if (precise || fallback) { in test_evutil_monotonic_res() 1309 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1343 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1348 if (precise) in test_evutil_monotonic_prc() 1350 if (precise) in test_evutil_monotonic_prc()
|
| /freebsd-13.1/contrib/libevent/test/ |
| H A D | regress_util.c | 1286 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1292 if (precise) in test_evutil_monotonic_res() 1296 if (precise || fallback) { in test_evutil_monotonic_res() 1309 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1343 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1348 if (precise) in test_evutil_monotonic_prc() 1350 if (precise) in test_evutil_monotonic_prc()
|
| /freebsd-13.1/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 561 jsmntok_t *precise = NULL; in json_events() local 600 precise = val; in json_events() 650 if (precise && desc && !strstr(desc, "(Precise Event)")) { in json_events() 651 if (json_streq(map, precise, "2")) in json_events()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_should_retry.pod | 51 BIO_get_retry_BIO() determines the precise reason for the special 68 If BIO_should_retry() returns false then the precise "error condition"
|
| H A D | BIO_ctrl.pod | 63 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of
|
| H A D | X509_get_extension_flags.pod | 172 absent or malformed. Applications can determine the precise reason using
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | at91_adc.txt | 35 makes touch detection more precise.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 993 ModRefInfo MR = AA->getModRefInfo(C, cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn() 996 MR = AA->callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), DT); in performCallSlotOptzn() 1173 LocationSize::precise(1)), in processMemSetMemCpyDependence() 1175 LocationSize::precise(1)))) in processMemSetMemCpyDependence() 1603 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize)); in processByValArgument()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-cooling-devices.yaml | 39 precise set of cooling states associated with a device should be defined in
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 63 // These are generally placeholders for a more precise implementation.
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | sess_id.pod | 39 format containing session details. The precise format can vary from one version
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
| H A D | qe.txt | 17 - model : precise model of the QE, Can be "QE", "CPM", or "CPM2"
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 120 // Let b_hw be an infinitely precise number obtained from the highest (HW-1) 162 // Please note that e_0 is calculated against the infinitely precise
|
| /freebsd-13.1/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 79 It makes benchmark more precise as it eliminates I/O overhead.
|