/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 693 class SubRange : public LiveRange { 695 SubRange *Next = nullptr; 699 SubRange(LaneBitmask LaneMask) : LaneMask(LaneMask) {} in SubRange() function 702 SubRange(LaneBitmask LaneMask, const LiveRange &Other, in SubRange() function 758 using subrange_iterator = SingleLinkedListIterator<SubRange>; 785 SubRange *createSubRange(BumpPtrAllocator &Allocator, in createSubRange() 787 SubRange *Range = new (Allocator) SubRange(LaneMask); in createSubRange() 794 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() 797 SubRange *Range = new (Allocator) SubRange(LaneMask, CopyFrom, Allocator); in createSubRangeFrom() 896 void appendSubRange(SubRange *Range) { in appendSubRange() [all …]
|
H A D | LiveIntervals.h | 168 void shrinkToUses(LiveInterval::SubRange &SR, Register Reg);
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RenameIndependentSubregs.cpp | 69 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 D | LiveInterval.cpp | 834 void LiveInterval::freeSubRange(SubRange *S) { in freeSubRange() 835 S->~SubRange(); in freeSubRange() 840 SubRange **NextPtr = &SubRanges; in removeEmptySubRanges() 841 SubRange *I = *NextPtr; in removeEmptySubRanges() 850 SubRange *Next = I->Next; in removeEmptySubRanges() 922 for (SubRange &SR : subranges()) { in refineSubRanges() 928 SubRange *MatchingRange; in refineSubRanges() 1035 for (const SubRange &SR : subranges()) in print() 1078 for (const SubRange &SR : subranges()) { in verify() 1375 SmallVector<LiveInterval::SubRange*, 8> SubRanges; in Distribute() [all …]
|
H A D | LiveIntervalCalc.cpp | 72 [&MO, Indexes, Alloc](LiveInterval::SubRange &SR) { in calculate() 94 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate() 114 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
|
H A D | RegisterCoalescer.cpp | 701 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() 1222 for (LiveInterval::SubRange &SR : IntB.subranges()) { in removePartialRedundancy() 1885 for (LiveInterval::SubRange &S : LI.subranges()) { in setUndefOnPrunedSubRegUses() 1967 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy() 2105 for (LiveInterval::SubRange &S : LI.subranges()) { in joinCopy() 3253 for (LiveInterval::SubRange &S : LI.subranges()) { in pruneSubRegValues() [all …]
|
H A D | VirtRegMap.cpp | 300 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 D | SplitKit.cpp | 398 LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, in getSubRangeForMaskExact() 403 const LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, in getSubRangeForMaskExact() 412 const LiveInterval::SubRange &getSubRangeForMask(LaneBitmask LM, in getSubRangeForMask() 414 for (const LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMask() 431 for (LiveInterval::SubRange &S : LI.subranges()) { in addDeadDef() 455 for (LiveInterval::SubRange &S : LI.subranges()) in addDeadDef() 573 [Def, &Allocator](LiveInterval::SubRange &SR) { in buildCopy() 611 for (LiveInterval::SubRange &S : OrigLI.subranges()) { in defFromParent() 1283 for (const LiveInterval::SubRange &PS : ParentLI.subranges()) { in extendPHIKillRanges() 1289 LiveInterval::SubRange &S = getSubRangeForMaskExact(PS.LaneMask, LI); in extendPHIKillRanges() [all …]
|
H A D | LiveRangeEdit.cpp | 49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom() 143 for (LiveInterval::SubRange &SR : li.subranges()) { in allUsesAvailableAt() 277 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
|
H A D | LiveIntervals.cpp | 380 for (const LiveInterval::SubRange &SR : I.subranges()) { in extendSegmentsToUses() 456 for (LiveInterval::SubRange &S : li->subranges()) { in shrinkToUses() 551 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, Register Reg) { in shrinkToUses() 765 for (const LiveInterval::SubRange &SR : LI.subranges()) in addKillFlags() 1028 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges() 1045 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges() 1701 for (LiveInterval::SubRange &S : LI.subranges()) in repairIntervalsInRange() 1727 for (LiveInterval::SubRange &S : LI.subranges()) { in removeVRegDefAt()
|
H A D | LiveRegMatrix.cpp | 87 for (const LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
|
H A D | MachineVerifier.cpp | 2448 for (const LiveInterval::SubRange &SR : LI->subranges()) { in checkLiveness() 2539 for (const LiveInterval::SubRange &SR : LI->subranges()) { in checkLiveness() 3298 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
|
H A D | RegisterPressure.cpp | 429 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
|
H A D | RegAllocGreedy.cpp | 1299 for (const LiveInterval::SubRange &S : VirtReg.subranges()) { in readsLaneSubset()
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransUnbridgedCasts.cpp | 285 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()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 350 auto EndsAtI = [I] (LiveInterval::SubRange &S) -> bool { in updateKillFlags() 356 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags() 531 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 363 for (const LiveInterval::SubRange &SR : LI.subranges()) { in runOnMachineFunction()
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 251 [=](LiveInterval::SubRange &SR) { in optimizeVcndVcmpPair()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 8035 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlans() local 8036 VPlans.push_back(buildVPlan(SubRange)); in buildVPlans() 8037 VF = SubRange.End; in buildVPlans() 8710 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlansWithVPRecipes() local 8712 buildVPlanWithVPRecipes(SubRange, DeadInstructions, SinkAfter)); in buildVPlansWithVPRecipes() 8713 VF = SubRange.End; in buildVPlansWithVPRecipes()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 12532 IntRange SubRange = GetExprRange(C, CE->getSubExpr(), in GetExprRange() local 12537 if (SubRange.Width >= OutputTypeRange.Width) in GetExprRange() 12542 return IntRange(SubRange.Width, in GetExprRange() 12543 SubRange.NonNegative || OutputTypeRange.NonNegative); in GetExprRange()
|