libFirm
Loading...
Searching...
No Matches
Align node

Functions

ir_nodenew_rd_Align (dbg_info *dbgi, ir_graph *irg, ir_mode *mode, ir_type *type)
 Construct an Align node.
 
ir_nodenew_r_Align (ir_graph *irg, ir_mode *mode, ir_type *type)
 Construct an Align node.
 
ir_nodenew_d_Align (dbg_info *dbgi, ir_mode *mode, ir_type *type)
 Construct an Align node.
 
ir_nodenew_Align (ir_mode *mode, ir_type *type)
 Construct an Align node.
 
int is_Align (const ir_node *node)
 Test if node is a Align.
 
ir_typeget_Align_type (const ir_node *node)
 Returns type attribute of an Align node.
 
void set_Align_type (ir_node *node, ir_type *type)
 Sets type attribute of an Align node.
 
ir_opget_op_Align (void)
 Returns opcode for Align nodes.
 

Variables

ir_opop_Align
 Align opcode.
 

Detailed Description

A symbolic constant that represents the alignment of a type

Function Documentation

◆ get_Align_type()

ir_type * get_Align_type ( const ir_node * node)

Returns type attribute of an Align node.

◆ get_op_Align()

ir_op * get_op_Align ( void )

Returns opcode for Align nodes.

◆ is_Align()

int is_Align ( const ir_node * node)

Test if node is a Align.

Returns
1 if the node is a Align node, 0 otherwise

◆ new_Align()

ir_node * new_Align ( ir_mode * mode,
ir_type * type )

Construct an Align node.

Parameters
modemode of the operations result
typetype to operate on

◆ new_d_Align()

ir_node * new_d_Align ( dbg_info * dbgi,
ir_mode * mode,
ir_type * type )

Construct an Align node.

Parameters
dbgiA pointer to debug information.
modemode of the operations result
typetype to operate on

◆ new_r_Align()

ir_node * new_r_Align ( ir_graph * irg,
ir_mode * mode,
ir_type * type )

Construct an Align node.

Parameters
irgThe IR graph the node belongs to.
modemode of the operations result
typetype to operate on

◆ new_rd_Align()

ir_node * new_rd_Align ( dbg_info * dbgi,
ir_graph * irg,
ir_mode * mode,
ir_type * type )

Construct an Align node.

Parameters
dbgiA pointer to debug information.
irgThe IR graph the node belongs to.
modemode of the operations result
typetype to operate on

◆ set_Align_type()

void set_Align_type ( ir_node * node,
ir_type * type )

Sets type attribute of an Align node.

Variable Documentation

◆ op_Align

ir_op* op_Align

Align opcode.

Definition at line 424 of file nodes.h.