Home
last modified time | relevance | path

Searched refs:Overlaps (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h161 SmallVector<IntervalT, 8> Overlaps; variable
162 getOverlaps(RHS, Overlaps);
179 SmallVector<IntervalT, 8> Overlaps; variable
180 getOverlaps(RHS, Overlaps);
183 for (IntervalT Overlap : Overlaps)
189 SmallVector<IntervalT, 8> Overlaps; in intersectWithComplement() local
190 if (!getOverlaps(Other, Overlaps)) { in intersectWithComplement()
197 for (IntervalT Overlap : Overlaps) { in intersectWithComplement()
408 assert(llvm::is_sorted(Overlaps, in getOverlaps()
413 return !Overlaps.empty(); in getOverlaps()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c635 UINT32 Overlaps; in AcpiCheckAddressRange() local
645 Overlaps = AcpiUtCheckAddressRange (SpaceId, Address, in AcpiCheckAddressRange()
649 return (Overlaps); in AcpiCheckAddressRange()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp30 bool RegisterFlags::Field::Overlaps(const Field &other) const { in Overlaps() function in RegisterFlags::Field
37 assert(!Overlaps(other) && in PaddingDistance()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h49 bool Overlaps(const Field &other) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp386 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local
387 if (Overlaps) { in handleNewDebugValue()
394 TrackedRegs[Op.getReg()] |= !Overlaps; in handleNewDebugValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1043 auto Overlaps = OverlappingFragments.find(
1045 if (Overlaps == OverlappingFragments.end())
1049 for (auto FragmentInfo : Overlaps->second) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp202 auto Overlaps = [Var, Expr](const MachineInstr *DV) { in stashEntryDbgValues() local
209 if (llvm::none_of(FrameIndexValues, Overlaps)) in stashEntryDbgValues()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4310 return lhs.Overlaps(rhs); in ParseFlags()