libFirm
|
A symbolic constant that represents the size of a type. More...
Functions | |
ir_node * | new_rd_Size (dbg_info *dbgi, ir_graph *irg, ir_mode *mode, ir_type *type) |
Construct a Size node. More... | |
ir_node * | new_r_Size (ir_graph *irg, ir_mode *mode, ir_type *type) |
Construct a Size node. More... | |
ir_node * | new_d_Size (dbg_info *dbgi, ir_mode *mode, ir_type *type) |
Construct a Size node. More... | |
ir_node * | new_Size (ir_mode *mode, ir_type *type) |
Construct a Size node. More... | |
int | is_Size (const ir_node *node) |
Test if node is a Size. More... | |
ir_type * | get_Size_type (const ir_node *node) |
Returns type attribute of a Size node. More... | |
void | set_Size_type (ir_node *node, ir_type *type) |
Sets type attribute of a Size node. More... | |
ir_op * | get_op_Size (void) |
Returns opcode for Size nodes. More... | |
Variables | |
ir_op * | op_Size |
Size opcode. More... | |
A symbolic constant that represents the size of a type.
ir_op* get_op_Size | ( | void | ) |
Returns type attribute of a Size node.
Definition at line 3429 of file gen_irnode.c.
int is_Size | ( | const ir_node * | node | ) |
Test if node is a Size.
Definition at line 3424 of file gen_irnode.c.
Construct a Size node.
dbgi | A pointer to debug information. |
mode | mode of the operations result |
type | type to operate on |
Definition at line 2518 of file gen_irnode.c.
References current_ir_graph, IR_GRAPH_CONSTRAINT_CONSTRUCTION, irg_is_constrained(), and new_rd_Size().
Referenced by new_Size().
Construct a Size node.
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
type | type to operate on |
Definition at line 2513 of file gen_irnode.c.
References new_rd_Size().
Construct a Size 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 2499 of file gen_irnode.c.
References get_irg_start_block(), new_ir_node(), op_Size, optimize_node(), and verify_new_node().
Referenced by new_d_Size(), and new_r_Size().
Construct a Size node.
mode | mode of the operations result |
type | type to operate on |
Definition at line 2525 of file gen_irnode.c.
References new_d_Size().
Sets type attribute of a Size node.
Definition at line 3434 of file gen_irnode.c.
ir_op* op_Size |
Size opcode.
Definition at line 3738 of file nodes.h.
Referenced by get_op_Size(), and new_rd_Size().