Home
last modified time | relevance | path

Searched refs:addSegment (Results 1 – 15 of 15) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieChart.java86 public void addSegment(Segment segment, SegmentFormatter formatter) { in addSegment() method in PieChart
/external/skia/src/utils/
DSkDashPath.cpp192 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/
DStackColoring.cpp430 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()
DLiveRangeCalc.cpp439 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA()
441 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
DLiveIntervalAnalysis.cpp341 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()
DLiveInterval.cpp172 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()
DSplitKit.cpp383 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()
DMachineBasicBlock.cpp867 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
886 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
DPHIElimination.cpp324 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()
DRegisterCoalescer.cpp530 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()
DTwoAddressInstructionPass.cpp1495 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp266 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end, in processBlock()
/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java576 mCollisionTiles[tileIndex].addSegment(newSegment); in loadCollisionTiles()
849 public boolean addSegment(LineSegment segment) { in addSegment() method in CollisionSystem.CollisionTile
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp494 LID.addSegment(NR); in addInstrToLiveness()
1225 L1.addSegment(LiveRange::Segment(I->start, I->end, NewVN)); in coalesceRegisters()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h451 iterator addSegment(Segment S);