| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | MemoryRegionInfo.h | 23 typedef Range<lldb::addr_t, lldb::addr_t> RangeType; typedef 28 MemoryRegionInfo(RangeType range, OptionalBool read, OptionalBool write, in MemoryRegionInfo() 38 RangeType &GetRange() { return m_range; } in GetRange() 42 const RangeType &GetRange() const { return m_range; } in GetRange() 145 RangeType m_range;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.h | 32 using RangeType = LVAddress; 38 RangeType lower() const { return Lower; } in lower() 39 RangeType upper() const { return Upper; } in upper()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpEmitter.cpp | 58 template <typename T, typename RangeType> 60 allocateNewArray(const iterator_range<RangeType> &Range); 84 template <typename T, typename RangeType> 86 BlobAllocator::allocateNewArray(const iterator_range<RangeType> &Range) { in allocateNewArray()
|
| H A D | DXContainerEmitter.cpp | 313 Range.RangeType = R.RangeType; in writeParts()
|
| H A D | DXContainerYAML.cpp | 63 NewR.RangeType = R.RangeType; in readDescriptorRanges() 390 IO.mapRequired("RangeType", R.RangeType); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 419 PreferredRangeType RangeType = Smallest) const; 432 PreferredRangeType RangeType = Smallest) const; 446 PreferredRangeType RangeType = Smallest) const; 520 PreferredRangeType RangeType = Smallest) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILRootSignature.cpp | 200 Range.RangeType = in parseDescriptorRange() 209 if (Range.RangeType == ~0U) in parseDescriptorRange() 445 if (!llvm::hlsl::rootsig::verifyRangeType(Range.RangeType)) in validate() 446 return reportValueError(Ctx, "RangeType", Range.RangeType); in validate() 455 RSD.Version, Range.RangeType, Range.Flags)) in validate() 659 OS << " - Range Type: " << Range.RangeType << "\n" in run()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | MemoryTagManagerAArch64MTE.cpp | 93 MemoryRegionInfo::RangeType tag_range(RemoveTagBits(addr), len); in MakeTaggedRange() 97 MemoryRegionInfo::RangeType remaining_range(tag_range); in MakeTaggedRange() 178 MemoryRegionInfo::RangeType range(RemoveTagBits(addr), len); in MakeTaggedRanges()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 262 template <class RangeType> 263 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsaddr.c | 378 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Mem.RangeType), 401 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.RangeType),
|
| H A D | rsdumpinfo.c | 537 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Mem.RangeType), "Range Type", … 544 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", …
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 679 uint32_t RangeType; member 685 sys::swapByteOrder(RangeType); in swapBytes() 762 uint32_t RangeType; member 769 sys::swapByteOrder(RangeType); in swapBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 1098 PreferredRangeType RangeType) const { in addWithNoWrap() 1115 Result = Result.intersectWith(sadd_sat(Other), RangeType); in addWithNoWrap() 1118 Result = Result.intersectWith(uadd_sat(Other), RangeType); in addWithNoWrap() 1145 PreferredRangeType RangeType) const { in subWithNoWrap() 1162 Result = Result.intersectWith(ssub_sat(Other), RangeType); in subWithNoWrap() 1167 Result = Result.intersectWith(usub_sat(Other), RangeType); in subWithNoWrap() 1244 PreferredRangeType RangeType) const { in multiplyWithNoWrap() 1253 Result = Result.intersectWith(smul_sat(Other), RangeType); in multiplyWithNoWrap() 1256 Result = Result.intersectWith(umul_sat(Other), RangeType); in multiplyWithNoWrap() 1266 RangeType); in multiplyWithNoWrap() [all …]
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acrestyp.h | 419 UINT8 RangeType; member 426 UINT8 RangeType; member
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | DXContainerRootSignature.cpp | 133 support::endian::write(BOS, Range.RangeType, llvm::endianness::little); in write()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DXContainerYAML.h | 95 uint32_t RangeType; member
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1406 APSIntType RangeType = ValueFactory.getAPSIntType(T); in getSymmetricalRange() local 1408 if (RangeType.isUnsigned()) { in getSymmetricalRange() 1409 return Range(ValueFactory.getMinValue(RangeType), Origin.To()); in getSymmetricalRange() 1416 return {ValueFactory.getMinValue(RangeType), in getSymmetricalRange() 1417 ValueFactory.getMaxValue(RangeType)}; in getSymmetricalRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2530 QualType RangeType, VarDecl *BeginVar, VarDecl *EndVar, in BuildNonArrayForRange() argument 2593 if (CXXRecordDecl *D = RangeType->getAsCXXRecordDecl()) { in BuildNonArrayForRange() 2760 QualType RangeType = Range->getType(); in BuildCXXForRangeStmt() local 2762 if (RequireCompleteType(RangeLoc, RangeType, in BuildCXXForRangeStmt() 2784 if (const ArrayType *UnqAT = RangeType->getAsArrayTypeUnsafe()) { in BuildCXXForRangeStmt() 2880 *this, BeginRangeRef.get(), EndRangeRef.get(), RangeType, BeginVar, in BuildCXXForRangeStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 207 template <class RangeType> 209 RangeType &Operands) { in tryRemoveTrivialPhi()
|
| H A D | ScalarEvolution.cpp | 6634 ConstantRange::PreferredRangeType RangeType = in getRangeRef() local 6684 ConservativeResult.intersectWith(X.truncate(BitWidth), RangeType)); in getRangeRef() 6691 ConservativeResult.intersectWith(X.zeroExtend(BitWidth), RangeType)); in getRangeRef() 6698 ConservativeResult.intersectWith(X.signExtend(BitWidth), RangeType)); in getRangeRef() 6715 RangeType); in getRangeRef() 6717 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 6725 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 6732 ConservativeResult.intersectWith(X.udiv(Y), RangeType)); in getRangeRef() 6742 ConstantRange(UnsignedMinValue, APInt(BitWidth, 0)), RangeType); in getRangeRef() 6763 RangeType); in getRangeRef() [all …]
|
| H A D | ValueTracking.cpp | 7079 ConstantRange::PreferredRangeType RangeType = in computeConstantRangeIncludingKnownBits() local 7081 return CR1.intersectWith(CR2, RangeType); in computeConstantRangeIncludingKnownBits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 1291 template <typename RangeType> 1294 std::declval<RangeType &>()))>>;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 394 MemoryRegionInfo::RangeType section_range(load_addr, in BuildMemoryRegions()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 6692 const MemoryRegionInfo::RangeType &rhs) { in Intersect()
|