Home
last modified time | relevance | path

Searched refs:addSegment (Results 1 – 21 of 21) 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/swiftshader/third_party/subzero/src/
DIceOperand.h630 addSegment(I, I); in LiveRange()
639 void addSegment(InstNumberT Start, InstNumberT End, CfgNode *Node = nullptr);
640 void addSegment(RangeElementType Segment, CfgNode *Node = nullptr) {
641 addSegment(Segment.first, Segment.second, Node);
794 Live.addSegment(Start, End, Node);
DIceOperand.cpp104 void LiveRange::addSegment(InstNumberT Start, InstNumberT End, CfgNode *Node) { in addSegment() function in Ice::LiveRange
175 Temp.addSegment(OtherBegin, OtherBegin + 1); in overlapsInst()
DIceTargetLowering.cpp643 LR.addSegment(Segment); in postRegallocSplitting()
/external/llvm/lib/CodeGen/
DStackColoring.cpp752 Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum)); in calculateLiveIntervals()
758 Intervals[i]->addSegment(LiveInterval::Segment(NewStart, F, ValNum)); in calculateLiveIntervals()
759 Intervals[i]->addSegment(LiveInterval::Segment(S, NewFin, ValNum)); in calculateLiveIntervals()
DLiveRangeCalc.cpp462 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA()
464 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
DLiveInterval.cpp172 iterator addSegment(Segment S) { in addSegment() function in __anonb437b32b0111::CalcLiveRangeUtilBase
491 CalcLiveRangeUtilSet(this).addSegment(S); in addSegmentToSet()
494 LiveRange::iterator LiveRange::addSegment(Segment S) { in addSegment() function in LiveRange
501 return CalcLiveRangeUtilVector(this).addSegment(S); in addSegment()
DLiveIntervalAnalysis.cpp347 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI)); in createSegmentsForValues()
391 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
835 Interval.addSegment(S); in addSegmentToEndOfBlock()
1455 LII = LR.addSegment(S); in repairOldRegInRange()
1459 LII = LR.addSegment(S); in repairOldRegInRange()
DSplitKit.cpp408 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), OldVNI)); in defValue()
415 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); in defValue()
436 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); in forceRecompute()
954 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
DRenameIndependentSubregs.cpp327 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
DLiveRangeEdit.cpp339 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI)); in eliminateDeadDef()
DMachineBasicBlock.cpp892 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
911 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
DPHIElimination.cpp323 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()
DRegisterCoalescer.cpp550 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()
559 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom()
620 Dst.addSegment(LiveRange::Segment(S.start, S.end, DstValNo)); in addSegmentsWithValNo()
DTwoAddressInstructionPass.cpp1527 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
/external/skqp/src/utils/
DSkDashPath.cpp324 void addSegment(SkScalar d0, SkScalar d1, SkPath* path) const { in addSegment() function in SpecialLineRec
451 lineRec.addSegment(SkDoubleToScalar(distance), in InternalFilter()
/external/skia/src/utils/
DSkDashPath.cpp324 void addSegment(SkScalar d0, SkScalar d1, SkPath* path) const { in addSegment() function in SpecialLineRec
451 lineRec.addSegment(SkDoubleToScalar(distance), in InternalFilter()
/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/PowerPC/
DPPCVSXFMAMutate.cpp309 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end, in processBlock()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h452 iterator addSegment(Segment S);
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp1175 L1.addSegment(LiveRange::Segment(I->start, I->end, NewVN)); in coalesceRegisters()