Home
last modified time | relevance | path

Searched refs:precise (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp44 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 DAliasAnalysisEvaluator.cpp147 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 DLint.cpp256 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 DLoads.cpp462 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 Devutil_time.c231 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 Devutil_time.c269 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 DMemoryLocation.h100 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 DAliasAnalysis.h534 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.yml69 # 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 Dkernel-usleep_range.m45 dnl # designed to be a drop-in replacement for udelay where a precise
/freebsd-13.1/bin/sh/
H A Dprofile9 # on how to achieve more precise control of locale settings.
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1286 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 Dregress_util.c1286 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 Djevents.c561 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 DBIO_should_retry.pod51 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 DBIO_ctrl.pod63 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of
H A DX509_get_extension_flags.pod172 absent or malformed. Applications can determine the precise reason using
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/
H A Dat91_adc.txt35 makes touch detection more precise.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp993 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 Dthermal-cooling-devices.yaml39 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 DSyntax.td63 // These are generally placeholders for a more precise implementation.
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dsess_id.pod39 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 Dqe.txt17 - model : precise model of the QE, Can be "QE", "CPM", or "CPM2"
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc120 // 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 DREADME.md79 It makes benchmark more precise as it eliminates I/O overhead.

1234