/netbsd-src/external/apache2/llvm/dist/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() 168 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() 178 LocationSize::precise( in getForArgument() 201 return MemoryLocation(Arg, LocationSize::precise(0), AATags); in getForArgument() 205 LocationSize::precise( 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()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | evutil_time.c | 317 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 330 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 521 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 533 if (precise && !fallback) { in evutil_configure_monotonic_time_() 608 int precise) in evutil_configure_monotonic_time_() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | time.d | 184 Uses a more precise clock than the normal one (which is already very in version() 185 precise), but it takes longer to get the time. Similarly to in version() 190 Currently, only FreeBSD/DragonFlyBSD supports a more precise clock, where it uses in version() 194 precise = 3, in version() enumerator 219 time at a more precise resolution. So, it's guaranteed that the time in version() 227 precision in order to get speed but is still fairly precise, whereas in version() 265 precise = 3, in version() 272 precise = 3, enumerator 280 precise = 3, in version() 290 precise = 3, enumerator [all …]
|
/netbsd-src/external/apache2/llvm/dist/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))) ==
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_util.c | 1399 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1405 if (precise) in test_evutil_monotonic_res() 1409 if (precise || fallback) { in test_evutil_monotonic_res() 1422 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1456 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1461 if (precise) in test_evutil_monotonic_prc() 1463 if (precise) in test_evutil_monotonic_prc()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/ |
H A D | gc.d | 2156 static struct ScanRange(bool precise) 2160 static if (precise) 2251 template scanStack(bool precise) 2253 static if (precise) 2262 …private void mark(bool precise, bool parallel, bool shared_mem)(ScanRange!precise rng) scope nothr… 2264 alias toscan = scanStack!precise; 2272 ScanRange!precise[FANOUT_LIMIT] stack = void; 2284 ScanRange!precise tgt = void; 2295 static if (precise) if (rng.pbase) 2349 static if (precise) [all …]
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | version | 19 1.11: Pass precise model information and flags with bootinfo.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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"
|
/netbsd-src/crypto/external/bsd/openssl/dist/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"
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-metag.texi | 33 instructions and registers. For precise details of what instructions
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-metag.texi | 33 instructions and registers. For precise details of what instructions
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/m4/ |
H A D | siginfo.m4 | 7 # Determine how to determine the precise cause of a signal, for example
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | hypersparc.md | 25 ;; ??? Actually, to be more precise that rule is sort of modelled now.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | hypersparc.md | 25 ;; ??? Actually, to be more precise that rule is sort of modelled now.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 980 ModRefInfo MR = AA->getModRefInfo(C, cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn() 983 MR = AA->callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), DT); in performCallSlotOptzn() 1153 LocationSize::precise(1)), in processMemSetMemCpyDependence() 1155 LocationSize::precise(1)))) in processMemSetMemCpyDependence() 1578 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize)); in processByValArgument()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | sys_stat_h.m4 | 22 dnl Whether to enable precise timestamps in 'struct stat'.
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | APINotes.rst | 230 compatibility, when existing type information has been made more precise in a 248 type information has been made more precise in a header.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/include/ |
H A D | funding.texi | 33 Even a precise fraction ``of the profits from this disk'' is not very
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/include/ |
H A D | funding.texi | 33 Even a precise fraction ``of the profits from this disk'' is not very
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
H A D | Syntax.td | 63 // These are generally placeholders for a more precise implementation.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | sess_id.pod | 39 format containing session details. The precise format can vary from one version
|