libFirm
|
Symbolic constant that represents the offset of an entity in its owner type. More...
Functions | |
ir_node * | new_rd_Offset (dbg_info *dbgi, ir_graph *irg, ir_mode *mode, ir_entity *entity) |
Construct an Offset node. More... | |
ir_node * | new_r_Offset (ir_graph *irg, ir_mode *mode, ir_entity *entity) |
Construct an Offset node. More... | |
ir_node * | new_d_Offset (dbg_info *dbgi, ir_mode *mode, ir_entity *entity) |
Construct an Offset node. More... | |
ir_node * | new_Offset (ir_mode *mode, ir_entity *entity) |
Construct an Offset node. More... | |
int | is_Offset (const ir_node *node) |
Test if node is a Offset. More... | |
ir_entity * | get_Offset_entity (const ir_node *node) |
Returns entity attribute of an Offset node. More... | |
void | set_Offset_entity (ir_node *node, ir_entity *entity) |
Sets entity attribute of an Offset node. More... | |
ir_op * | get_op_Offset (void) |
Returns opcode for Offset nodes. More... | |
Variables | |
ir_op * | op_Offset |
Offset opcode. More... | |
Symbolic constant that represents the offset of an entity in its owner type.
Returns entity attribute of an Offset node.
Definition at line 3334 of file gen_irnode.c.
ir_op* get_op_Offset | ( | void | ) |
Returns opcode for Offset nodes.
Definition at line 1922 of file gen_irnode.c.
References op_Offset.
int is_Offset | ( | const ir_node * | node | ) |
Test if node is a Offset.
Definition at line 3329 of file gen_irnode.c.
Construct an Offset node.
dbgi | A pointer to debug information. |
mode | mode of the operations result |
entity | entity to operate on |
Definition at line 1910 of file gen_irnode.c.
References current_ir_graph, IR_GRAPH_CONSTRAINT_CONSTRUCTION, irg_is_constrained(), and new_rd_Offset().
Referenced by new_Offset().
Construct an Offset node.
mode | mode of the operations result |
entity | entity to operate on |
Definition at line 1917 of file gen_irnode.c.
References new_d_Offset().
Construct an Offset node.
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
entity | entity to operate on |
Definition at line 1905 of file gen_irnode.c.
References new_rd_Offset().
Construct an Offset node.
dbgi | A pointer to debug information. |
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
entity | entity to operate on |
Definition at line 1891 of file gen_irnode.c.
References get_irg_start_block(), new_ir_node(), op_Offset, optimize_node(), and verify_new_node().
Referenced by new_d_Offset(), and new_r_Offset().
Sets entity attribute of an Offset node.
Definition at line 3339 of file gen_irnode.c.
ir_op* op_Offset |
Offset opcode.
Definition at line 2879 of file nodes.h.
Referenced by get_op_Offset(), and new_rd_Offset().