Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp537 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()
762 for (LiveInterval::SubRange &S : IntB.subranges()) { in removeCopyByCommutingDef()
785 for (LiveInterval::SubRange &SA : IntA.subranges()) { in removeCopyByCommutingDef()
790 for (LiveInterval::SubRange &SB : IntB.subranges()) { in removeCopyByCommutingDef()
1064 for (const LiveInterval::SubRange &SR : SrcLI.subranges()) { in eliminateUndefCopy()
1085 for (LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy()
1107 for (const LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy()
1178 for (LiveInterval::SubRange &S : DstInt->subranges()) { in updateRegDefsUses()
1289 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy()
1398 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy()
[all …]
DLiveRangeCalc.cpp77 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
118 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
DLiveRegMatrix.cpp82 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
DLiveIntervalAnalysis.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()
DLiveInterval.cpp878 for (const SubRange &SR : subranges()) { in constructMainRangeFromSubranges()
1068 for (const SubRange &SR : subranges()) { in print()
1106 for (const SubRange &SR : subranges()) { in verify()
DVirtRegMap.cpp256 for (LiveInterval::SubRange &S : LI.subranges()) { in addMBBLiveIns()
DMachineVerifier.cpp1659 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h670 iterator_range<subrange_iterator> subranges() { in subranges() function
674 iterator_range<const_subrange_iterator> subranges() const { in subranges() function
/external/mesa3d/docs/
DGL3.txt18 Map buffer subranges (GL_ARB_map_buffer_range) DONE (i965, r300, r600, swrast)