| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervalUnion.cpp | 43 SegPos.advanceTo(RegPos->start); in unify() 74 RegPos = Range.advanceTo(RegPos, SegPos.start()); in extract() 78 SegPos.advanceTo(RegPos->start); in extract() 178 LRI = LR->advanceTo(LRI, LiveUnionI.start()); in collectInterferingVRegs() 187 LiveUnionI.advanceTo(LRI->start); in collectInterferingVRegs()
|
| H A D | InterferenceCache.cpp | 144 RUI.VirtI.advanceTo(Start); in update() 146 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update() 217 I.advanceTo(Stop); in update() 234 I = LR->advanceTo(I, Stop); in update()
|
| H A D | LiveDebugVariables.cpp | 1235 I.advanceTo(RStart); in computeIntervals() 1252 I.advanceTo(REnd); in computeIntervals() 1399 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start()); in splitLocation() 1403 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation() 1448 LocMapI.advanceTo(LII->start); in splitLocation() 1453 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation()
|
| H A D | LiveIntervals.cpp | 782 I = RURange.advanceTo(I, RI->end); in addKillFlags() 1177 LR.advanceTo(Next, NewIdx.getBaseIndex()); in handleMoveDown() 1226 = LR.advanceTo(OldIdxOut, NewIdx.getRegSlot()); in handleMoveDown()
|
| H A D | LiveInterval.cpp | 485 I = advanceTo(I, O.start); in covers() 823 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
|
| H A D | SplitKit.cpp | 323 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks() 1180 AssignI.advanceTo(Start); in transferValues()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Markup.cpp | 33 static void advanceTo(StringRef &Str, StringRef::iterator Pos) { in advanceTo() function 65 advanceTo(Line, MultilineEnd->end()); in nextNode() 79 advanceTo(Line, Element->Text.end()); in nextNode() 163 advanceTo(Text, Matches.begin()->end()); in parseTextOutsideMarkup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMachineScheduler.cpp | 61 advanceTo(MachineBasicBlock::iterator NextBegin) { in advanceTo() function in SystemZPostRASchedStrategy 127 advanceTo(MBB->getFirstTerminator()); in leaveMBB() 156 advanceTo(Begin); in initPolicy()
|
| H A D | SystemZMachineScheduler.h | 110 void advanceTo(MachineBasicBlock::iterator NextBegin);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | CoalescingBitVector.h | 279 void advanceTo(IndexT Index) { in advanceTo() function 342 advanceTo(Index); in advanceToLowerBound() 359 It.advanceTo(Index); in find()
|
| H A D | IntervalMap.h | 1495 void advanceTo(KeyT x) { in advanceTo() function 2127 posA.advanceTo(posB.start()); in advance() 2132 posB.advanceTo(posA.start()); in advance() 2142 posA.advanceTo(posB.start()); in advance() 2146 posB.advanceTo(posA.start()); in advance() 2207 void advanceTo(KeyType x) { in advanceTo() function 2212 posA.advanceTo(x); in advanceTo() 2214 posB.advanceTo(x); in advanceTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | RootSignatureValidations.cpp | 208 Interval.advanceTo(LowerBound); in insert()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 272 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo() function 280 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const { in advanceTo() function
|