Home
last modified time | relevance | path

Searched refs:NetEUFunc (Results 1 – 15 of 15) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Ddup_expr.cc277 NetEUFunc* NetEUFunc::dup_expr() const in dup_expr()
279 NetEUFunc*tmp; in dup_expr()
287 tmp = new NetEUFunc(scope_, func_, result_sig_->dup_expr(), tmp_parms, in dup_expr()
H A Dnetlist.cc2197 NetEUFunc::NetEUFunc(NetScope*scope, NetScope*def, NetESignal*res, in NetEUFunc() function in NetEUFunc
2204 NetEUFunc::~NetEUFunc() in ~NetEUFunc()
2210 const string NetEUFunc::name() const
2215 const NetESignal*NetEUFunc::result_sig() const in result_sig()
2220 unsigned NetEUFunc::parm_count() const in parm_count()
2225 const NetExpr* NetEUFunc::parm(unsigned idx) const in parm()
2231 const NetScope* NetEUFunc::func() const in func()
2236 ivl_variable_type_t NetEUFunc::expr_type() const in expr_type()
2244 const netenum_t* NetEUFunc::enumeration() const in enumeration()
H A Dtarget.h178 virtual void expr_ufunc(const NetEUFunc*);
H A Dtarget.cc573 void expr_scan_t::expr_ufunc(const NetEUFunc*) in expr_ufunc() argument
H A Dnetlist.h3866 class NetEUFunc : public NetExpr {
3869 NetEUFunc(NetScope*, NetScope*, NetESignal*, std::vector<NetExpr*>&, bool);
3870 ~NetEUFunc();
3884 virtual NetEUFunc*dup_expr() const;
3901 NetEUFunc(const NetEUFunc&);
3902 NetEUFunc& operator= (const NetEUFunc&);
H A Demit.cc686 void NetEUFunc::expr_scan(struct expr_scan_t*tgt) const in expr_scan()
H A Dnet_nex_input.cc256 NexusSet* NetEUFunc::nex_input(bool rem_out, bool always_sens, bool nested_func) const in nex_input()
H A Delab_expr.cc2487 NetEUFunc*func = new NetEUFunc(scope, dscope, eres, parms, need_const); in elaborate_base_()
2749 NetEUFunc*call = new NetEUFunc(scope, func, eres, parms, false); in elaborate_expr_method_()
5769 NetEUFunc*tmp = new NetEUFunc(scope, new1_scope, eres, parms1, true); in elaborate_expr_constructor_()
5856 NetEUFunc*con = new NetEUFunc(scope, new_scope, eres, parms, true); in elaborate_expr_constructor_()
H A Dt-dll.h158 void expr_ufunc(const NetEUFunc*);
H A Dt-dll-expr.cc646 void dll_target::expr_ufunc(const NetEUFunc*net) in expr_ufunc()
H A Dnet_func_eval.cc1090 NetExpr* NetEUFunc::evaluate_function(const LineInfo&loc, in evaluate_function()
H A Delaborate.cc3266 NetEUFunc*tmp = new NetEUFunc(scope, new_scope, eres, parms, true); in elaborate()
3314 NetEUFunc*tmp = new NetEUFunc(scope, new_scope, eres, parms, true); in elaborate()
H A Dexpr_synth.cc1458 NetNet* NetEUFunc::synthesize(Design*des, NetScope*scope, NetExpr*root) in synthesize()
H A Ddesign_dump.cc1910 void NetEUFunc::dump(ostream&o) const in dump()
H A Deval_tree.cc2436 NetExpr* NetEUFunc::eval_tree() in eval_tree()