Home
last modified time | relevance | path

Searched refs:drPathSeg (Results 1 – 12 of 12) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/drObj/
H A DdrShape.cpp37 drPathSeg::drPathSeg(const frPathSeg& in) in drPathSeg() function in drPathSeg
H A DdrShape.h75 class drPathSeg : public drShape
79 drPathSeg() in drPathSeg() function
92 drPathSeg(const drPathSeg& in) in drPathSeg() function
105 drPathSeg(const frPathSeg& in);
H A DdrNet.h117 std::unique_ptr<drConnFig> uPtr = std::make_unique<drPathSeg>( in setBestRouteConnFigs()
118 *static_cast<drPathSeg*>(uConnFig.get())); in setBestRouteConnFigs()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/obj/
H A DfrShape.cpp37 frPathSeg::frPathSeg(const drPathSeg& in) in frPathSeg()
H A DfrShape.h38 class drPathSeg; variable
432 frPathSeg(const drPathSeg& in);
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/dr/
H A DFlexDR_init.cpp59 auto uPathSeg = make_unique<drPathSeg>(*pathSeg); in initNetObjs_pathSeg()
127 auto uPathSeg = make_unique<drPathSeg>(*pathSeg); in initNetObjs_pathSeg()
204 auto uPathSeg = make_unique<drPathSeg>(*pathSeg); in initNetObjs_pathSeg()
376 auto ps = static_cast<drPathSeg*>(obj.get()); in initNets_initDR()
464 auto obj = static_cast<drPathSeg*>(connFig); in initNets_searchRepair_pin2epMap()
513 auto obj = static_cast<drPathSeg*>(connFig); in initNets_searchRepair_nodeMap_routeObjEnd()
572 auto obj = static_cast<drPathSeg*>(connFig); in initNets_searchRepair_nodeMap_routeObjSplit()
588 auto obj = static_cast<drPathSeg*>(connFig); in initNets_searchRepair_nodeMap_routeObjSplit()
1903 auto obj = static_cast<drPathSeg*>(uConnFig); in initTrackCoords_route()
2083 auto obj = static_cast<drPathSeg*>(connFig); in initMazeIdx_connFig()
[all …]
H A DFlexDR_end.cpp292 void FlexDRWorker::endAddNets_pathSeg(frDesign* design, drPathSeg* pathSeg) in endAddNets_pathSeg()
466 design, static_cast<drPathSeg*>(connFig.get()) /*, cutSegs[fNet]*/); in endAddNets()
H A DFlexDR.h894 void checkPathSegStyle(drPathSeg* ps, bool isBegin, frSegStyle& style);
941 void endAddNets_pathSeg(frDesign* design, drPathSeg* pathSeg);
H A DFlexDR_graphics.cpp418 auto seg = (drPathSeg*) fig; in drawObj()
H A DFlexDR_maze.cpp1648 auto obj = static_cast<drPathSeg*>(connFig); in modPathCost()
2493 auto currPathSeg = make_unique<drPathSeg>(); in processPathSeg()
2547 void FlexDRWorker::checkPathSegStyle(drPathSeg* ps, in checkPathSegStyle()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/
H A Dglobal.cpp264 auto p = static_cast<const drPathSeg*>(&fig); in operator <<()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gc/
H A DFlexGC_init.cpp278 auto pathSeg = static_cast<drPathSeg*>(obj); in initDRObj()