Searched refs:subranges (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | RegisterCoalescer.cpp | 563 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 …]
|
| HD | LiveRangeCalc.cpp | 77 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate() 118 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
|
| HD | VirtRegMap.cpp | 257 for (LiveInterval::SubRange &S : LI.subranges()) { in addMBBLiveIns() 310 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
|
| HD | LiveIntervalAnalysis.cpp | 409 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()
|
| HD | LiveRegMatrix.cpp | 82 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
|
| HD | LiveInterval.cpp | 878 for (const SubRange &SR : subranges()) { in constructMainRangeFromSubranges() 1068 for (const SubRange &SR : subranges()) { in print() 1106 for (const SubRange &SR : subranges()) { in verify()
|
| HD | LiveRangeEdit.cpp | 230 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
|
| HD | MachineVerifier.cpp | 1669 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
|
| /NextBSD/tools/tools/shlib-compat/ |
| HD | 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)
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | LiveInterval.h | 670 iterator_range<subrange_iterator> subranges() { in subranges() function 674 iterator_range<const_subrange_iterator> subranges() const { in subranges() function
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | LRS | 88 each range contains subranges which are not in the other range.
|
| HD | 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}:
|
| HD | gdb.info-1 | 117 Debugging Pascal programs which use sets, subranges, file variables, 7431 subranges. 7433 * _Character types_ consist of `CHAR' and its subranges.
|
| HD | 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.
|