Home
last modified time | relevance | path

Searched defs:intersects (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h43 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function
739 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function
744 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function
H A DAddressRanges.h36 bool intersects(const AddressRange &R) const { in intersects() function
H A DAPInt.h1229 bool intersects(const APInt &RHS) const { intersects() function
/llvm-project/llvm/unittests/CodeGen/
H A DSchedBoundary.cpp126 TEST(ResourceSegments, intersects) { in TEST() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp114 intersects(const MachineInstr *StartMI, const MachineInstr *EndMI, in intersects() function
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1653 bool intersects = false; in computeIntersectionBuckets() local
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h507 static bool intersects(void *PtrA, size_t SizeA, void *PtrB, size_t SizeB) { intersects() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp111 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { intersects() function in DWARFVerifier::DieRangeInfo
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp159 bool intersects(const RegisterSet &Rs) const { in intersects() function
H A DHexagonBitSimplify.cpp165 bool intersects(const RegisterSet &Rs) const { in intersects() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4522 bool ResourceSegments::intersects(ResourceSegments::IntervalTy A, intersects() function in ResourceSegments
/llvm-project/lldb/source/Target/
H A DProcess.cpp2328 const bool intersects = bp->IntersectsRange( WriteMemory() local