/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 | 193 void addSegment(SkScalar d0, SkScalar d1, SkPath* path) const { in addSegment() function in SpecialLineRec 281 lineRec.addSegment(SkDoubleToScalar(distance), in FilterDashPath()
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 429 Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum)); in calculateLiveIntervals() 435 Intervals[i]->addSegment(LiveInterval::Segment(NewStart, F, ValNum)); in calculateLiveIntervals() 436 Intervals[i]->addSegment(LiveInterval::Segment(S, NewFin, ValNum)); in calculateLiveIntervals()
|
D | LiveRangeCalc.cpp | 446 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA() 448 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
|
D | LiveIntervalAnalysis.cpp | 358 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI)); in createSegmentsForValues() 402 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses() 858 Interval.addSegment(S); in addSegmentToEndOfBlock() 1348 LII = LR.addSegment(S); in repairOldRegInRange() 1352 LII = LR.addSegment(S); in repairOldRegInRange()
|
D | LiveInterval.cpp | 171 iterator addSegment(Segment S) { in addSegment() function in __anonbeffe3ec0111::CalcLiveRangeUtilBase 488 CalcLiveRangeUtilSet(this).addSegment(S); in addSegmentToSet() 491 LiveRange::iterator LiveRange::addSegment(Segment S) { in addSegment() function in LiveRange 498 return CalcLiveRangeUtilVector(this).addSegment(S); in addSegment()
|
D | SplitKit.cpp | 386 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), OldVNI)); in defValue() 393 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); in defValue() 414 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); in forceRecompute() 852 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
|
D | MachineBasicBlock.cpp | 914 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge() 933 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
|
D | PHIElimination.cpp | 324 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()
|
D | RegisterCoalescer.cpp | 540 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 549 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom() 610 Dst.addSegment(LiveRange::Segment(S.start, S.end, DstValNo)); in addSegmentsWithValNo()
|
D | TwoAddressInstructionPass.cpp | 1532 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 290 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/include/llvm/CodeGen/ |
D | LiveInterval.h | 452 iterator addSegment(Segment S);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 503 LID.addSegment(NR); in addInstrToLiveness() 1234 L1.addSegment(LiveRange::Segment(I->start, I->end, NewVN)); in coalesceRegisters()
|