Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp167 for (LiveInterval::SubRange &SR : LI.subranges()) { in findComponents()
298 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt()
320 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags()
344 for (LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags()
H A DRegisterCoalescer.cpp713 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()
750 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom()
977 for (LiveInterval::SubRange &S : IntB.subranges()) { in removeCopyByCommutingDef()
1004 for (LiveInterval::SubRange &SA : IntA.subranges()) { in removeCopyByCommutingDef()
1033 for (LiveInterval::SubRange &SB : IntB.subranges()) { in removeCopyByCommutingDef()
1207 for (LiveInterval::SubRange &SR : IntB.subranges()) in removePartialRedundancy()
1251 for (LiveInterval::SubRange &SR : IntB.subranges()) { in removePartialRedundancy()
1527 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef()
1581 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef()
1608 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef()
[all …]
H A DLiveIntervalCalc.cpp92 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
112 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
H A DLiveRangeEdit.cpp49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
143 for (LiveInterval::SubRange &SR : li.subranges()) { in allUsesAvailableAt()
271 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
H A DLiveIntervals.cpp416 for (const LiveInterval::SubRange &SR : I.subranges()) { in extendSegmentsToUses()
492 for (LiveInterval::SubRange &S : li->subranges()) { in shrinkToUses()
809 for (const LiveInterval::SubRange &SR : LI.subranges()) in addKillFlags()
1080 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges()
1097 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges()
1742 if (llvm::none_of(LI.subranges(), in repairIntervalsInRange()
1768 for (LiveInterval::SubRange &S : LI.subranges()) in repairIntervalsInRange()
1794 for (LiveInterval::SubRange &S : LI.subranges()) { in removeVRegDefAt()
H A DVirtRegMap.cpp375 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges()
470 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
614 for (const LiveInterval::SubRange &SR : LI.subranges()) { in liveOutUndefPhiLanesForUndefSubregDef()
H A DSplitKit.cpp401 for (auto &S : LI.subranges()) in getSubrangeImpl()
423 for (const LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMask()
440 for (LiveInterval::SubRange &S : LI.subranges()) { in addDeadDef()
464 for (LiveInterval::SubRange &S : LI.subranges()) in addDeadDef()
658 for (LiveInterval::SubRange &S : OrigLI.subranges()) { in defFromParent()
1332 for (const LiveInterval::SubRange &PS : ParentLI.subranges()) { in extendPHIKillRanges()
1449 for (LiveInterval::SubRange &S : LI.subranges()) { in rewriteAssigned()
H A DLiveInterval.cpp925 for (SubRange &SR : subranges()) { in refineSubRanges()
1038 for (const SubRange &SR : subranges()) in print()
1093 for (const SubRange &SR : subranges()) { in verify()
1402 for (LiveInterval::SubRange &SR : LI.subranges()) { in Distribute()
H A DLiveRegMatrix.cpp94 for (const LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
H A DPHIElimination.cpp491 for (auto &SR : DestLI.subranges()) in LowerPHINode()
724 for (auto &SR : SrcLI.subranges()) { in LowerPHINode()
H A DMachineBasicBlock.cpp1319 for (auto &SR : LI.subranges()) in SplitCriticalEdge()
1341 for (auto &SR : LI.subranges()) { in SplitCriticalEdge()
1348 for (auto &SR : LI.subranges()) in SplitCriticalEdge()
H A DTwoAddressInstructionPass.cpp1636 for (auto &S : LI.subranges()) { in processTiedPairs()
1717 for (auto &S : LI.subranges()) in processTiedPairs()
1940 for (auto &S : LI.subranges()) { in run()
H A DMachineVerifier.cpp3002 for (const LiveInterval::SubRange &SR : LI->subranges()) { in checkLiveness()
3104 for (const LiveInterval::SubRange &SR : LI->subranges()) { in checkLiveness()
3888 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
H A DRegisterPressure.cpp425 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
H A DRegAllocGreedy.cpp1533 for (const LiveInterval::SubRange &S : VirtReg.subranges()) { in readsLaneSubset()
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py395 assert len(self.subranges) == 1
397 sz = int(self.subranges[0].upper_bound) + 1
399 s = re.sub(r'\(.+\)', '', self.subranges[0].upper_bound)
589 subranges = [ self.build(x) for x in raw.nested ]
590 return ArrayDef(raw.id, type=type, subranges=subranges)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp317 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
442 for (const auto &S : LI.subranges()) in getLiveLaneMask()
619 for (const auto &S : LI.subranges()) { in advanceBeforeNext()
850 for (auto &SR : LI.subranges()) { in getRegLiveThroughMask()
H A DSIFormMemoryClauses.cpp362 for (const LiveInterval::SubRange &SR : LI.subranges()) { in run()
H A DGCNRewritePartialRegUses.cpp344 for (auto &SR : OldLI.subranges()) { in updateLiveIntervals()
H A DGCNRegPressure.h470 for (const auto &S : LI.subranges()) { in getLiveRegMap()
H A DGCNSchedStrategy.cpp1686 for (LiveInterval::SubRange &SR : LI.subranges()) { in allUsesAvailableAt()
1964 for (LiveInterval::SubRange &SR : LI.subranges()) in rematerialize()
H A DSIRegisterInfo.cpp3936 for (auto &S : LI.subranges()) { in findReachingDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h785 iterator_range<subrange_iterator> subranges() { in subranges() function
789 iterator_range<const_subrange_iterator> subranges() const { in subranges() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp341 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags()
515 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in206 * automatically coalesce, and they fragment when changes are made to subranges.

12