Searched refs:Overlaps (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | CoalescingBitVector.h | 160 SmallVector<IntervalT, 8> Overlaps; variable 161 getOverlaps(RHS, Overlaps); 169 getNonOverlappingParts(Start, Stop, Overlaps, NonOverlappingParts); 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() 403 SmallVectorImpl<IntervalT> &Overlaps) const { in getOverlaps() argument [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
| H A D | utxface.c | 527 UINT32 Overlaps; in AcpiCheckAddressRange() local 537 Overlaps = AcpiUtCheckAddressRange (SpaceId, Address, in AcpiCheckAddressRange() 541 return (Overlaps); in AcpiCheckAddressRange()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 380 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local 381 if (Overlaps) { in handleNewDebugValue() 388 TrackedRegs[Op.getReg()] |= !Overlaps; in handleNewDebugValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PrologEpilogInserter.cpp | 197 auto Overlaps = [Var, Expr](const MachineInstr *DV) { in stashEntryDbgValues() local 204 if (llvm::none_of(FrameIndexValues, Overlaps)) in stashEntryDbgValues()
|