Home
last modified time | relevance | path

Searched refs:removeSegment (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h478 void removeSegment(SlotIndex Start, SlotIndex End,
481 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
482 removeSegment(S.start, S.end, RemoveDeadValNo);
487 iterator removeSegment(iterator I) { in removeSegment() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h513 void removeSegment(SlotIndex Start, SlotIndex End,
516 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
517 removeSegment(S.start, S.end, RemoveDeadValNo);
522 iterator removeSegment(iterator I) { in removeSegment() function
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieChart.java90 public void removeSegment(Segment segment) { in removeSegment() method in PieChart
/external/llvm/lib/CodeGen/
DPHIElimination.cpp337 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
344 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
516 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
DLiveIntervalAnalysis.cpp490 LI.removeSegment(I); in computeDeadValues()
569 SR.removeSegment(*Segment); in shrinkToUses()
596 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
602 LR.removeSegment(Kill, MBBEnd); in pruneValue()
630 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
637 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1435 LR.removeSegment(*LII, true); in repairOldRegInRange()
DLiveInterval.cpp523 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
DMachineBasicBlock.cpp913 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
DSplitKit.cpp1041 LR.removeSegment(*Segment, true); in extendPHIKillRanges()
DTwoAddressInstructionPass.cpp1587 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPHIElimination.cpp351 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
358 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
530 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
DLiveIntervals.cpp526 LI.removeSegment(I); in computeDeadValues()
606 SR.removeSegment(*Segment); in shrinkToUses()
634 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
640 LR.removeSegment(Kill, MBBEnd); in pruneValue()
666 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
673 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1516 LR.removeSegment(*LII, true); in repairOldRegInRange()
DMachineBasicBlock.cpp1060 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
DLiveInterval.cpp586 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
DTwoAddressInstructionPass.cpp1642 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
DSplitKit.cpp1237 LR.removeSegment(*Seg, true); in removeDeadSegment()
DRegisterCoalescer.cpp596 S.removeSegment(*SS, true); in adjustCopiesBackFrom()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp461 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in MoveForSingleUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp496 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in MoveForSingleUse()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp1178 L2.removeSegment(*L2.begin()); in coalesceRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp1183 L2.removeSegment(*L2.begin()); in coalesceRegisters()