libFirm
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
gen_proj_names.h
1 /* Warning: Automatically generated file */
2 
3 static const pns_lookup_t ASM_lut[] = {
4  { pn_ASM_M, "M" },
5  { pn_ASM_first_out, "first_out" },
6 };
7 
8 static const pns_lookup_t Alloc_lut[] = {
9  { pn_Alloc_M, "M" },
10  { pn_Alloc_res, "res" },
11 };
12 
13 static const pns_lookup_t Builtin_lut[] = {
14  { pn_Builtin_M, "M" },
15 };
16 
17 static const pns_lookup_t Call_lut[] = {
18  { pn_Call_M, "M" },
19  { pn_Call_T_result, "T_result" },
20  { pn_Call_X_regular, "X_regular" },
21  { pn_Call_X_except, "X_except" },
22 };
23 
24 static const pns_lookup_t Cond_lut[] = {
25  { pn_Cond_false, "false" },
26  { pn_Cond_true, "true" },
27 };
28 
29 static const pns_lookup_t Div_lut[] = {
30  { pn_Div_M, "M" },
31  { pn_Div_res, "res" },
32  { pn_Div_X_regular, "X_regular" },
33  { pn_Div_X_except, "X_except" },
34 };
35 
36 static const pns_lookup_t Load_lut[] = {
37  { pn_Load_M, "M" },
38  { pn_Load_res, "res" },
39  { pn_Load_X_regular, "X_regular" },
40  { pn_Load_X_except, "X_except" },
41 };
42 
43 static const pns_lookup_t Mod_lut[] = {
44  { pn_Mod_M, "M" },
45  { pn_Mod_res, "res" },
46  { pn_Mod_X_regular, "X_regular" },
47  { pn_Mod_X_except, "X_except" },
48 };
49 
50 static const pns_lookup_t Raise_lut[] = {
51  { pn_Raise_M, "M" },
52  { pn_Raise_X, "X" },
53 };
54 
55 static const pns_lookup_t Start_lut[] = {
56  { pn_Start_M, "M" },
57  { pn_Start_P_frame_base, "P_frame_base" },
58  { pn_Start_T_args, "T_args" },
59 };
60 
61 static const pns_lookup_t Store_lut[] = {
62  { pn_Store_M, "M" },
63  { pn_Store_X_regular, "X_regular" },
64  { pn_Store_X_except, "X_except" },
65 };
66 
67 static const pns_lookup_t Switch_lut[] = {
68  { pn_Switch_default, "default" },
69 };
70 
71 
72 static const proj_lookup_t proj_lut[] = {
73  { iro_ASM, ARRAY_SIZE(ASM_lut), ASM_lut },
74  { iro_Alloc, ARRAY_SIZE(Alloc_lut), Alloc_lut },
75  { iro_Builtin, ARRAY_SIZE(Builtin_lut), Builtin_lut },
76  { iro_Call, ARRAY_SIZE(Call_lut), Call_lut },
77  { iro_Cond, ARRAY_SIZE(Cond_lut), Cond_lut },
78  { iro_Div, ARRAY_SIZE(Div_lut), Div_lut },
79  { iro_Load, ARRAY_SIZE(Load_lut), Load_lut },
80  { iro_Mod, ARRAY_SIZE(Mod_lut), Mod_lut },
81  { iro_Raise, ARRAY_SIZE(Raise_lut), Raise_lut },
82  { iro_Start, ARRAY_SIZE(Start_lut), Start_lut },
83  { iro_Store, ARRAY_SIZE(Store_lut), Store_lut },
84  { iro_Switch, ARRAY_SIZE(Switch_lut), Switch_lut },
85 };
tuple containing all results
Definition: nodes.h:947
control flow when exception occurred
Definition: nodes.h:3776
Definition: nodes.h:25
control flow when no exception occurs
Definition: nodes.h:2095
memory result
Definition: nodes.h:122
Definition: nodes.h:23
control flow if operand is "true"
Definition: nodes.h:1140
control flow when exception occurred
Definition: nodes.h:2363
memory result
Definition: nodes.h:2360
control flow to exception handler
Definition: nodes.h:3167
memory result
Definition: nodes.h:3166
Definition: nodes.h:12
memory result
Definition: nodes.h:384
memory result
Definition: nodes.h:946
first output
Definition: nodes.h:123
Definition: nodes.h:42
control flow when no exception occurs
Definition: nodes.h:2362
memory result
Definition: nodes.h:835
control flow if no other case matches
Definition: nodes.h:3965
control flow when exception occurred
Definition: nodes.h:1565
memory result
Definition: nodes.h:2093
control flow when no exception occurs
Definition: nodes.h:1564
Definition: nodes.h:39
result of computation
Definition: nodes.h:2361
memory result
Definition: nodes.h:3774
control flow when exception occurred
Definition: nodes.h:949
frame base pointer
Definition: nodes.h:3706
pointer to newly allocated memory
Definition: nodes.h:385
control flow if operand is "false"
Definition: nodes.h:1139
control flow when no exception occurs
Definition: nodes.h:948
result of load operation
Definition: nodes.h:2094
memory result
Definition: nodes.h:1562
control flow when no exception occurs
Definition: nodes.h:3775
initial memory
Definition: nodes.h:3705
result of computation
Definition: nodes.h:1563
control flow when exception occurred
Definition: nodes.h:2096
function arguments
Definition: nodes.h:3707
Definition: nodes.h:31