/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
D | PieChart.java | 86 public void addSegment(Segment segment, SegmentFormatter formatter) { in addSegment() method in PieChart
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 192 void addSegment(SkScalar d0, SkScalar d1, SkPath* path) const { in addSegment() function in SpecialLineRec 280 lineRec.addSegment(SkDoubleToScalar(distance), in FilterDashPath()
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 430 Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum)); in calculateLiveIntervals() 436 Intervals[i]->addSegment(LiveInterval::Segment(NewStart, F, ValNum)); in calculateLiveIntervals() 437 Intervals[i]->addSegment(LiveInterval::Segment(S, NewFin, ValNum)); in calculateLiveIntervals()
|
D | LiveRangeCalc.cpp | 439 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA() 441 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
|
D | LiveIntervalAnalysis.cpp | 341 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI)); in createSegmentsForValues() 385 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses() 828 Interval.addSegment(S); in addSegmentToEndOfBlock() 1318 LII = LR.addSegment(S); in repairOldRegInRange() 1322 LII = LR.addSegment(S); in repairOldRegInRange()
|
D | LiveInterval.cpp | 172 iterator addSegment(Segment S) { in addSegment() function in __anon028694cb0111::CalcLiveRangeUtilBase 489 CalcLiveRangeUtilSet(this).addSegment(S); in addSegmentToSet() 492 LiveRange::iterator LiveRange::addSegment(Segment S) { in addSegment() function in LiveRange 499 return CalcLiveRangeUtilVector(this).addSegment(S); in addSegment()
|
D | SplitKit.cpp | 383 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), OldVNI)); in defValue() 390 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); in defValue() 411 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); in forceRecompute() 849 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
|
D | MachineBasicBlock.cpp | 867 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge() 886 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
|
D | PHIElimination.cpp | 324 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()
|
D | RegisterCoalescer.cpp | 530 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 539 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom() 600 Dst.addSegment(LiveRange::Segment(S.start, S.end, DstValNo)); in addSegmentsWithValNo()
|
D | TwoAddressInstructionPass.cpp | 1495 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 266 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end, in processBlock()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CollisionSystem.java | 576 mCollisionTiles[tileIndex].addSegment(newSegment); in loadCollisionTiles() 849 public boolean addSegment(LineSegment segment) { in addSegment() method in CollisionSystem.CollisionTile
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 494 LID.addSegment(NR); in addInstrToLiveness() 1225 L1.addSegment(LiveRange::Segment(I->start, I->end, NewVN)); in coalesceRegisters()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 451 iterator addSegment(Segment S);
|