Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryLocation.cpp42 LocationSize::precise(DL.getTypeStoreSize(LI->getType())), AATags); in get()
51 LocationSize::precise(DL.getTypeStoreSize( in get()
70 LocationSize::precise(DL.getTypeStoreSize( in get()
81 LocationSize::precise(DL.getTypeStoreSize( in get()
97 Size = LocationSize::precise(C->getValue().getZExtValue()); in getForSource()
118 Size = LocationSize::precise(C->getValue().getZExtValue()); in getForDest()
158 LocationSize::precise( in getForArgument()
166 return MemoryLocation(Arg, LocationSize::precise(0), AATags); in getForArgument()
170 LocationSize::precise( in getForArgument()
185 LocationSize::precise(DL.getTypeStoreSize( in getForArgument()
[all …]
H A DAliasAnalysisEvaluator.cpp146 I1Size = LocationSize::precise(DL.getTypeStoreSize(I1ElTy)); in runInternal()
152 I2Size = LocationSize::precise(DL.getTypeStoreSize(I2ElTy)); in runInternal()
237 Size = LocationSize::precise(DL.getTypeStoreSize(ElTy)); in runInternal()
H A DLoads.cpp348 auto AccessSize = LocationSize::precise(DL.getTypeStoreSize(AccessTy)); in FindAvailablePtrLoadStore()
/freebsd-12.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-12.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-12.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-12.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-12.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-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryLocation.h91 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } in precise() function
96 return precise(0); in upperBound()
H A DAliasAnalysis.h365 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) == in isMustAlias()
/freebsd-12.1/bin/sh/
H A Dprofile13 # on how to achieve more precise control of locale settings.
/freebsd-12.1/lib/libpmc/pmu-events/
H A Djevents.c545 jsmntok_t *precise = NULL; in json_events() local
584 precise = val; in json_events()
634 if (precise && desc && !strstr(desc, "(Precise Event)")) { in json_events()
635 if (json_streq(map, precise, "2")) in json_events()
/freebsd-12.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.pod59 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of
H A DX509_get_extension_flags.pod156 absent or malformed. Applications can determine the precise reason using
H A DX509V3_get_d2i.pod109 determine the precise reason by checking the value of B<*crit>.
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dhypersparc.md26 ;; ??? Actually, to be more precise that rule is sort of modelled now.
/freebsd-12.1/contrib/gcc/doc/include/
H A Dfunding.texi33 Even a precise fraction ``of the profits from this disk'' is not very
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp944 ModRefInfo MR = AA.getModRefInfo(C, cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn()
947 MR = AA.callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), &DT); in performCallSlotOptzn()
1343 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true, in processByValArgument()
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dsess_id.pod39 format containing session details. The precise format can vary from one version
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp2173 ARCPreciseLifetime_t precise) { in EmitARCRelease() argument
2188 if (precise == ARCImpreciseLifetime) { in EmitARCRelease()
2204 ARCPreciseLifetime_t precise) { in EmitARCDestroyStrong() argument
2212 EmitARCRelease(value, precise); in EmitARCDestroyStrong()
2565 ARCPreciseLifetime_t precise) { in EmitObjCRelease() argument
2587 if (precise == ARCImpreciseLifetime) { in EmitObjCRelease()
H A DCGDecl.cpp2230 ARCPreciseLifetime_t precise) in ConsumeARCParameter()
2231 : Param(param), Precise(precise) {} in ConsumeARCParameter()
2369 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() in EmitParmDecl() local
2372 precise); in EmitParmDecl()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td203 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A DREADME.md79 It makes benchmark more precise as it eliminates I/O overhead.
/freebsd-12.1/contrib/sqlite3/
H A DMakefile.msc491 TCC = $(TCC) -DSQLITE_OS_WIN=1 -I. -I$(TOP) -fp:precise

12345