Home
last modified time | relevance | path

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/
DLiveInterval.h516 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/
DPHIElimination.cpp353 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
360 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
532 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
DLiveIntervals.cpp532 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()
DMachineBasicBlock.cpp1062 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
DLiveInterval.cpp583 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
DTwoAddressInstructionPass.cpp1649 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
DRegisterCoalescer.cpp675 S.removeSegment(*SS, true); in adjustCopiesBackFrom()
991 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
DSplitKit.cpp1237 LR.removeSegment(*Seg, true); in removeDeadSegment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp511 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp1176 L2.removeSegment(*L2.begin()); in coalesceRegisters()