Converts values between modes.
More...
Enumerations |
| enum | n_Conv { n_Conv_op,
n_Conv_max = n_Conv_op
} |
| | Input numbers for Conv node. More...
|
Detailed Description
Converts values between modes.
Enumeration Type Documentation
Input numbers for Conv node.
Definition at line 1257 of file nodeops.h.
Function Documentation
Returns op input of a Conv node.
| ir_op* get_op_Conv |
( |
void |
| ) |
|
Returns opcode for Conv nodes.
| int is_Conv |
( |
const ir_node * |
node | ) |
|
Test if node is a Conv.
- Returns
- 1 if the node is a Conv node, 0 otherwise
Construct a Conv node.
- Parameters
-
| irn_op | operand |
| mode | mode of the operations result |
Construct a Conv node.
- Parameters
-
| dbgi | A pointer to debug information. |
| irn_op | operand |
| mode | mode of the operations result |
Construct a Conv node.
- Parameters
-
| block | The IR block the node belongs to. |
| irn_op | operand |
| mode | mode of the operations result |
Construct a Conv node.
- Parameters
-
| dbgi | A pointer to debug information. |
| block | The IR block the node belongs to. |
| irn_op | operand |
| mode | mode of the operations result |
Sets op input of a Conv node.
Variable Documentation