| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 40 LocationSize::precise(DL.getTypeStoreSize(LI->getType())), in get() 48 LocationSize::precise(DL.getTypeStoreSize( in get() 62 LocationSize::precise(DL.getTypeStoreSize( in get() 71 LocationSize::precise(DL.getTypeStoreSize( in get() 176 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() 186 LocationSize::precise( in getForArgument() 198 LocationSize::precise( in getForArgument() 221 return MemoryLocation(Arg, LocationSize::precise(0), AATags); in getForArgument() 225 LocationSize::precise( in getForArgument() 234 Arg, LocationSize::precise(DL.getTypeStoreSize(II->getType())), in getForArgument() [all …]
|
| H A D | AliasAnalysisEvaluator.cpp | 130 LocationSize Size1 = LocationSize::precise(DL.getTypeStoreSize(I1->second)); in runInternal() 133 LocationSize::precise(DL.getTypeStoreSize(I2->second)); in runInternal() 215 LocationSize::precise(DL.getTypeStoreSize(Pointer.second)); in runInternal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 95 static LocationSize precise(uint64_t Value) { in precise() function 98 static LocationSize precise(TypeSize Value) { in precise() function 105 return precise(0); in upperBound() 180 return (*this == LocationSize::precise(Other)); 183 return (*this == LocationSize::precise(Other)); 295 : Ptr(Ptr), Size(LocationSize::precise(Size)), AATags(AATags) {} in Ptr() 298 : Ptr(Ptr), Size(LocationSize::precise(Size)), AATags(AATags) {} in Ptr() 312 return getWithNewSize(LocationSize::precise(NewSize)); in getWithNewSize() 315 return getWithNewSize(LocationSize::precise(NewSize)); in getWithNewSize()
|
| H A D | AliasAnalysis.h | 397 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) == 696 return alias(MemoryLocation(V1, LocationSize::precise(1)), 697 MemoryLocation(V2, LocationSize::precise(1))) ==
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evutil_time.c | 314 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 327 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 518 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 530 if (precise && !fallback) { in evutil_configure_monotonic_time_() 605 int precise) in evutil_configure_monotonic_time_() argument
|
| /freebsd/contrib/libevent/ |
| H A D | evutil_time.c | 314 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 327 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 518 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 530 if (precise && !fallback) { in evutil_configure_monotonic_time_() 605 int precise) in evutil_configure_monotonic_time_() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 105 LocationSize WidthA = LocationSize::precise(0), in areMemAccessesTriviallyDisjoint() 106 WidthB = LocationSize::precise(0); in areMemAccessesTriviallyDisjoint() 773 Width = LocationSize::precise(4); in getMemOperandWithOffsetWidth() 778 Width = LocationSize::precise(2); in getMemOperandWithOffsetWidth() 783 Width = LocationSize::precise(1); in getMemOperandWithOffsetWidth()
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-usleep_range.m4 | 6 dnl # designed to be a drop-in replacement for udelay where a precise
|
| /freebsd/sys/kern/ |
| H A D | kern_time.c | 523 bool is_abs_real, precise; in kern_clock_nanosleep() local 532 precise = nanosleep_precise; in kern_clock_nanosleep() 536 precise = true; in kern_clock_nanosleep() 541 precise = false; in kern_clock_nanosleep() 546 precise = nanosleep_precise; in kern_clock_nanosleep() 551 precise = true; in kern_clock_nanosleep() 556 precise = false; in kern_clock_nanosleep() 590 if (precise) { in kern_clock_nanosleep() 604 if (precise) in kern_clock_nanosleep()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 245 ? LocationSize::precise(MemoryType.getSizeInBytes()) in getSize() 252 ? LocationSize::precise(MemoryType.getSizeInBits()) in getSizeInBits()
|
| H A D | MachineFunction.h | 1100 return getMachineMemOperand(PtrInfo, F, LocationSize::precise(Size), 1110 return getMachineMemOperand(PtrInfo, F, LocationSize::precise(Size), 1132 return getMachineMemOperand(MMO, Offset, LocationSize::precise(Size)); 1136 return getMachineMemOperand(MMO, Offset, LocationSize::precise(Size)); 1152 return getMachineMemOperand(MMO, PtrInfo, LocationSize::precise(Size)); 1157 return getMachineMemOperand(MMO, PtrInfo, LocationSize::precise(Size));
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_util.c | 1394 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1400 if (precise) in test_evutil_monotonic_res() 1404 if (precise || fallback) { in test_evutil_monotonic_res() 1417 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1451 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1456 if (precise) in test_evutil_monotonic_prc() 1458 if (precise) in test_evutil_monotonic_prc()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_util.c | 1394 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1400 if (precise) in test_evutil_monotonic_res() 1404 if (precise || fallback) { in test_evutil_monotonic_res() 1417 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1451 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1456 if (precise) in test_evutil_monotonic_prc() 1458 if (precise) in test_evutil_monotonic_prc()
|
| /freebsd/bin/sh/ |
| H A D | profile | 8 # on how to achieve more precise control of locale settings.
|
| /freebsd/tools/build/options/ |
| H A D | WITH_BEARSSL | 24 reserve differing amounts of the low 640k space, making a precise limit for
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1007 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn() 1052 MemoryLocation DestWithSrcSize(cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn() 1178 LocationSize::precise(ConstLength->getZExtValue())); in processMemCpyMemCpyDependence() 1621 MemoryLocation DestLoc(DestAlloca, LocationSize::precise(Size)); in performStackMoveOptzn() 1669 MemoryLocation SrcLoc(SrcAlloca, LocationSize::precise(Size)); in performStackMoveOptzn() 1900 LocationSize::precise(Offset.getZExtValue() + MemMoveSize); in isMemMoveMemSetDependency() 1968 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize)); in processByValArgument() 2075 MemoryLocation Loc(ImmutArg, LocationSize::precise(*AllocaSize)); in processImmutArgument()
|
| /freebsd/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 580 jsmntok_t *precise = NULL; in json_events() local 689 precise = val; in json_events() 797 if (precise && je.desc && !strstr(je.desc, "(Precise Event)")) { in json_events() 798 if (json_streq(map, precise, "2")) { in json_events() 801 addfield(map, &event, ",", "pebs=", precise); in json_events()
|
| /freebsd/crypto/openssl/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"
|
| H A D | BIO_set_flags.pod | 61 The precise meaning of this condition depends on the B<BIO> type. 97 becomes true. The precise meaning of this condition depends on the B<BIO>
|
| /freebsd/contrib/llvm-project/lld/docs/ELF/ |
| H A D | start-stop-gc.rst | 18 usage which desires precise GC.
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | at91_adc.txt | 35 makes touch detection more precise.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 217 LocationSize Dummy3 = LocationSize::precise(0); in run()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 63 // These are generally placeholders for a more precise implementation.
|
| /freebsd/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 90 …set(cxx_base_flags "${cxx_base_flags} /fp:precise -Wno-inconsistent-missing-override -Wno-microsof… 103 set(cxx_base_flags "${cxx_base_flags} -Wno-implicit-float-size-conversion -ffp-model=precise")
|
| /freebsd/contrib/libpcap/cmake/Modules/ |
| H A D | Finddpdk.cmake | 16 # libraries, and the precise set of libraries required has
|