Home
last modified time | relevance | path

Searched refs:subranges (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp161 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()
DRegisterCoalescer.cpp711 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 …]
DLiveIntervalCalc.cpp103 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
123 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
DLiveIntervals.cpp387 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()
DLiveRangeEdit.cpp48 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
254 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
DSplitKit.cpp411 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()
DLiveInterval.cpp936 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()
DLiveRegMatrix.cpp87 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
DVirtRegMap.cpp305 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges()
400 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
DMachineVerifier.cpp2224 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()
DRegisterPressure.cpp430 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp36 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()
DGCNRegPressure.h238 for (const auto &S : LI.subranges()) { in getLiveRegMap()
DSIFormMemoryClauses.cpp363 for (const LiveInterval::SubRange &SR : LI.subranges()) { in runOnMachineFunction()
DSIRegisterInfo.cpp2476 for (auto &S : LI.subranges()) { in findReachingDef()
/freebsd-12-stable/tools/tools/shlib-compat/
Dshlib-compat.py396 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/
DLiveInterval.h769 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/
Dzstd_seekable_compression_format.md20 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/
DHexagonExpandCondsets.cpp355 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags()
531 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
/freebsd-12-stable/contrib/gdb/gdb/doc/
DLRS88 each range contains subranges which are not in the other range.
Dstabs.texinfo1295 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}:
Dgdb.info-1117 Debugging Pascal programs which use sets, subranges, file variables,
7431 subranges.
7433 * _Character types_ consist of `CHAR' and its subranges.
Dgdb.texinfo204 Debugging Pascal programs which use sets, subranges, file variables, or
8670 their subranges.
8673 @emph{Character types} consist of @code{CHAR} and its subranges.