Home
last modified time | relevance | path

Searched refs:vtxp (Results 1 – 11 of 11) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpi/coll/transports/gentran/
H A Dgentran_utils.c38 if (vtxp->vtx_state == MPII_GENUTIL_VTX_STATE__INIT && vtxp->pending_dependencies == 0) { in vtx_issue()
41 switch (vtxp->vtx_kind) { in vtx_issue()
49 vtxp->u.isend.tag, vtxp->u.isend.comm, &vtxp->u.isend.req, &errflag); in vtx_issue()
63 vtxp->u.irecv.src, vtxp->u.irecv.tag, vtxp->u.irecv.comm, in vtx_issue()
80 vtxp->u.imcast.tag, vtxp->u.imcast.comm, &vtxp->u.imcast.req[i], in vtx_issue()
98 vtxp->u.issend.tag, vtxp->u.issend.comm, &vtxp->u.issend.req, in vtx_issue()
130 vtxp->u.localcopy.recvcount, vtxp->u.localcopy.recvtype); in vtx_issue()
375 MPII_Genutil_vtx_t *vtxp; in MPII_Genutil_vtx_create() local
379 vtxp = *vtx; in MPII_Genutil_vtx_create()
388 vtxp->next = NULL; in MPII_Genutil_vtx_create()
[all …]
H A Dtsp_gentran.c106 vtx_t *vtxp; in MPII_Genutil_sched_generic() local
135 vtx_t *vtxp; in MPII_Genutil_sched_isend() local
146 vtxp->u.isend.dt = dt; in MPII_Genutil_sched_isend()
166 vtx_t *vtxp; in MPII_Genutil_sched_irecv() local
199 vtx_t *vtxp; in MPII_Genutil_sched_imcast() local
216 vtxp->u.imcast.req = in MPII_Genutil_sched_imcast()
234 vtx_t *vtxp; in MPII_Genutil_sched_issend() local
260 vtx_t *vtxp; in MPII_Genutil_sched_reduce_local() local
287 vtx_t *vtxp; in MPII_Genutil_sched_localcopy() local
318 vtx_t *vtxp; in MPII_Genutil_sched_sink() local
[all …]
H A Dtsp_gentran_types.h121 typedef int (*MPII_Genutil_sched_issue_fn) (MPII_Genutil_vtx_t * vtxp, int *done);
122 typedef int (*MPII_Genutil_sched_complete_fn) (MPII_Genutil_vtx_t * vtxp, int *is_completed);
123 typedef int (*MPII_Genutil_sched_free_fn) (MPII_Genutil_vtx_t * vtxp);
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_trch.c367 for (vtxp = __vtx_freelst; vtxp != NULL;) in free_vtx_and_edge_freelsts()
785 vtxp = vtxlp->vtxp; in add_1chan_vtxes_and_edges()
847 vtxlp->vtxp = vtxp; in add_vtx_to_future_q()
1528 vtxlp->vtxp = vtxp; in add_vtx_to_offlist()
1788 vtxlp->vtxp = vtxp; in init_add_vtx_and_subtree()
2937 vtxlp->vtxp = vtxp; in add_stchan_chged_vtx()
2973 vtxp = vtxlp->vtxp; in assign_chged_vtxs()
3045 vtxp = vtxlp->vtxp; in find_chgvtx_vicinity()
3157 vtxp = vtxlp->vtxp; in stchan_trif_relax()
3351 vtxp = vtxlp->vtxp; in add_to_chg_vtx_list()
[all …]
H A Dv.h2368 struct vtx_t *vtxp; member
/dports/cad/verilator/verilator-4.216/src/
H A DV3Trace.cpp298 if (vtxp != m_alwaysVtxp && !vtxp->outBeginp()) vtxp->unlinkDelete(&m_graph); in graphSimplify()
333 UASSERT_OBJ(cfvertexp, vtxp->nodep(), in sortTraces()
347 if (!vtxp->duplicatep()) { in sortTraces()
362 traces.emplace(actSet, vtxp); in sortTraces()
460 if (const TraceActivityVertex* const vtxp in createActivityFlags() local
462 if (vtxp->activitySlow()) { in createActivityFlags()
468 } else if (!vtxp->activityAlways()) { in createActivityFlags()
469 addActivitySetter(vtxp->insertp(), vtxp->activityCode()); in createActivityFlags()
560 AstTraceDecl* const declp = vtxp->nodep(); in createFullTraceFunction()
627 if (vtxp->duplicatep()) continue; in createChgTraceFunctions()
[all …]
H A DV3Tristate.cpp153 void graphWalkRecurseFwd(TristateVertex* vtxp, int level) { in graphWalkRecurseFwd() argument
157 if (!vtxp->isTristate()) return; // tristate involved in graphWalkRecurseFwd()
158 if (vtxp->user() == 1) return; in graphWalkRecurseFwd()
159 vtxp->user(1); // Recursed in graphWalkRecurseFwd()
160 UINFO(9, " Mark tri " << level << " " << vtxp << endl); in graphWalkRecurseFwd()
161 if (!vtxp->varp()) { // not a var where we stop the recursion in graphWalkRecurseFwd()
188 void graphWalkRecurseBack(TristateVertex* vtxp, int level) { in graphWalkRecurseBack() argument
194 if (!(vtxp->isTristate() || vtxp->feedsTri())) return; // tristate involved in graphWalkRecurseBack()
195 if (vtxp->user() == 3) return; in graphWalkRecurseBack()
196 vtxp->user(3); // Recursed in graphWalkRecurseBack()
[all …]
H A DV3Split.cpp291 for (const auto& vtxp : m_stmtStackps) { in scoreboardPli() local
293 new SplitScorebdEdge(&m_graph, vtxp, m_pliVertexp); in scoreboardPli()
294 new SplitScorebdEdge(&m_graph, m_pliVertexp, vtxp); in scoreboardPli()
H A DV3Order.cpp1288 for (V3GraphVertex* vtxp = graph.verticesBeginp(); vtxp; vtxp = vtxp->verticesNextp()) { in findInputVertex() local
1289 if (auto* const ivtxp = dynamic_cast<OrderInputsVertex*>(vtxp)) return *ivtxp; in findInputVertex()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/transports/stubtran/
H A Dtsp_stubtran_types.h14 typedef int (*MPII_Stubutil_sched_issue_fn) (void *vtxp, int *done);
15 typedef int (*MPII_Stubutil_sched_complete_fn) (void *vtxp, int *is_completed);
16 typedef int (*MPII_Stubutil_sched_free_fn) (void *vtxp);
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/marvell/
H A Dgtmpsc.c949 gtmpsc_polltx_t *vtxp; in gtmpsc_intr_tx() local
1002 gtmpsc_polltx_t *vtxp; in gtmpsc_write() local
1021 vtxp->txdesc.sdma_csr = in gtmpsc_write()
1050 gtmpsc_polltx_t *vtxp; in gtmpsc_txflush() local
1136 dp = &vtxp->txdesc; in gtmpsc_txdesc_init()
1140 vtxp++; in gtmpsc_txdesc_init()
1144 dp = &vtxp->txdesc; in gtmpsc_txdesc_init()
1504 gtmpsc_polltx_t *vtxp; in gtmpsc_common_putc() local
1521 vtxp->txbuf[0] = c; in gtmpsc_common_putc()
1524 sizeof(vtxp->txbuf), in gtmpsc_common_putc()
[all …]