Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDRegisterCoalescer.cpp563 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()
788 for (LiveInterval::SubRange &S : IntB.subranges()) { in removeCopyByCommutingDef()
811 for (LiveInterval::SubRange &SA : IntA.subranges()) { in removeCopyByCommutingDef()
816 for (LiveInterval::SubRange &SB : IntB.subranges()) { in removeCopyByCommutingDef()
1111 for (const LiveInterval::SubRange &SR : SrcLI.subranges()) { in eliminateUndefCopy()
1132 for (LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy()
1154 for (const LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy()
1225 for (LiveInterval::SubRange &S : DstInt->subranges()) { in updateRegDefsUses()
1336 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy()
1445 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy()
[all …]
HDLiveRangeCalc.cpp77 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
118 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
HDVirtRegMap.cpp257 for (LiveInterval::SubRange &S : LI.subranges()) { in addMBBLiveIns()
310 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
HDLiveIntervalAnalysis.cpp409 for (LiveInterval::SubRange &S : li->subranges()) { in shrinkToUses()
667 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addKillFlags()
948 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges()
1387 for (LiveInterval::SubRange &S : LI.subranges()) { in repairIntervalsInRange()
1409 for (LiveInterval::SubRange &S : LI.subranges()) { in removeVRegDefAt()
HDLiveRegMatrix.cpp82 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
HDLiveInterval.cpp878 for (const SubRange &SR : subranges()) { in constructMainRangeFromSubranges()
1068 for (const SubRange &SR : subranges()) { in print()
1106 for (const SubRange &SR : subranges()) { in verify()
HDLiveRangeEdit.cpp230 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
HDMachineVerifier.cpp1669 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
/NextBSD/tools/tools/shlib-compat/
HDshlib-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)
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveInterval.h670 iterator_range<subrange_iterator> subranges() { in subranges() function
674 iterator_range<const_subrange_iterator> subranges() const { in subranges() function
/NextBSD/contrib/gdb/gdb/doc/
HDLRS88 each range contains subranges which are not in the other range.
HDstabs.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}:
HDgdb.info-1117 Debugging Pascal programs which use sets, subranges, file variables,
7431 subranges.
7433 * _Character types_ consist of `CHAR' and its subranges.
HDgdb.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.