Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Ddassert.d464 bool[] overlaps = new bool[](offsets.length); in calcFieldOverlap()
466 foreach (const idx; 1 .. overlaps.length) in calcFieldOverlap()
469 overlaps[idx - 1] = overlaps[idx] = true; in calcFieldOverlap()
472 return overlaps; in calcFieldOverlap()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
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-cobra.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
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-rango.dts117 /* kernel1 overlaps with rootfs1 by design */
128 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-xp-linksys-mamba.dts357 /* kernel1 overlaps with rootfs1 by design */
368 /* kernel2 overlaps with rootfs2 by design */
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dio1.ms5 # output: /core/cris_900000xx: memory map 0:0x90000000..0x900000ff (256 bytes) overlaps 0:0x9000000…
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h129 bool overlaps(const SDep &Other) const;
132 return overlaps(Other) && Latency == Other.Latency;
465 inline bool SDep::overlaps(const SDep &Other) const { in overlaps() function
H A DLiveInterval.h440 bool overlaps(const LiveRange &other) const { in overlaps() function
451 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
456 bool overlaps(SlotIndex Start, SlotIndex End) const;
/netbsd-src/external/mit/isl/dist/
H A Disl_transitive_closure.c875 isl_bool overlaps; in construct_component() local
882 overlaps = isl_set_overlaps(domain, range); in construct_component()
883 if (overlaps < 0 || !overlaps) { in construct_component()
888 if (overlaps < 0) in construct_component()
1050 isl_bool overlaps, subset; in composability() local
1061 overlaps = isl_set_overlaps(ran[i], dom[j]); in composability()
1062 if (overlaps < 0) in composability()
1064 if (!overlaps) in composability()
1084 overlaps = isl_set_overlaps(dom[i], ran[j]); in composability()
1085 if (overlaps < 0) in composability()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_buddy.c329 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function
390 if (!overlaps(start, end, block_start, block_end)) in i915_buddy_alloc_range()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp188 bool livesOverlap = ld.overlaps(la); in addIntraChainConstraint()
269 if (ld.overlaps(lr)) { in addInterChainConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h73 bool overlaps(const LiveRange &Other) const { in overlaps() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
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 DStackSlotColoring.cpp259 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp148 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
/netbsd-src/external/gpl2/rcs/dist/man/
H A DChangeLog141 * co.1: Refer to merge(1) for how overlaps are reported.
142 * merge.1: On a few older hosts, overlaps are not reported.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DSYCLSupport.rst36 that overlaps the global, local, and private address spaces. SYCL mode enables
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h302 bool overlaps(const CycleSegment &CS) const { in overlaps() function
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c259 bool overlaps) in find_format_from_table() argument
363 && overlaps) in find_format_from_table()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_LOOKUP_hash_dir.pod128 This method overlaps the L</File Method> and L</Hashed Directory Method>
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c259 bool overlaps) in find_format_from_table() argument
363 && overlaps) in find_format_from_table()

12345678910>>...12