Searched refs:advanceTo (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervalUnion.cpp | 43 SegPos.advanceTo(RegPos->start); in unify() 73 RegPos = Range.advanceTo(RegPos, SegPos.start()); in extract() 77 SegPos.advanceTo(RegPos->start); in extract() 166 LRI = LR->advanceTo(LRI, LiveUnionI.start()); in collectInterferingVRegs() 175 LiveUnionI.advanceTo(LRI->start); in collectInterferingVRegs()
|
D | InterferenceCache.cpp | 150 RUI.VirtI.advanceTo(Start); in update() 152 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update() 223 I.advanceTo(Stop); in update() 240 I = LR->advanceTo(I, Stop); in update()
|
D | LiveDebugVariables.cpp | 948 I.advanceTo(RStart); in computeIntervals() 965 I.advanceTo(REnd); in computeIntervals() 1062 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start()); in splitLocation() 1066 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation() 1110 LocMapI.advanceTo(LII->start); in splitLocation() 1115 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation()
|
D | LiveIntervals.cpp | 751 I = RURange.advanceTo(I, RI->end); in addKillFlags() 779 I = SR.advanceTo(I, RI->end); in addKillFlags() 939 LiveI = LI.advanceTo(LiveI, *SlotI); in checkRegMaskInterference() 1086 LR.advanceTo(Next, NewIdx.getBaseIndex()); in handleMoveDown() 1135 = LR.advanceTo(OldIdxOut, NewIdx.getRegSlot()); in handleMoveDown()
|
D | LiveInterval.cpp | 500 I = advanceTo(I, O.start); in covers() 834 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
|
D | SplitKit.cpp | 330 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks() 1130 AssignI.advanceTo(Start); in transferValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.cpp | 61 advanceTo(MachineBasicBlock::iterator NextBegin) { in advanceTo() function in SystemZPostRASchedStrategy 125 advanceTo(MBB->getFirstTerminator()); in leaveMBB() 154 advanceTo(Begin); in initPolicy()
|
D | SystemZMachineScheduler.h | 112 void advanceTo(MachineBasicBlock::iterator NextBegin);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 1442 void advanceTo(KeyT x) { in advanceTo() function 2074 posA.advanceTo(posB.start()); in advance() 2079 posB.advanceTo(posA.start()); in advance() 2088 posA.advanceTo(posB.start()); in advance() 2092 posB.advanceTo(posA.start()); in advance() 2153 void advanceTo(KeyType x) { in advanceTo() function 2158 posA.advanceTo(x); in advanceTo() 2160 posB.advanceTo(x); in advanceTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 262 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo() function 270 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const { in advanceTo() function
|