Home
last modified time | relevance | path

Searched refs:advanceTo (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp43 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 DInterferenceCache.cpp144 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 DLiveDebugVariables.cpp1235 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 DLiveIntervals.cpp782 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 DLiveInterval.cpp485 I = advanceTo(I, O.start); in covers()
823 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
H A DSplitKit.cpp323 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks()
1180 AssignI.advanceTo(Start); in transferValues()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp33 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 DSystemZMachineScheduler.cpp61 advanceTo(MachineBasicBlock::iterator NextBegin) { in advanceTo() function in SystemZPostRASchedStrategy
127 advanceTo(MBB->getFirstTerminator()); in leaveMBB()
156 advanceTo(Begin); in initPolicy()
H A DSystemZMachineScheduler.h110 void advanceTo(MachineBasicBlock::iterator NextBegin);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h279 void advanceTo(IndexT Index) { in advanceTo() function
342 advanceTo(Index); in advanceToLowerBound()
359 It.advanceTo(Index); in find()
H A DIntervalMap.h1495 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 DRootSignatureValidations.cpp208 Interval.advanceTo(LowerBound); in insert()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h272 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo() function
280 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const { in advanceTo() function