Searched refs:removeSegment (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 516 void removeSegment(SlotIndex Start, SlotIndex End, 519 void removeSegment(Segment S, bool RemoveDeadValNo = false) { 520 removeSegment(S.start, S.end, RemoveDeadValNo); 525 iterator removeSegment(iterator I) { in removeSegment() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 353 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 360 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode() 532 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
|
D | LiveIntervals.cpp | 532 LI.removeSegment(I); in computeDeadValues() 616 SR.removeSegment(*Segment); in shrinkToUses() 644 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue() 650 LR.removeSegment(Kill, MBBEnd); in pruneValue() 676 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue() 683 LR.removeSegment(MBBStart, MBBEnd); in pruneValue() 1542 LR.removeSegment(*LII, true); in repairOldRegInRange()
|
D | MachineBasicBlock.cpp | 1062 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
D | LiveInterval.cpp | 583 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
|
D | TwoAddressInstructionPass.cpp | 1649 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
|
D | RegisterCoalescer.cpp | 675 S.removeSegment(*SS, true); in adjustCopiesBackFrom() 991 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
|
D | SplitKit.cpp | 1237 LR.removeSegment(*Seg, true); in removeDeadSegment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 511 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 1176 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|