Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h160 SmallVector<IntervalT, 8> Overlaps; variable
161 getOverlaps(RHS, Overlaps);
178 SmallVector<IntervalT, 8> Overlaps; variable
179 getOverlaps(RHS, Overlaps);
182 for (IntervalT Overlap : Overlaps)
188 SmallVector<IntervalT, 8> Overlaps; in intersectWithComplement() local
189 if (!getOverlaps(Other, Overlaps)) { in intersectWithComplement()
196 for (IntervalT Overlap : Overlaps) { in intersectWithComplement()
407 assert(llvm::is_sorted(Overlaps, in getOverlaps()
412 return !Overlaps.empty(); in getOverlaps()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp380 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local
381 if (Overlaps) { in handleNewDebugValue()
388 TrackedRegs[Op.getReg()] |= !Overlaps; in handleNewDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp192 auto Overlaps = [Var, Expr](const MachineInstr *DV) { in stashEntryDbgValues() local
199 if (llvm::none_of(FrameIndexValues, Overlaps)) in stashEntryDbgValues()