Searched refs:precise (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp30 OS << "precise(" << getValue() << ')';
42 LocationSize::precise(DL.getTypeStoreSize(LI->getType())), AATags);
51 LocationSize::precise(DL.getTypeStoreSize(
70 LocationSize::precise(DL.getTypeStoreSize(
81 LocationSize::precise(DL.getTypeStoreSize(
97 Size = LocationSize::precise(C->getValue().getZExtValue());
118 Size = LocationSize::precise(C->getValue().getZExtValue());
148 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
158 LocationSize::precise(
166 return MemoryLocation(Arg, LocationSize::precise(
[all...]
H A DAliasAnalysisEvaluator.cpp146 I1Size = LocationSize::precise(DL.getTypeStoreSize(I1ElTy));
152 I2Size = LocationSize::precise(DL.getTypeStoreSize(I2ElTy));
237 Size = LocationSize::precise(DL.getTypeStoreSize(ElTy));
H A DLoads.cpp425 auto AccessSize = LocationSize::precise(DL.getTypeStoreSize(AccessTy));
H A DLint.cpp266 // not fully precise because we don't know the sizes of the dereferenced
342 Size = LocationSize::precise(Len->getValue().getZExtValue());
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil_time.c231 const int precise = flags & EV_MONOT_PRECISE; local
244 if (! precise && ! fallback) {
366 Our strategy, if precise timers are turned off, is to just use the best
367 GetTickCount equivalent available. If we've been asked for precise timing,
435 const int precise = flags & EV_MONOT_PRECISE; local
447 if (precise && !fallback) {
522 int precise)
521 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, int precise) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h37 // it contains, N, is 'precise'. Precise, in this context, means that we know
40 // precise values, and can conservatively represent all of the values unioned
44 // Concretely, a precise MemoryLocation is (%p, 4) in
81 // FIXME: Migrate all users to construct via either `precise` or `upperBound`,
85 // Since the overwhelming majority of users of this provide precise values,
86 // this assumes the provided value is precise.
90 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } function in class:llvm::LocationSize
93 // You can't go lower than 0, so give a precise result.
95 return precise(0);
131 // Returns whether or not this value is precise
[all...]
H A DAliasAnalysis.h85 /// The two locations may or may not alias. This is the least precise result.
387 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) ==
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1286 const int precise = strstr(data->setup_data, "precise") != NULL; local
1292 if (precise)
1296 if (precise || fallback) {
1309 TT_BLATHER(("Precise = %d", precise));
1343 const int precise = strstr(data->setup_data, "precise") != NULL; local
1348 if (precise)
1350 if (precise)
1406 { "monotonic_res_precise", test_evutil_monotonic_res, TT_OFF_BY_DEFAULT, &basic_setup, (void*)"precise" },
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp855 ModRefInfo MR = AA.getModRefInfo(C, cpyDest, LocationSize::precise(srcSize));
858 MR = AA.callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), &DT);
1257 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true,
H A DLoopIdiomRecognize.cpp811 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) *
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2333 ARCPreciseLifetime_t precise)
2334 : Param(param), Precise(precise) {}
2473 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() local
2476 precise); local
2332 ConsumeARCParameter(llvm::Value *param, ARCPreciseLifetime_t precise) argument
H A DCGObjC.cpp289 // receiver is loaded from a variable with precise lifetime.
313 // All ivars and fields have precise lifetime.
323 // All variables have precise lifetime except local variables with
2247 ARCPreciseLifetime_t precise) {
2262 if (precise == ARCImpreciseLifetime) {
2278 ARCPreciseLifetime_t precise) {
2286 EmitARCRelease(value, precise);
2647 ARCPreciseLifetime_t precise) {
2668 if (precise == ARCImpreciseLifetime) {
2246 EmitARCRelease(llvm::Value *value, ARCPreciseLifetime_t precise) argument
2277 EmitARCDestroyStrong(Address addr, ARCPreciseLifetime_t precise) argument
2646 EmitObjCRelease(llvm::Value *value, ARCPreciseLifetime_t precise) argument
H A DCodeGenFunction.h1596 /// Used to store precise source locations for return statements by the
3843 void EmitARCDestroyStrong(Address addr, ARCPreciseLifetime_t precise);
3844 void EmitARCRelease(llvm::Value *value, ARCPreciseLifetime_t precise);
3854 void EmitObjCRelease(llvm::Value *value, ARCPreciseLifetime_t precise);
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.msc494 TCC = $(TCC) -DSQLITE_OS_WIN=1 -I. -I$(TOP) -fp:precise
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec599 - remove dependency on openssl -- would need to be too precise
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1981 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) *
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c3572 get_chaninfo(const struct ieee80211_channel *c, int precise, argument
3590 if (precise) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4089 LocationSize::precise(DAG.getDataLayout().getTypeStoreSize(Ty)),
4205 SV, LocationSize::precise(DAG.getDataLayout().getTypeStoreSize(Ty)),
4538 ML = MemoryLocation(PtrOperand, LocationSize::precise(
4592 LocationSize::precise(

Completed in 390 milliseconds