/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 478 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/ |
D | LiveInterval.h | 513 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/ |
D | PieChart.java | 90 public void removeSegment(Segment segment) { in removeSegment() method in PieChart
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 351 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 358 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode() 530 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
|
D | LiveIntervals.cpp | 526 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()
|
D | MachineBasicBlock.cpp | 1060 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
D | LiveInterval.cpp | 586 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
|
D | TwoAddressInstructionPass.cpp | 1642 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
|
D | SplitKit.cpp | 1237 LR.removeSegment(*Seg, true); in removeDeadSegment()
|
D | RegisterCoalescer.cpp | 596 S.removeSegment(*SS, true); in adjustCopiesBackFrom()
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 337 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 344 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode() 516 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
|
D | LiveIntervalAnalysis.cpp | 490 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()
|
D | LiveInterval.cpp | 523 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
|
D | MachineBasicBlock.cpp | 913 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
|
D | TwoAddressInstructionPass.cpp | 1587 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
|
D | SplitKit.cpp | 1041 LR.removeSegment(*Segment, true); in extendPHIKillRanges()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 461 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in MoveForSingleUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 496 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in MoveForSingleUse()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 1178 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 1183 L2.removeSegment(*L2.begin()); in coalesceRegisters()
|