libFirm
|
Functions | |
ir_node * | new_rd_Offset (dbg_info *dbgi, ir_graph *irg, ir_mode *mode, ir_entity *entity) |
Construct an Offset node. | |
ir_node * | new_r_Offset (ir_graph *irg, ir_mode *mode, ir_entity *entity) |
Construct an Offset node. | |
ir_node * | new_d_Offset (dbg_info *dbgi, ir_mode *mode, ir_entity *entity) |
Construct an Offset node. | |
ir_node * | new_Offset (ir_mode *mode, ir_entity *entity) |
Construct an Offset node. | |
int | is_Offset (const ir_node *node) |
Test if node is a Offset. | |
ir_entity * | get_Offset_entity (const ir_node *node) |
Returns entity attribute of an Offset node. | |
void | set_Offset_entity (ir_node *node, ir_entity *entity) |
Sets entity attribute of an Offset node. | |
ir_op * | get_op_Offset (void) |
Returns opcode for Offset nodes. | |
Variables | |
ir_op * | op_Offset |
Offset opcode. | |
Symbolic constant that represents the offset of an entity in its owner type.
ir_op * get_op_Offset | ( | void | ) |
Returns opcode for Offset nodes.
int is_Offset | ( | const ir_node * | node | ) |
Test if node is a Offset.
Construct an Offset node.
dbgi | A pointer to debug information. |
mode | mode of the operations result |
entity | entity to operate on |
Construct an Offset node.
mode | mode of the operations result |
entity | entity to operate on |
Construct an Offset node.
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
entity | entity to operate on |
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 |
Sets entity attribute of an Offset node.