Converts values between modes
◆ n_Conv
Input numbers for Conv node.
Enumerator |
---|
n_Conv_op | operand
|
n_Conv_max | |
Definition at line 1425 of file nodes.h.
◆ get_Conv_op()
Returns op input of a Conv node.
◆ get_op_Conv()
ir_op * get_op_Conv |
( |
void | | ) |
|
Returns opcode for Conv nodes.
◆ is_Conv()
int is_Conv |
( |
const ir_node * | node | ) |
|
Test if node is a Conv.
- Returns
- 1 if the node is a Conv node, 0 otherwise
◆ new_Conv()
Construct a Conv node.
- Parameters
-
irn_op | op |
mode | mode of the operations result |
◆ new_d_Conv()
Construct a Conv node.
- Parameters
-
dbgi | A pointer to debug information. |
irn_op | op |
mode | mode of the operations result |
◆ new_r_Conv()
Construct a Conv node.
- Parameters
-
block | The IR block the node belongs to. |
irn_op | op |
mode | mode of the operations result |
◆ new_rd_Conv()
Construct a Conv node.
- Parameters
-
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
irn_op | op |
mode | mode of the operations result |
◆ set_Conv_op()
Sets op input of a Conv node.
◆ op_Conv