Home
last modified time | relevance | path

Searched refs:SubRange (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h694 class SubRange : public LiveRange {
696 SubRange *Next = nullptr;
700 SubRange(LaneBitmask LaneMask) : LaneMask(LaneMask) {} in SubRange() function
703 SubRange(LaneBitmask LaneMask, const LiveRange &Other, in SubRange() function
759 using subrange_iterator = SingleLinkedListIterator<SubRange>;
786 SubRange *createSubRange(BumpPtrAllocator &Allocator, in createSubRange()
788 SubRange *Range = new (Allocator) SubRange(LaneMask); in createSubRange()
795 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom()
798 SubRange *Range = new (Allocator) SubRange(LaneMask, CopyFrom, Allocator); in createSubRangeFrom()
897 void appendSubRange(SubRange *Range) { in appendSubRange()
[all …]
H A DLiveIntervals.h175 void shrinkToUses(LiveInterval::SubRange &SR, Register Reg);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp69 LiveInterval::SubRange *SR;
72 SubRangeInfo(LiveIntervals &LIS, LiveInterval::SubRange &SR, in SubRangeInfo()
161 for (LiveInterval::SubRange &SR : LI.subranges()) { in findComponents()
186 const LiveInterval::SubRange &SR = *SRInfo.SR; in findComponents()
231 const LiveInterval::SubRange &SR = *SRInfo.SR; in rewriteOperands()
270 SmallVector<LiveInterval::SubRange*, 8> SubRanges; in distribute()
273 LiveInterval::SubRange &SR = *SRInfo.SR; in distribute()
292 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt()
314 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags()
337 for (LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags()
H A DLiveInterval.cpp837 void LiveInterval::freeSubRange(SubRange *S) { in freeSubRange()
838 S->~SubRange(); in freeSubRange()
843 SubRange **NextPtr = &SubRanges; in removeEmptySubRanges()
844 SubRange *I = *NextPtr; in removeEmptySubRanges()
853 SubRange *Next = I->Next; in removeEmptySubRanges()
925 for (SubRange &SR : subranges()) { in refineSubRanges()
931 SubRange *MatchingRange; in refineSubRanges()
1038 for (const SubRange &SR : subranges()) in print()
1081 for (const SubRange &SR : subranges()) { in verify()
1378 SmallVector<LiveInterval::SubRange*, 8> SubRanges; in Distribute()
[all …]
H A DLiveIntervalCalc.cpp71 [&MO, Indexes, Alloc](LiveInterval::SubRange &SR) { in calculate()
93 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
113 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
H A DRegisterCoalescer.cpp701 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()
737 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom()
963 for (LiveInterval::SubRange &S : IntB.subranges()) { in removeCopyByCommutingDef()
1005 &ShrinkB](LiveInterval::SubRange &SR) { in removeCopyByCommutingDef()
1193 for (LiveInterval::SubRange &SR : IntB.subranges()) in removePartialRedundancy()
1237 for (LiveInterval::SubRange &SR : IntB.subranges()) { in removePartialRedundancy()
1951 for (LiveInterval::SubRange &S : LI.subranges()) { in setUndefOnPrunedSubRegUses()
2035 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy()
2175 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy()
3335 for (LiveInterval::SubRange &S : LI.subranges()) { in pruneSubRegValues()
[all …]
H A DVirtRegMap.cpp300 std::pair<const LiveInterval::SubRange *, LiveInterval::const_iterator>; in addLiveInsForSubRanges()
305 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges()
322 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges()
400 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
H A DSplitKit.cpp409 LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, in getSubRangeForMaskExact()
414 const LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, in getSubRangeForMaskExact()
423 const LiveInterval::SubRange &getSubRangeForMask(LaneBitmask LM, in getSubRangeForMask()
425 for (const LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMask()
442 for (LiveInterval::SubRange &S : LI.subranges()) { in addDeadDef()
466 for (LiveInterval::SubRange &S : LI.subranges()) in addDeadDef()
585 [Def, &Allocator](LiveInterval::SubRange &SR) { in buildCopy()
623 for (LiveInterval::SubRange &S : OrigLI.subranges()) { in defFromParent()
1297 for (const LiveInterval::SubRange &PS : ParentLI.subranges()) { in extendPHIKillRanges()
1303 LiveInterval::SubRange &S = getSubRangeForMaskExact(PS.LaneMask, LI); in extendPHIKillRanges()
[all …]
H A DLiveRangeEdit.cpp49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
143 for (LiveInterval::SubRange &SR : li.subranges()) { in allUsesAvailableAt()
275 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
H A DLiveIntervals.cpp375 for (const LiveInterval::SubRange &SR : I.subranges()) { in extendSegmentsToUses()
451 for (LiveInterval::SubRange &S : li->subranges()) { in shrinkToUses()
546 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, Register Reg) { in shrinkToUses()
759 for (const LiveInterval::SubRange &SR : LI.subranges()) in addKillFlags()
1022 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges()
1039 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges()
1694 for (LiveInterval::SubRange &S : LI.subranges()) in repairIntervalsInRange()
1720 for (LiveInterval::SubRange &S : LI.subranges()) { in removeVRegDefAt()
H A DLiveRegMatrix.cpp87 for (const LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
H A DMachineVerifier.cpp2569 for (const LiveInterval::SubRange &SR : LI->subranges()) { in checkLiveness()
2666 for (const LiveInterval::SubRange &SR : LI->subranges()) { in checkLiveness()
3427 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
H A DRegisterPressure.cpp429 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
H A DRegAllocGreedy.cpp1399 for (const LiveInterval::SubRange &S : VirtReg.subranges()) { in readsLaneSubset()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp285 SourceRange SubRange = E->getSubExpr()->IgnoreParenImpCasts()->getSourceRange(); in getBlockMacroRanges() local
286 SourceLocation InnerBegin = SM.getImmediateMacroCallerLoc(SubRange.getBegin()); in getBlockMacroRanges()
287 SourceLocation InnerEnd = SM.getImmediateMacroCallerLoc(SubRange.getEnd()); in getBlockMacroRanges()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp361 for (const LiveInterval::SubRange &SR : LI.subranges()) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp351 auto EndsAtI = [I] (LiveInterval::SubRange &S) -> bool { in updateKillFlags()
357 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags()
532 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7997 VFRange SubRange = {VF, MaxVFTimes2}; in buildVPlans() local
7998 VPlans.push_back(buildVPlan(SubRange)); in buildVPlans()
7999 VF = SubRange.End; in buildVPlans()
8599 VFRange SubRange = {VF, MaxVFTimes2}; in buildVPlansWithVPRecipes() local
8600 if (auto Plan = tryToBuildVPlanWithVPRecipes(SubRange)) { in buildVPlansWithVPRecipes()
8609 VF = SubRange.End; in buildVPlansWithVPRecipes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14273 IntRange SubRange = GetExprRange(C, CE->getSubExpr(), in GetExprRange() local
14278 if (SubRange.Width >= OutputTypeRange.Width) in GetExprRange()
14283 return IntRange(SubRange.Width, in GetExprRange()
14284 SubRange.NonNegative || OutputTypeRange.NonNegative); in GetExprRange()