| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 687 class SubRange : public LiveRange { 689 SubRange *Next = nullptr; 693 SubRange(LaneBitmask LaneMask) : LaneMask(LaneMask) {} in SubRange() function 696 SubRange(LaneBitmask LaneMask, const LiveRange &Other, in SubRange() function 705 SubRange *SubRanges = nullptr; ///< Single linked list of subregister live 752 using subrange_iterator = SingleLinkedListIterator<SubRange>; 753 using const_subrange_iterator = SingleLinkedListIterator<const SubRange>; 779 SubRange *createSubRange(BumpPtrAllocator &Allocator, in createSubRange() 781 SubRange *Range = new (Allocator) SubRange(LaneMask); in createSubRange() 788 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() [all …]
|
| H A D | LiveIntervals.h | 170 void shrinkToUses(LiveInterval::SubRange &SR, Register Reg);
|
| /netbsd-src/external/apache2/llvm/dist/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 | 848 void LiveInterval::freeSubRange(SubRange *S) { in freeSubRange() 849 S->~SubRange(); in freeSubRange() 854 SubRange **NextPtr = &SubRanges; in removeEmptySubRanges() 855 SubRange *I = *NextPtr; in removeEmptySubRanges() 864 SubRange *Next = I->Next; in removeEmptySubRanges() 873 for (SubRange *I = SubRanges, *Next; I != nullptr; I = Next) { in clearSubRanges() 883 static void stripValuesNotDefiningMask(unsigned Reg, LiveInterval::SubRange &SR, in stripValuesNotDefiningMask() 932 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() 936 for (SubRange &SR : subranges()) { in refineSubRanges() 942 SubRange *MatchingRange; in refineSubRanges() [all …]
|
| H A D | LiveIntervalCalc.cpp | 81 [&MO, Indexes, Alloc](LiveInterval::SubRange &SR) { in calculate() 103 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate() 123 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
|
| H A D | RegisterCoalescer.cpp | 684 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom() 720 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom() 951 for (LiveInterval::SubRange &S : IntB.subranges()) { in removeCopyByCommutingDef() 978 for (LiveInterval::SubRange &SA : IntA.subranges()) { in removeCopyByCommutingDef() 993 &ShrinkB](LiveInterval::SubRange &SR) { in removeCopyByCommutingDef() 1007 for (LiveInterval::SubRange &SB : IntB.subranges()) { in removeCopyByCommutingDef() 1181 for (LiveInterval::SubRange &SR : IntB.subranges()) in removePartialRedundancy() 1210 for (LiveInterval::SubRange &SR : IntB.subranges()) { in removePartialRedundancy() 1411 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef() 1444 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef() [all …]
|
| H A D | VirtRegMap.cpp | 284 std::pair<const LiveInterval::SubRange *, LiveInterval::const_iterator>; in addLiveInsForSubRanges() 289 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() 306 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() 384 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
|
| H A D | SplitKit.cpp | 409 LiveInterval::SubRange &SplitEditor::getSubRangeForMaskExact(LaneBitmask LM, in getSubRangeForMaskExact() 411 for (LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMaskExact() 417 LiveInterval::SubRange &SplitEditor::getSubRangeForMask(LaneBitmask LM, in getSubRangeForMask() 419 for (LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMask() 436 for (LiveInterval::SubRange &S : LI.subranges()) { in addDeadDef() 460 for (LiveInterval::SubRange &S : LI.subranges()) in addDeadDef() 541 [Def, &Allocator](LiveInterval::SubRange &SR) { in buildSingleSubRegCopy() 617 for (LiveInterval::SubRange &S : OrigLI.subranges()) { in defFromParent() 1289 for (LiveInterval::SubRange &PS : ParentLI.subranges()) { in extendPHIKillRanges() 1295 LiveInterval::SubRange &S = getSubRangeForMaskExact(PS.LaneMask, LI); in extendPHIKillRanges() [all …]
|
| H A D | SplitKit.h | 361 LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, 368 LiveInterval::SubRange &getSubRangeForMask(LaneBitmask LM, LiveInterval &LI);
|
| H A D | LiveIntervals.cpp | 387 for (const LiveInterval::SubRange &SR : I.subranges()) { in extendSegmentsToUses() 464 for (LiveInterval::SubRange &S : li->subranges()) { in shrinkToUses() 563 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, Register Reg) { in shrinkToUses() 773 for (const LiveInterval::SubRange &SR : LI.subranges()) in addKillFlags() 1034 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges() 1047 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges() 1700 for (LiveInterval::SubRange &S : LI.subranges()) in repairIntervalsInRange() 1725 for (LiveInterval::SubRange &S : LI.subranges()) { in removeVRegDefAt()
|
| H A D | LiveRangeEdit.cpp | 48 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom() 253 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
|
| H A D | LiveRegMatrix.cpp | 87 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
|
| H A D | MachineVerifier.cpp | 2202 for (const LiveInterval::SubRange &SR : LI.subranges()) { in checkLiveness() 2299 for (const LiveInterval::SubRange &SR : LI.subranges()) { in checkLiveness() 3058 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
|
| H A D | RegisterPressure.cpp | 430 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 349 auto EndsAtI = [I] (LiveInterval::SubRange &S) -> bool { in updateKillFlags() 355 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags() 531 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIFormMemoryClauses.cpp | 363 for (const LiveInterval::SubRange &SR : LI.subranges()) { in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 8484 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlans() local 8485 VPlans.push_back(buildVPlan(SubRange)); in buildVPlans() 8486 VF = SubRange.End; in buildVPlans() 8992 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlansWithVPRecipes() local 8994 buildVPlanWithVPRecipes(SubRange, DeadInstructions, SinkAfter)); in buildVPlansWithVPRecipes() 8995 VF = SubRange.End; in buildVPlansWithVPRecipes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10897 IntRange SubRange = GetExprRange(C, CE->getSubExpr(), in GetExprRange() local 10902 if (SubRange.Width >= OutputTypeRange.Width) in GetExprRange() 10907 return IntRange(SubRange.Width, in GetExprRange() 10908 SubRange.NonNegative || OutputTypeRange.NonNegative); in GetExprRange()
|