Home
last modified time | relevance | path

Searched refs:Ivy_ObjChild0 (Results 1 – 9 of 9) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/ivy/
H A DivyUtil.c534 return Ivy_ObjChild0(pNode1);//pNode2->p1; in Ivy_ObjRecognizeMux()
540 return Ivy_ObjChild0(pNode0);//pNode1->p1; in Ivy_ObjRecognizeMux()
549 *ppNodeT = Ivy_Not(Ivy_ObjChild0(pNode1));//pNode2->p1); in Ivy_ObjRecognizeMux()
556 *ppNodeE = Ivy_Not(Ivy_ObjChild0(pNode1));//pNode2->p1); in Ivy_ObjRecognizeMux()
557 return Ivy_ObjChild0(pNode0);//pNode1->p1; in Ivy_ObjRecognizeMux()
567 *ppNodeE = Ivy_Not(Ivy_ObjChild0(pNode0));//pNode1->p1); in Ivy_ObjRecognizeMux()
568 return Ivy_ObjChild0(pNode1);//pNode2->p1; in Ivy_ObjRecognizeMux()
572 *ppNodeT = Ivy_Not(Ivy_ObjChild0(pNode0));//pNode1->p1); in Ivy_ObjRecognizeMux()
583 *ppNodeT = Ivy_Not(Ivy_ObjChild0(pNode1));//pNode2->p1); in Ivy_ObjRecognizeMux()
584 *ppNodeE = Ivy_Not(Ivy_ObjChild0(pNode0));//pNode1->p1); in Ivy_ObjRecognizeMux()
[all …]
H A DivyObj.c104 … pObj->fPhase = Ivy_ObjFaninPhase(Ivy_ObjChild0(pObj)) & Ivy_ObjFaninPhase(Ivy_ObjChild1(pObj)); in Ivy_ObjCreate()
106 pObj->fPhase = Ivy_ObjFaninPhase(Ivy_ObjChild0(pObj)); in Ivy_ObjCreate()
449 pFanReal0 = Ivy_ObjReal( Ivy_ObjChild0(pNode) ); in Ivy_NodeFixBufferFanins()
457 pFanReal0 = Ivy_ObjReal( Ivy_ObjChild0(pNode) ); in Ivy_NodeFixBufferFanins()
H A DivyTable.c85 if ( Ivy_ObjChild0(pEntry) == Ivy_ObjChild0(pObj) && in Ivy_TableLookup()
H A DivyRwrAlg.c315 RetValue0 = Ivy_ManFindAlgCut_rec( Ivy_ObjReal( Ivy_ObjChild0(pObj) ), Type, vFront, vCone ); in Ivy_ManFindAlgCut_rec()
331 Vec_PtrPush( vFront, Ivy_ObjReal( Ivy_ObjChild0(pObj) ) ); in Ivy_ManFindAlgCut_rec()
H A DivyBalance.c72 pDriver = Ivy_ObjReal( Ivy_ObjChild0(pObj) ); in Ivy_ManBalance()
235 RetValue1 = Ivy_NodeBalanceCone_rec( pRoot, Ivy_ObjReal( Ivy_ObjChild0(pObj) ), vSuper ); in Ivy_NodeBalanceCone_rec()
H A DivyOper.c43 *ppFan0 = Ivy_ObjChild0(p0); in Ivy_ObjIsExorType()
H A DivyMan.c503 pLatch = Ivy_Latch( p, Ivy_ObjChild0(pObj), Init ); in Ivy_ManMakeSeq()
H A DivyFraig.c589 …pSims->Type = (Ivy_ObjFaninPhase(Ivy_ObjChild0(pObj)) << 2) | (Ivy_ObjFaninPhase(Ivy_ObjChild1(pOb… in Ivy_FraigStart()
899 fCompl0 = Ivy_ObjFaninPhase(Ivy_ObjChild0(pObj)); in Ivy_NodeSimulate()
1823 pObjNew = Ivy_ObjChild0(pObj); in Ivy_FraigMiterStatus()
2483 Ivy_FraigCollectSuper_rec( Ivy_ObjChild0(pObj), vSuper, 0, fUseMuxes ); in Ivy_FraigCollectSuper_rec()
H A Divy.h273 static inline Ivy_Obj_t * Ivy_ObjChild0( Ivy_Obj_t * pObj ) { return pObj->pFanin0; … in Ivy_ObjChild0() function