Home
last modified time | relevance | path

Searched refs:RangeType (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h23 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 DLVRange.h32 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 DMinidumpEmitter.cpp58 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 DDXContainerEmitter.cpp313 Range.RangeType = R.RangeType; in writeParts()
H A DDXContainerYAML.cpp63 NewR.RangeType = R.RangeType; in readDescriptorRanges()
390 IO.mapRequired("RangeType", R.RangeType); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h419 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 DDXILRootSignature.cpp200 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 DMemoryTagManagerAArch64MTE.cpp93 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 DMemorySSAUpdater.h262 template <class RangeType>
263 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c378 {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 Drsdumpinfo.c537 …{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 DDXContainer.h679 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 DConstantRange.cpp1098 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 Dacrestyp.h419 UINT8 RangeType; member
426 UINT8 RangeType; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp133 support::endian::write(BOS, Range.RangeType, llvm::endianness::little); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h95 uint32_t RangeType; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1406 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 DSemaStmt.cpp2530 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 DMemorySSAUpdater.cpp207 template <class RangeType>
209 RangeType &Operands) { in tryRemoveTrivialPhi()
H A DScalarEvolution.cpp6634 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 DValueTracking.cpp7079 ConstantRange::PreferredRangeType RangeType = in computeConstantRangeIncludingKnownBits() local
7081 return CR1.intersectWith(CR2, RangeType); in computeConstantRangeIncludingKnownBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h1291 template <typename RangeType>
1294 std::declval<RangeType &>()))>>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp394 MemoryRegionInfo::RangeType section_range(load_addr, in BuildMemoryRegions()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6692 const MemoryRegionInfo::RangeType &rhs) { in Intersect()