Home
last modified time | relevance | path

Searched refs:pIIR_ProcessStatement (Results 1 – 18 of 18) sorted by relevance

/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dvaul-parser.h466 pIIR_ProcessStatement build_condal_Process (pIIR_Identifier label,
469 pIIR_ProcessStatement build_sel_Process (pIIR_Identifier label,
490 pIIR_ProcessStatement build_conc_AssertStat (int lineno,
498 pIIR_ProcessStatement build_conc_ProcedureCall (int lineno,
504 pIIR_ProcessStatement build_Process (int lineno,
H A Dvaul-chunk.h1018pIIR_ProcessStatement mIIR_ProcessStatement (pIIR_PosInfo pos, pIIR_TextLiteral declarator, bool p…
1019pIIR_ProcessStatement mIIR_ProcessStatement (int lineno, pIIR_TextLiteral declarator, bool postpon…
1548 pIIR_ProcessStatement IIR_ProcessStatement;
H A Dfire-chunk.h838 typedef IIR_ProcessStatement *pIIR_ProcessStatement; typedef
/dports/cad/freehdl/freehdl-0.0.7/examples/v2c/
H A Dv2c-chunk.cc1025 …(v2c_generic_4_mtype) ((void (*)(pIIR_ProcessStatement, int l))&m_emit_conc_stat), // IIR_Process…
1026 …(v2c_generic_4_mtype) ((void (*)(pIIR_ProcessStatement, int l))&m_emit_conc_stat), // IIR_Sensiti…
1027 …(v2c_generic_4_mtype) ((void (*)(pIIR_ProcessStatement, int l))&m_emit_conc_stat), // IIR_Implici…
H A Dv2c-chunk.h93 void m_emit_conc_stat (pIIR_ProcessStatement , int l);
H A Dv2c.cc1744 m_emit_conc_stat (pIIR_ProcessStatement p, int l) in m_emit_conc_stat()
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dstats.cc256 pIIR_ProcessStatement
266 pIIR_ProcessStatement
323 pIIR_ProcessStatement
376 pIIR_ProcessStatement
402 pIIR_ProcessStatement
H A Dvaul-chunk.cc1399 pIIR_ProcessStatement vaul_node_creator::mIIR_ProcessStatement (pIIR_PosInfo pos, pIIR_TextLiteral … in mIIR_ProcessStatement()
1401pIIR_ProcessStatement n = new (&hist) IIR_ProcessStatement (pos, declarator, NULL, NULL, -1, NULL,… in mIIR_ProcessStatement()
1405 pIIR_ProcessStatement vaul_node_creator::mIIR_ProcessStatement (int lineno, pIIR_TextLiteral declar… in mIIR_ProcessStatement()
1407pIIR_ProcessStatement n = new (&hist) IIR_ProcessStatement (make_posinfo(lineno), declarator, NULL… in mIIR_ProcessStatement()
H A Dbison-parser.yy2819 pIIR_ProcessStatement p = build_Process (@1, $2, false);
2839 pIIR_ProcessStatement p = build_Process (@2, $3, true);
H A Dbison-parser.cc7205pIIR_ProcessStatement p = build_Process ((yylsp[(1) - (3)]), (yyvsp[(2) - (3)].tree.IIR_Expression…
7231pIIR_ProcessStatement p = build_Process ((yylsp[(2) - (4)]), (yyvsp[(3) - (4)].tree.IIR_Expression…
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-chunk.h294 void m_emit_hdr (pIIR_ProcessStatement , string& str, RegionStack & ctxt, int l);
319 void m_emit_impl (pIIR_ProcessStatement , string& str, RegionStack & ctxt, int l);
354 void m_cdfg_emit_impl (pIIR_ProcessStatement , string& str, RegionStack & ctxt, int l);
424 int m_explore_and_check (pIIR_ProcessStatement , RegionStack & rstack, bool collect_access_info);
561 void m_optimize (pIIR_ProcessStatement , RegionStack & rstack);
813 struct v2cc_IIR_ProcessStatement_ext *get_v2cc_ext (pIIR_ProcessStatement n);
814 static inline bool& has_wait_for (pIIR_ProcessStatement n) { return get_v2cc_ext (n)->has_wait_for;… in has_wait_for()
815 static inline bool& has_wait (pIIR_ProcessStatement n) { return get_v2cc_ext (n)->has_wait; } in has_wait()
H A Dv2cc-optimize.cc169 m_optimize (pIIR_ProcessStatement p, RegionStack &rstack) in m_optimize()
H A Dv2cc-chunk.cc1368 …(v2cc_generic_4_mtype) ((void (*)(pIIR_ProcessStatement, string& str, RegionStack & ctxt, int l))&…
1369 …(v2cc_generic_4_mtype) ((void (*)(pIIR_ProcessStatement, string& str, RegionStack & ctxt, int l))&…
1370 …(v2cc_generic_4_mtype) ((void (*)(pIIR_ProcessStatement, string& str, RegionStack & ctxt, int l))&…
1580 …(v2cc_generic_5_mtype) ((void (*)(pIIR_ProcessStatement, string& str, RegionStack & ctxt, int l))&…
1581 …(v2cc_generic_5_mtype) ((void (*)(pIIR_ProcessStatement, string& str, RegionStack & ctxt, int l))&…
1582 …(v2cc_generic_5_mtype) ((void (*)(pIIR_ProcessStatement, string& str, RegionStack & ctxt, int l))&…
1792 …(v2cc_generic_6_mtype) ((void (*)(pIIR_ProcessStatement, string& str, RegionStack & ctxt, int l))&…
4770 …(v2cc_generic_20_mtype) ((void (*)(pIIR_ProcessStatement, RegionStack & rstack))&m_optimize), // …
4771 …(v2cc_generic_20_mtype) ((void (*)(pIIR_ProcessStatement, RegionStack & rstack))&m_optimize), // …
4772 …(v2cc_generic_20_mtype) ((void (*)(pIIR_ProcessStatement, RegionStack & rstack))&m_optimize), // …
[all …]
H A Dv2cc-cdfg-impl.cc210 m_cdfg_emit_impl (pIIR_ProcessStatement p, string &str, RegionStack &rstack, int l) in m_cdfg_emit_impl()
H A Dv2cc.h914 void emit_process_body (pIIR_ProcessStatement p, string & str,
H A Dv2cc-explore.cc1148 m_explore_and_check (pIIR_ProcessStatement p, RegionStack &rstack, bool collect_access_info) in m_explore_and_check()
2178 has_wait_for(pIIR_ProcessStatement(base_region)) = true; in m_explore_and_check()
2188 has_wait (pIIR_ProcessStatement(base_region)) = true; in m_explore_and_check()
3296 has_wait_for (pIIR_ProcessStatement(base_region)) |= has_wait_for (pc->procedure); in m_explore_and_check()
3297 has_wait (pIIR_ProcessStatement(base_region)) |= has_wait (pc->procedure); in m_explore_and_check()
H A Dv2cc-impl.cc1383 pIIR_ProcessStatement p = pIIR_ProcessStatement(s->first); // !!! in emit_concurrent_statement_constructors()
1633 m_emit_impl (pIIR_ProcessStatement p, string &str, RegionStack &rstack, int l) in m_emit_impl()
1917 emit_process_body (pIIR_ProcessStatement p, string &str, RegionStack &rstack, int l) in emit_process_body()
H A Dv2cc-decl.cc946 m_emit_hdr (pIIR_ProcessStatement p, string &str, RegionStack &rstack, int l) in m_emit_hdr()