Searched refs:NetEUFunc (Results 1 – 15 of 15) sorted by relevance
/dports/cad/iverilog/verilog-11.0/ |
H A D | dup_expr.cc | 277 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 D | netlist.cc | 2197 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 D | target.h | 178 virtual void expr_ufunc(const NetEUFunc*);
|
H A D | target.cc | 573 void expr_scan_t::expr_ufunc(const NetEUFunc*) in expr_ufunc() argument
|
H A D | netlist.h | 3866 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 D | emit.cc | 686 void NetEUFunc::expr_scan(struct expr_scan_t*tgt) const in expr_scan()
|
H A D | net_nex_input.cc | 256 NexusSet* NetEUFunc::nex_input(bool rem_out, bool always_sens, bool nested_func) const in nex_input()
|
H A D | elab_expr.cc | 2487 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 D | t-dll.h | 158 void expr_ufunc(const NetEUFunc*);
|
H A D | t-dll-expr.cc | 646 void dll_target::expr_ufunc(const NetEUFunc*net) in expr_ufunc()
|
H A D | net_func_eval.cc | 1090 NetExpr* NetEUFunc::evaluate_function(const LineInfo&loc, in evaluate_function()
|
H A D | elaborate.cc | 3266 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 D | expr_synth.cc | 1458 NetNet* NetEUFunc::synthesize(Design*des, NetScope*scope, NetExpr*root) in synthesize()
|
H A D | design_dump.cc | 1910 void NetEUFunc::dump(ostream&o) const in dump()
|
H A D | eval_tree.cc | 2436 NetExpr* NetEUFunc::eval_tree() in eval_tree()
|