| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | RenameIndependentSubregs.cpp | 161 for (LiveInterval::SubRange &SR : LI.subranges()) { in findComponents() 292 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt() 314 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags() 337 for (LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags()
|
| D | RegisterCoalescer.cpp | 711 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom() 747 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom() 978 for (LiveInterval::SubRange &S : IntB.subranges()) { in removeCopyByCommutingDef() 1005 for (LiveInterval::SubRange &SA : IntA.subranges()) { in removeCopyByCommutingDef() 1034 for (LiveInterval::SubRange &SB : IntB.subranges()) { in removeCopyByCommutingDef() 1208 for (LiveInterval::SubRange &SR : IntB.subranges()) in removePartialRedundancy() 1237 for (LiveInterval::SubRange &SR : IntB.subranges()) { in removePartialRedundancy() 1441 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef() 1474 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef() 1501 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef() [all …]
|
| D | LiveIntervalCalc.cpp | 103 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate() 123 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
|
| D | LiveIntervals.cpp | 387 for (const LiveInterval::SubRange &SR : I.subranges()) { in extendSegmentsToUses() 464 for (LiveInterval::SubRange &S : li->subranges()) { in shrinkToUses() 778 for (const LiveInterval::SubRange &SR : LI.subranges()) in addKillFlags() 1039 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges() 1052 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges() 1705 for (LiveInterval::SubRange &S : LI.subranges()) in repairIntervalsInRange() 1730 for (LiveInterval::SubRange &S : LI.subranges()) { in removeVRegDefAt()
|
| D | LiveRangeEdit.cpp | 48 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom() 254 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
|
| D | SplitKit.cpp | 411 for (LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMaskExact() 419 for (LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMask() 436 for (LiveInterval::SubRange &S : LI.subranges()) { in addDeadDef() 460 for (LiveInterval::SubRange &S : LI.subranges()) in addDeadDef() 617 for (LiveInterval::SubRange &S : OrigLI.subranges()) { in defFromParent() 1289 for (LiveInterval::SubRange &PS : ParentLI.subranges()) { in extendPHIKillRanges() 1384 for (LiveInterval::SubRange &S : LI.subranges()) { in rewriteAssigned()
|
| D | LiveInterval.cpp | 936 for (SubRange &SR : subranges()) { in refineSubRanges() 1049 for (const SubRange &SR : subranges()) in print() 1092 for (const SubRange &SR : subranges()) { in verify() 1391 for (LiveInterval::SubRange &SR : LI.subranges()) { in Distribute()
|
| D | LiveRegMatrix.cpp | 87 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
|
| D | VirtRegMap.cpp | 305 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() 400 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
|
| D | MachineVerifier.cpp | 2224 for (const LiveInterval::SubRange &SR : LI.subranges()) { in checkLiveness() 2321 for (const LiveInterval::SubRange &SR : LI.subranges()) { in checkLiveness() 3080 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
|
| D | RegisterPressure.cpp | 430 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | GCNRegPressure.cpp | 36 for (const auto &S : LI.subranges()) { in printLivesAt() 251 for (const auto &S : LI.subranges()) in getLiveLaneMask() 369 for (const auto &S : LI.subranges()) { in advanceBeforeNext()
|
| D | GCNRegPressure.h | 238 for (const auto &S : LI.subranges()) { in getLiveRegMap()
|
| D | SIFormMemoryClauses.cpp | 363 for (const LiveInterval::SubRange &SR : LI.subranges()) { in runOnMachineFunction()
|
| D | SIRegisterInfo.cpp | 2476 for (auto &S : LI.subranges()) { in findReachingDef()
|
| /freebsd-12-stable/tools/tools/shlib-compat/ |
| D | shlib-compat.py | 396 assert len(self.subranges) == 1 398 sz = int(self.subranges[0].upper_bound) + 1 400 s = re.sub(r'\(.+\)', '', self.subranges[0].upper_bound) 590 subranges = [ self.build(x) for x in raw.nested ] 591 return ArrayDef(raw.id, type=type, subranges=subranges)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | LiveInterval.h | 769 iterator_range<subrange_iterator> subranges() { in subranges() function 773 iterator_range<const_subrange_iterator> subranges() const { in subranges() function
|
| /freebsd-12-stable/sys/contrib/zstd/contrib/seekable_format/ |
| D | zstd_seekable_compression_format.md | 20 This document defines a format for compressed data to be stored so that subranges of the data can b…
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonExpandCondsets.cpp | 355 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags() 531 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | LRS | 88 each range contains subranges which are not in the other range.
|
| D | stabs.texinfo | 1295 defined types, or defined in terms of subranges of or pointers to 1351 Often types are defined as subranges of themselves. If the bounding values 1359 Builtin types can also be described as subranges of @code{int}:
|
| D | gdb.info-1 | 117 Debugging Pascal programs which use sets, subranges, file variables, 7431 subranges. 7433 * _Character types_ consist of `CHAR' and its subranges.
|
| D | gdb.texinfo | 204 Debugging Pascal programs which use sets, subranges, file variables, or 8670 their subranges. 8673 @emph{Character types} consist of @code{CHAR} and its subranges.
|