Searched refs:overlaps (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dldrd-unpredictable.l2 [^:]*:6: Warning: index register overlaps transfer register
3 [^:]*:7: Warning: index register overlaps transfer register
5 [^:]*:9: Warning: base register written back, and overlaps second transfer register
7 [^:]*:14: Warning: base register written back, and overlaps second transfer register
H A Dthumb2_ldstd_unpredictable.l2 [^:]*:5: Warning: base register written back, and overlaps one of transfer registers
3 [^:]*:6: Warning: base register written back, and overlaps one of transfer registers
4 [^:]*:7: Warning: base register written back, and overlaps one of transfer registers
5 [^:]*:8: Warning: base register written back, and overlaps one of transfer registers
6 [^:]*:10: Warning: base register written back, and overlaps one of transfer registers
7 [^:]*:11: Warning: base register written back, and overlaps one of transfer registers
8 [^:]*:12: Warning: base register written back, and overlaps one of transfer registers
9 [^:]*:13: Warning: base register written back, and overlaps one of transfer registers
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr11304.d5 # Address 0x800000 overlaps with .heap section on tic6x-*-elf.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Drgn-over7.d4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: section \.data LMA \[0+1008,0+1013\] overlaps section \.text LMA \[0+1000,0+100b\]\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\Z
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dorph-d-awpe.d8 #error: overlaps section .text
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprologue-value.h314 int overlaps (struct area_entry *entry,
H A Dprologue-value.c402 pv_area::overlaps (struct area_entry *entry, CORE_ADDR offset, CORE_ADDR size)
424 while (e && overlaps (e, offset, size))
398 pv_area::overlaps (struct area_entry *entry, CORE_ADDR offset, CORE_ADDR size) function in class:pv_area
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprologue-value.h314 int overlaps (struct area_entry *entry,
H A Dprologue-value.c402 pv_area::overlaps (struct area_entry *entry, CORE_ADDR offset, CORE_ADDR size)
424 while (e && overlaps (e, offset, size))
398 pv_area::overlaps (struct area_entry *entry, CORE_ADDR offset, CORE_ADDR size) function in class:pv_area
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp34 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { function in class:HexagonBlockRanges::IndexRange
60 assert(end() == A.start() || overlaps(A));
95 if (Merge || Iter->overlaps(*Next)) {
109 if (!A.overlaps(B)) {
147 if (Rg.overlaps(Range)) {
H A DHexagonBlockRanges.h94 bool overlaps(const IndexRange &A) const;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h73 bool overlaps(const LiveRange &Other) const { function in class:llvm::StackLifetime::LiveRange
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp78 if (Obj.Range.overlaps(R.Range)) {
H A DLiveRegMatrix.cpp173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes());
H A DStackSlotColoring.cpp252 /// OverlapWithAssignments - Return true if LiveInterval overlaps with any
259 if (OtherLI->overlaps(*li))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp148 if (!OtherLI->empty() && OtherLI->overlaps(*LI))
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_buddy.c329 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) function
390 if (!overlaps(start, end, block_start, block_end))
/netbsd-current/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 { function in class:llvm::SUnit::SDep
H A DLiveInterval.h438 /// overlaps - Return true if the intersection of the two live ranges is
440 bool overlaps(const LiveRange &other) const {
446 /// overlaps - Return true if the two ranges have overlapping segments
451 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
454 /// overlaps - Return true if the live range overlaps an interval specified
456 bool overlaps(SlotIndex Start, SlotIndex End) const;
/netbsd-current/external/mit/isl/dist/
H A Disl_transitive_closure.c875 isl_bool overlaps; local
882 overlaps = isl_set_overlaps(domain, range);
883 if (overlaps < 0 || !overlaps) {
888 if (overlaps < 0)
1050 isl_bool overlaps, subset; local
1061 overlaps = isl_set_overlaps(ran[i], dom[j]);
1062 if (overlaps < 0)
1064 if (!overlaps)
1084 overlaps
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp188 bool livesOverlap = ld.overlaps(la);
269 if (ld.overlaps(lr)) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h302 bool overlaps(const CycleSegment &CS) const { function in class:llvm::mca::CycleSegment
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c259 bool overlaps)
363 && overlaps)
253 find_format_from_table(struct disassemble_info *info, const struct arc_opcode *arc_table, unsigned long long insn, unsigned int insn_len, unsigned isa_mask, bool *has_limm, bool overlaps) argument
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darc-dis.c259 bfd_boolean overlaps)
363 && overlaps)
253 find_format_from_table(struct disassemble_info *info, const struct arc_opcode *arc_table, unsigned long long insn, unsigned int insn_len, unsigned isa_mask, bfd_boolean *has_limm, bfd_boolean overlaps) argument
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c259 bool overlaps)
363 && overlaps)
253 find_format_from_table(struct disassemble_info *info, const struct arc_opcode *arc_table, unsigned long long insn, unsigned int insn_len, unsigned isa_mask, bool *has_limm, bool overlaps) argument

Completed in 200 milliseconds

12