Home
last modified time | relevance | path

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

/dports/cad/nvc/nvc-r1.5.3/test/
H A Dtest_lower.c330 static vcode_unit_t find_unit(tree_t t) in find_unit()
561 vcode_unit_t vc = find_unit(e); in START_TEST()
828 vcode_unit_t v0 = find_unit(add1); in START_TEST()
1035 vcode_unit_t v0 = find_unit(p); in START_TEST()
1056 vcode_unit_t v0 = find_unit(f1); in START_TEST()
1075 vcode_unit_t v0 = find_unit(f2); in START_TEST()
2150 vcode_unit_t v0 = find_unit(e); in START_TEST()
2209 vcode_unit_t v0 = find_unit(e); in START_TEST()
2330 vcode_unit_t v0 = find_unit(e); in START_TEST()
2346 vcode_unit_t v0 = find_unit(e); in START_TEST()
[all …]
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dvcode.h172 vcode_unit_t unit;
243 vcode_unit_t vcode_unit_next(vcode_unit_t unit);
244 vcode_unit_t vcode_unit_child(vcode_unit_t unit);
251 void vcode_select_unit(vcode_unit_t vu);
265 vcode_unit_t vcode_active_unit(void);
266 vcode_unit_t vcode_unit_context(void);
328 vcode_unit_t emit_function(ident_t name, vcode_unit_t context,
330 vcode_unit_t emit_procedure(ident_t name, vcode_unit_t context);
331 vcode_unit_t emit_process(ident_t name, vcode_unit_t context);
332 vcode_unit_t emit_context(ident_t name);
[all …]
H A Dphase.h65 void cgen(tree_t top, vcode_unit_t vu);
93 vcode_unit_t lower_unit(tree_t unit);
96 vcode_unit_t lower_thunk(tree_t fcall);
99 vcode_unit_t lower_func(tree_t body);
H A Dvcode.c201 vcode_unit_t context;
212 vcode_unit_t children;
213 vcode_unit_t next;
573 vcode_unit_t it; in vcode_unit_unref()
621 vcode_unit_t vcode_unit_next(vcode_unit_t unit) in vcode_unit_next()
626 vcode_unit_t vcode_unit_child(vcode_unit_t unit) in vcode_unit_child()
2730 static void vcode_add_child(vcode_unit_t context, vcode_unit_t child) in vcode_add_child()
2739 vcode_unit_t it; in vcode_add_child()
2746 vcode_unit_t emit_function(ident_t name, vcode_unit_t context, in emit_function()
2768 vcode_unit_t emit_procedure(ident_t name, vcode_unit_t context) in emit_procedure()
[all …]
H A Dprim.h67 typedef struct vcode_unit *vcode_unit_t; typedef
H A Dlower.c88 static vcode_unit_t lower_func_body(tree_t body, vcode_unit_t context);
4667 static vcode_unit_t lower_find_subprogram(ident_t name, vcode_unit_t context) in lower_find_subprogram()
4669 vcode_unit_t vu = vcode_find_unit(name); in lower_find_subprogram()
4723 static vcode_unit_t lower_func_body(tree_t body, vcode_unit_t context) in lower_func_body()
4973 static vcode_unit_t lower_elab(tree_t unit) in lower_elab()
4994 static vcode_unit_t lower_pack_body(tree_t unit) in lower_pack_body()
5006 static vcode_unit_t lower_package(tree_t unit) in lower_package()
5030 vcode_unit_t lower_unit(tree_t unit) in lower_unit()
5038 vcode_unit_t context = NULL; in lower_unit()
5062 vcode_unit_t lower_thunk(tree_t expr) in lower_thunk()
[all …]
H A Dlib.h65 void lib_save_vcode(lib_t lib, vcode_unit_t vu, ident_t unit_name);
H A Dnvc.c191 vcode_unit_t vu = lower_unit(units[i]); in analyse()
335 vcode_unit_t vu = lower_unit(e); in elaborate()
H A Deval.c132 static vcode_unit_t eval_find_unit(ident_t func_name, eval_flags_t flags) in eval_find_unit()
134 vcode_unit_t vcode = vcode_find_unit(func_name); in eval_find_unit()
918 vcode_unit_t vcode = eval_find_unit(func_name, state->flags); in eval_op_fcall()
2314 vcode_unit_t thunk = lower_thunk(expr); in eval()
H A Dcgen.c486 static LLVMTypeRef cgen_display_type(vcode_unit_t unit) in cgen_display_type()
3300 static void cgen_process(vcode_unit_t code) in cgen_process()
3470 static void cgen_subprograms(vcode_unit_t vcode) in cgen_subprograms()
3478 for (vcode_unit_t it = vcode_unit_child(vcode); in cgen_subprograms()
3571 static void cgen_top(tree_t t, vcode_unit_t vcode) in cgen_top()
4108 void cgen(tree_t top, vcode_unit_t vcode) in cgen()
H A Dlib.c731 void lib_save_vcode(lib_t lib, vcode_unit_t vu, ident_t unit_name) in lib_save_vcode()