Searched refs:addSegment (Results 1 - 21 of 21) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DPieChart.java86 public void addSegment(Segment segment, SegmentFormatter formatter) { method in class:PieChart
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp462 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI));
464 LR.addSegment(LiveInterval::Segment(Start, End, VNI));
H A DLiveInterval.cpp172 iterator addSegment(Segment S) { function in class:__anon13914::CalcLiveRangeUtilBase
491 CalcLiveRangeUtilSet(this).addSegment(S);
494 LiveRange::iterator LiveRange::addSegment(Segment S) {
501 return CalcLiveRangeUtilVector(this).addSegment(S);
H A DStackColoring.cpp752 Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum));
758 Intervals[i]->addSegment(LiveInterval::Segment(NewStart, F, ValNum));
759 Intervals[i]->addSegment(LiveInterval::Segment(S, NewFin, ValNum));
H A DLiveIntervalAnalysis.cpp347 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI));
391 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI));
835 Interval.addSegment(S);
1455 LII = LR.addSegment(S);
1459 LII = LR.addSegment(S);
H A DLiveRangeEdit.cpp339 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI));
H A DRenameIndependentSubregs.cpp327 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI));
H A DSplitKit.cpp408 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), OldVNI));
415 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI));
436 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI));
954 LR.addSegment(LiveInterval::Segment(Start, End, VNI));
H A DPHIElimination.cpp323 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex,
H A DMachineBasicBlock.cpp892 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
911 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
H A DRegisterCoalescer.cpp550 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo));
559 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo));
620 Dst.addSegment(LiveRange::Segment(S.start, S.end, DstValNo));
H A DTwoAddressInstructionPass.cpp1527 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI));
/external/swiftshader/third_party/subzero/src/
H A DIceOperand.h630 addSegment(I, I);
639 void addSegment(InstNumberT Start, InstNumberT End, CfgNode *Node = nullptr);
640 void addSegment(RangeElementType Segment, CfgNode *Node = nullptr) { function in class:Ice::RegNumT::LiveRange
641 addSegment(Segment.first, Segment.second, Node);
794 Live.addSegment(Start, End, Node);
H A DIceOperand.cpp104 void LiveRange::addSegment(InstNumberT Start, InstNumberT End, CfgNode *Node) { function in class:Ice::LiveRange
175 Temp.addSegment(OtherBegin, OtherBegin + 1);
H A DIceTargetLowering.cpp643 LR.addSegment(Segment);
/external/skia/src/utils/
H A DSkDashPath.cpp324 void addSegment(SkScalar d0, SkScalar d1, SkPath* path) const {
451 lineRec.addSegment(SkDoubleToScalar(distance),
/external/skqp/src/utils/
H A DSkDashPath.cpp324 void addSegment(SkScalar d0, SkScalar d1, SkPath* path) const {
451 lineRec.addSegment(SkDoubleToScalar(distance),
/external/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp309 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end,
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java576 mCollisionTiles[tileIndex].addSegment(newSegment);
849 public boolean addSegment(LineSegment segment) { method in class:CollisionSystem.CollisionTile
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h452 iterator addSegment(Segment S);
784 /// Calling LiveRange::addSegment() repeatedly can be expensive on large
806 /// LR.addSegment(). Segments should be added in increasing start order for
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1175 L1.addSegment(LiveRange::Segment(I->start, I->end, NewVN));

Completed in 3565 milliseconds