Home
last modified time | relevance | path

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

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryLocation.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()
148 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument()
158 LocationSize::precise( in getForArgument()
166 return MemoryLocation(Arg, LocationSize::precise(0), AATags); in getForArgument()
170 LocationSize::precise( in getForArgument()
[all …]
HDAliasAnalysisEvaluator.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()
HDLoads.cpp425 auto AccessSize = LocationSize::precise(DL.getTypeStoreSize(AccessTy)); in FindAvailablePtrLoadStore()
HDLint.cpp342 Size = LocationSize::precise(Len->getValue().getZExtValue()); in visitCallSite()
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDevutil_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-11-stable/contrib/ntp/sntp/libevent/test/
HDregress_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-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryLocation.h90 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } in precise() function
95 return precise(0); in upperBound()
HDAliasAnalysis.h387 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) == in isMustAlias()
/freebsd-11-stable/etc/
HDprofile13 # on how to achieve more precise control of locale settings.
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDCRYPTO_set_ex_data.pod26 supplied in the B<arg> parameter and its precise meaning is up to the
HDBIO_should_retry.pod53 BIO_get_retry_BIO() determines the precise reason for the special
64 If BIO_should_retry() returns false then the precise "error condition"
HDRSA_get_ex_new_index.pod42 precise manner in which these function pointers are called is described in more
52 supplied in the B<arg> parameter and its precise meaning is up to the
HDBIO_ctrl.pod58 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of
/freebsd-11-stable/contrib/gcc/config/sparc/
HDhypersparc.md26 ;; ??? Actually, to be more precise that rule is sort of modelled now.
/freebsd-11-stable/contrib/gcc/doc/include/
HDfunding.texi33 Even a precise fraction ``of the profits from this disk'' is not very
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDMemCpyOptimizer.cpp855 ModRefInfo MR = AA.getModRefInfo(C, cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn()
858 MR = AA.callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), &DT); in performCallSlotOptzn()
1257 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true, in processByValArgument()
/freebsd-11-stable/crypto/openssl/doc/apps/
HDsess_id.pod33 format containing session details. The precise format can vary from one version
HDgenpkey.pod77 Set the public key algorithm option B<opt> to B<value>. The precise set of
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp2333 ARCPreciseLifetime_t precise) in ConsumeARCParameter()
2334 : Param(param), Precise(precise) {} in ConsumeARCParameter()
2473 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() in EmitParmDecl() local
2476 precise); in EmitParmDecl()
HDCGObjC.cpp2247 ARCPreciseLifetime_t precise) { in EmitARCRelease() argument
2262 if (precise == ARCImpreciseLifetime) { in EmitARCRelease()
2278 ARCPreciseLifetime_t precise) { in EmitARCDestroyStrong() argument
2286 EmitARCRelease(value, precise); in EmitARCDestroyStrong()
2647 ARCPreciseLifetime_t precise) { in EmitObjCRelease() argument
2668 if (precise == ARCImpreciseLifetime) { in EmitObjCRelease()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.td218 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
/freebsd-11-stable/contrib/sqlite3/
HDMakefile.msc494 TCC = $(TCC) -DSQLITE_OS_WIN=1 -I. -I$(TOP) -fp:precise
/freebsd-11-stable/contrib/gdb/gdb/
HDREADME136 installed, chances are it has such a program. The precise command to
496 different configurations, it is important that you be precise about
/freebsd-11-stable/crypto/heimdal/lib/wind/
HDrfc4518.txt88 The lack of precise specification for character string matching has
91 address these problems, this document defines precise algorithms for
/freebsd-11-stable/contrib/tzdata/
HDleap-seconds.list55 # quite difficult to compute precise timestamps and time

12345