libFirm
|
A symbolic constant that represents the alignment of a type. More...
Functions | |
ir_node * | new_rd_Align (dbg_info *dbgi, ir_graph *irg, ir_mode *mode, ir_type *type) |
Construct an Align node. More... | |
ir_node * | new_r_Align (ir_graph *irg, ir_mode *mode, ir_type *type) |
Construct an Align node. More... | |
ir_node * | new_d_Align (dbg_info *dbgi, ir_mode *mode, ir_type *type) |
Construct an Align node. More... | |
ir_node * | new_Align (ir_mode *mode, ir_type *type) |
Construct an Align node. More... | |
int | is_Align (const ir_node *node) |
Test if node is a Align. More... | |
ir_type * | get_Align_type (const ir_node *node) |
Returns type attribute of an Align node. More... | |
void | set_Align_type (ir_node *node, ir_type *type) |
Sets type attribute of an Align node. More... | |
ir_op * | get_op_Align (void) |
Returns opcode for Align nodes. More... | |
Variables | |
ir_op * | op_Align |
Align opcode. More... | |
A symbolic constant that represents the alignment of a type.
Returns type attribute of an Align node.
Definition at line 2970 of file gen_irnode.c.
ir_op* get_op_Align | ( | void | ) |
int is_Align | ( | const ir_node * | node | ) |
Test if node is a Align.
Definition at line 2965 of file gen_irnode.c.
Construct an Align node.
mode | mode of the operations result |
type | type to operate on |
Definition at line 173 of file gen_irnode.c.
References new_d_Align(), and op_Align.
Construct an Align node.
dbgi | A pointer to debug information. |
mode | mode of the operations result |
type | type to operate on |
Definition at line 166 of file gen_irnode.c.
References current_ir_graph, IR_GRAPH_CONSTRAINT_CONSTRUCTION, irg_is_constrained(), and new_rd_Align().
Referenced by new_Align().
Construct an Align node.
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
type | type to operate on |
Definition at line 161 of file gen_irnode.c.
References new_rd_Align().
Construct an Align node.
dbgi | A pointer to debug information. |
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
type | type to operate on |
Definition at line 147 of file gen_irnode.c.
References get_irg_start_block(), new_ir_node(), op_Align, optimize_node(), and verify_new_node().
Referenced by new_d_Align(), and new_r_Align().
Sets type attribute of an Align node.
Definition at line 2975 of file gen_irnode.c.
ir_op* op_Align |
Align opcode.
Definition at line 353 of file nodes.h.
Referenced by get_op_Align(), new_Align(), new_rd_Align(), and set_typeconst_type().