Home
last modified time | relevance | path

Searched refs:overlaps (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp104 EXPECT_FALSE(R1.overlaps(R0)); in TEST()
105 EXPECT_FALSE(R1.overlaps(R2)); in TEST()
106 EXPECT_TRUE(R1.overlaps(R3)); in TEST()
107 EXPECT_TRUE(R1.overlaps(R4)); in TEST()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-linksys-caiman.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-cobra.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-shelby.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-rango.dts117 /* kernel1 overlaps with rootfs1 by design */
128 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-xp-linksys-mamba.dts353 /* kernel1 overlaps with rootfs1 by design */
364 /* kernel2 overlaps with rootfs2 by design */
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp34 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { in overlaps() function in HexagonBlockRanges::IndexRange
60 assert(end() == A.start() || overlaps(A)); in merge()
95 if (Merge || Iter->overlaps(*Next)) { in unionize()
109 if (!A.overlaps(B)) { in addsub()
147 if (Rg.overlaps(Range)) { in subtract()
H A DHexagonBlockRanges.h94 bool overlaps(const IndexRange &A) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp116 bool overlaps(LiveInterval *LI) const { in overlaps() function in __anonb7b65c290111::StackSlotColoring::ColorAssignmentInfo
119 return SingleLI ? SingleLI->overlaps(*LI) : false; in overlaps()
124 assert(!overlaps(LI)); in add()
312 if (!Assignments[Color].overlaps(li)) { in ColorSlot()
H A DSafeStackLayout.cpp78 if (Obj.Range.overlaps(R.Range)) { in layoutObject()
H A DLiveRegMatrix.cpp173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
H A DLiveInterval.cpp371 // overlaps - Return true if the intersection of the two live ranges is
374 // An example for overlaps():
386 // A->overlaps(C) should return false since we want to be able to join
430 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, in overlaps() function in LiveRange
458 // Advance the iterator that ends first to check for more overlaps. in overlaps()
471 /// overlaps - Return true if the live range overlaps an interval specified
473 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { in overlaps() function in LiveRange
H A DScheduleDAG.cpp113 if (PredDep.overlaps(D)) { in addPred()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h129 bool overlaps(const SDep &Other) const;
132 return overlaps(Other) && Latency == Other.Latency;
483 inline bool SDep::overlaps(const SDep &Other) const { in overlaps() function
H A DLiveInterval.h448 bool overlaps(const LiveRange &other) const { in overlaps() function
459 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
464 bool overlaps(SlotIndex Start, SlotIndex End) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp183 bool livesOverlap = ld.overlaps(la); in addIntraChainConstraint()
264 if (ld.overlaps(lr)) { in addInterChainConstraint()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h72 bool overlaps(const LiveRange &Other) const { in overlaps() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp299 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h192 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/freebsd/crypto/openssl/doc/man3/
H A DX509_LOOKUP_hash_dir.pod128 This method overlaps the L</File Method> and L</Hashed Directory Method>
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h401 bool overlaps(const CycleSegment &CS) const { in overlaps() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp442 // PDB file should not have overlaps. in parseSectionContribs()
443 if (!AddrMap.overlaps(VA, End)) in parseSectionContribs()
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dmvebu-mbus.txt199 to be set by the operating system and that are guaranteed to be free of overlaps
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst

12