/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | executor_address_test.cpp | 104 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 D | armada-385-linksys-caiman.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
H A D | armada-385-linksys-cobra.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
H A D | armada-385-linksys-shelby.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
H A D | armada-385-linksys-rango.dts | 117 /* kernel1 overlaps with rootfs1 by design */ 128 /* kernel2 overlaps with rootfs2 by design */
|
H A D | armada-xp-linksys-mamba.dts | 353 /* kernel1 overlaps with rootfs1 by design */ 364 /* kernel2 overlaps with rootfs2 by design */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 34 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 D | HexagonBlockRanges.h | 94 bool overlaps(const IndexRange &A) const;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 116 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 D | SafeStackLayout.cpp | 78 if (Obj.Range.overlaps(R.Range)) { in layoutObject()
|
H A D | LiveRegMatrix.cpp | 173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
|
H A D | LiveInterval.cpp | 371 // 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 D | ScheduleDAG.cpp | 113 if (PredDep.overlaps(D)) { in addPred()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 129 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 D | LiveInterval.h | 448 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 D | AArch64PBQPRegAlloc.cpp | 183 bool livesOverlap = ld.overlaps(la); in addIntraChainConstraint() 264 if (ld.overlaps(lr)) { in addInterChainConstraint()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 72 bool overlaps(const LiveRange &Other) const { in overlaps() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 299 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_address.h | 192 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_LOOKUP_hash_dir.pod | 128 This method overlaps the L</File Method> and L</Hashed Directory Method>
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 401 bool overlaps(const CycleSegment &CS) const { in overlaps() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 442 // 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 D | mvebu-mbus.txt | 199 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 D | overview.rst |
|