libFirm
gen_proj_names.h
1 /* Warning: Automatically generated file */
2 
3 static const pns_lookup_t Alloc_lut[] = {
4  { pn_Alloc_M, "M" },
5  { pn_Alloc_res, "res" },
6 };
7 
8 static const pns_lookup_t Builtin_lut[] = {
9  { pn_Builtin_M, "M" },
10 };
11 
12 static const pns_lookup_t Call_lut[] = {
13  { pn_Call_M, "M" },
14  { pn_Call_T_result, "T_result" },
15  { pn_Call_X_regular, "X_regular" },
16  { pn_Call_X_except, "X_except" },
17 };
18 
19 static const pns_lookup_t Cond_lut[] = {
20  { pn_Cond_false, "false" },
21  { pn_Cond_true, "true" },
22 };
23 
24 static const pns_lookup_t Div_lut[] = {
25  { pn_Div_M, "M" },
26  { pn_Div_res, "res" },
27  { pn_Div_X_regular, "X_regular" },
28  { pn_Div_X_except, "X_except" },
29 };
30 
31 static const pns_lookup_t Load_lut[] = {
32  { pn_Load_M, "M" },
33  { pn_Load_res, "res" },
34  { pn_Load_X_regular, "X_regular" },
35  { pn_Load_X_except, "X_except" },
36 };
37 
38 static const pns_lookup_t Mod_lut[] = {
39  { pn_Mod_M, "M" },
40  { pn_Mod_res, "res" },
41  { pn_Mod_X_regular, "X_regular" },
42  { pn_Mod_X_except, "X_except" },
43 };
44 
45 static const pns_lookup_t Raise_lut[] = {
46  { pn_Raise_M, "M" },
47  { pn_Raise_X, "X" },
48 };
49 
50 static const pns_lookup_t Start_lut[] = {
51  { pn_Start_M, "M" },
52  { pn_Start_P_frame_base, "P_frame_base" },
53  { pn_Start_T_args, "T_args" },
54 };
55 
56 static const pns_lookup_t Store_lut[] = {
57  { pn_Store_M, "M" },
58  { pn_Store_X_regular, "X_regular" },
59  { pn_Store_X_except, "X_except" },
60 };
61 
62 static const pns_lookup_t Switch_lut[] = {
63  { pn_Switch_default, "default" },
64 };
65 
66 
67 static const proj_lookup_t proj_lut[] = {
68  { iro_Alloc, ARRAY_SIZE(Alloc_lut), Alloc_lut },
69  { iro_Builtin, ARRAY_SIZE(Builtin_lut), Builtin_lut },
70  { iro_Call, ARRAY_SIZE(Call_lut), Call_lut },
71  { iro_Cond, ARRAY_SIZE(Cond_lut), Cond_lut },
72  { iro_Div, ARRAY_SIZE(Div_lut), Div_lut },
73  { iro_Load, ARRAY_SIZE(Load_lut), Load_lut },
74  { iro_Mod, ARRAY_SIZE(Mod_lut), Mod_lut },
75  { iro_Raise, ARRAY_SIZE(Raise_lut), Raise_lut },
76  { iro_Start, ARRAY_SIZE(Start_lut), Start_lut },
77  { iro_Store, ARRAY_SIZE(Store_lut), Store_lut },
78  { iro_Switch, ARRAY_SIZE(Switch_lut), Switch_lut },
79 };
control flow to exception handler
Definition: nodes.h:3163
memory result
Definition: nodes.h:831
control flow when no exception occurs
Definition: nodes.h:2358
control flow if operand is "true"
Definition: nodes.h:1136
Definition: nodes.h:42
control flow when exception occured
Definition: nodes.h:3772
memory result
Definition: nodes.h:2089
memory result
Definition: nodes.h:1558
tuple containing all results
Definition: nodes.h:943
memory result
Definition: nodes.h:380
function arguments
Definition: nodes.h:3703
Definition: nodes.h:25
control flow when no exception occurs
Definition: nodes.h:2091
pointer to newly allocated memory
Definition: nodes.h:381
result of computation
Definition: nodes.h:2357
result of load operation
Definition: nodes.h:2090
Definition: nodes.h:31
control flow if operand is "false"
Definition: nodes.h:1135
control flow when exception occured
Definition: nodes.h:2359
control flow if no other case matches
Definition: nodes.h:3961
memory result
Definition: nodes.h:2356
memory result
Definition: nodes.h:942
control flow when no exception occurs
Definition: nodes.h:1560
Definition: nodes.h:39
memory result
Definition: nodes.h:3770
control flow when no exception occurs
Definition: nodes.h:944
result of computation
Definition: nodes.h:1559
Definition: nodes.h:23
control flow when exception occurred
Definition: nodes.h:2092
control flow when exception occured
Definition: nodes.h:1561
memory result
Definition: nodes.h:3162
control flow when no exception occurs
Definition: nodes.h:3771
initial memory
Definition: nodes.h:3701
frame base pointer
Definition: nodes.h:3702
control flow when exception occured
Definition: nodes.h:945