| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RenameIndependentSubregs.cpp | 167 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 D | RegisterCoalescer.cpp | 713 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 D | LiveIntervalCalc.cpp | 92 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate() 112 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
|
| H A D | LiveRangeEdit.cpp | 49 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 D | LiveIntervals.cpp | 416 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 D | VirtRegMap.cpp | 375 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 D | SplitKit.cpp | 401 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 D | LiveInterval.cpp | 925 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 D | LiveRegMatrix.cpp | 94 for (const LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
|
| H A D | PHIElimination.cpp | 491 for (auto &SR : DestLI.subranges()) in LowerPHINode() 724 for (auto &SR : SrcLI.subranges()) { in LowerPHINode()
|
| H A D | MachineBasicBlock.cpp | 1319 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 D | TwoAddressInstructionPass.cpp | 1636 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 D | MachineVerifier.cpp | 3002 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 D | RegisterPressure.cpp | 425 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
|
| H A D | RegAllocGreedy.cpp | 1533 for (const LiveInterval::SubRange &S : VirtReg.subranges()) { in readsLaneSubset()
|
| /freebsd/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 395 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 D | GCNRegPressure.cpp | 317 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 D | SIFormMemoryClauses.cpp | 362 for (const LiveInterval::SubRange &SR : LI.subranges()) { in run()
|
| H A D | GCNRewritePartialRegUses.cpp | 344 for (auto &SR : OldLI.subranges()) { in updateLiveIntervals()
|
| H A D | GCNRegPressure.h | 470 for (const auto &S : LI.subranges()) { in getLiveRegMap()
|
| H A D | GCNSchedStrategy.cpp | 1686 for (LiveInterval::SubRange &SR : LI.subranges()) { in allUsesAvailableAt() 1964 for (LiveInterval::SubRange &SR : LI.subranges()) in rematerialize()
|
| H A D | SIRegisterInfo.cpp | 3936 for (auto &S : LI.subranges()) { in findReachingDef()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 785 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 D | HexagonExpandCondsets.cpp | 341 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 D | jemalloc_internal_defs.h.in | 206 * automatically coalesce, and they fragment when changes are made to subranges.
|