Home
last modified time | relevance | path

Searched refs:RangeType (Results 1 – 17 of 17) 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()
140 RangeType m_range;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h31 using RangeType = LVAddress;
37 RangeType lower() const { return Lower; } in lower()
38 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h411 PreferredRangeType RangeType = Smallest) const;
423 PreferredRangeType RangeType = Smallest) const;
437 PreferredRangeType RangeType = Smallest) const;
/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.h263 template <class RangeType>
264 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/lib/IR/
H A DConstantRange.cpp1085 PreferredRangeType RangeType) const { in addWithNoWrap()
1102 Result = Result.intersectWith(sadd_sat(Other), RangeType); in addWithNoWrap()
1105 Result = Result.intersectWith(uadd_sat(Other), RangeType); in addWithNoWrap()
1132 PreferredRangeType RangeType) const { in subWithNoWrap()
1149 Result = Result.intersectWith(ssub_sat(Other), RangeType); in subWithNoWrap()
1154 Result = Result.intersectWith(usub_sat(Other), RangeType); in subWithNoWrap()
1231 PreferredRangeType RangeType) const { in multiplyWithNoWrap()
1240 Result = Result.intersectWith(smul_sat(Other), RangeType); in multiplyWithNoWrap()
1243 Result = Result.intersectWith(umul_sat(Other), RangeType); in multiplyWithNoWrap()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacrestyp.h419 UINT8 RangeType; member
426 UINT8 RangeType; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1404 APSIntType RangeType = ValueFactory.getAPSIntType(T); in getSymmetricalRange() local
1406 if (RangeType.isUnsigned()) { in getSymmetricalRange()
1407 return Range(ValueFactory.getMinValue(RangeType), Origin.To()); in getSymmetricalRange()
1414 return {ValueFactory.getMinValue(RangeType), in getSymmetricalRange()
1415 ValueFactory.getMaxValue(RangeType)}; in getSymmetricalRange()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp207 template <class RangeType>
209 RangeType &Operands) { in tryRemoveTrivialPhi()
H A DScalarEvolution.cpp6622 ConstantRange::PreferredRangeType RangeType = in getRangeRef() local
6672 ConservativeResult.intersectWith(X.truncate(BitWidth), RangeType)); in getRangeRef()
6679 ConservativeResult.intersectWith(X.zeroExtend(BitWidth), RangeType)); in getRangeRef()
6686 ConservativeResult.intersectWith(X.signExtend(BitWidth), RangeType)); in getRangeRef()
6703 WrapType, RangeType); in getRangeRef()
6705 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef()
6713 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef()
6720 ConservativeResult.intersectWith(X.udiv(Y), RangeType)); in getRangeRef()
6730 ConstantRange(UnsignedMinValue, APInt(BitWidth, 0)), RangeType); in getRangeRef()
6751 RangeType); in getRangeRef()
[all …]
H A DValueTracking.cpp6964 ConstantRange::PreferredRangeType RangeType = in computeConstantRangeIncludingKnownBits() local
6966 return CR1.intersectWith(CR2, RangeType); in computeConstantRangeIncludingKnownBits()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2423 QualType RangeType, VarDecl *BeginVar, VarDecl *EndVar, in BuildNonArrayForRange() argument
2486 if (CXXRecordDecl *D = RangeType->getAsCXXRecordDecl()) { in BuildNonArrayForRange()
2651 QualType RangeType = Range->getType(); in BuildCXXForRangeStmt() local
2653 if (RequireCompleteType(RangeLoc, RangeType, in BuildCXXForRangeStmt()
2675 if (const ArrayType *UnqAT = RangeType->getAsArrayTypeUnsafe()) { in BuildCXXForRangeStmt()
2771 *this, BeginRangeRef.get(), EndRangeRef.get(), RangeType, BeginVar, in BuildCXXForRangeStmt()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h1304 template <typename RangeType>
1307 std::declval<RangeType &>()))>>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp348 MemoryRegionInfo::RangeType section_range(load_addr, in BuildMemoryRegions()