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.cpp193 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/
DStackColoring.cpp429 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()
DLiveRangeCalc.cpp446 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA()
448 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
DLiveIntervalAnalysis.cpp358 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()
DLiveInterval.cpp171 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()
DSplitKit.cpp386 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()
DMachineBasicBlock.cpp914 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
933 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
DPHIElimination.cpp324 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()
DRegisterCoalescer.cpp540 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()
DTwoAddressInstructionPass.cpp1532 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp290 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/include/llvm/CodeGen/
DLiveInterval.h452 iterator addSegment(Segment S);
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp503 LID.addSegment(NR); in addInstrToLiveness()
1234 L1.addSegment(LiveRange::Segment(I->start, I->end, NewVN)); in coalesceRegisters()