func dialect
← Dialect reference
Program structure operations.
| Property |
Value |
| Bytecode dialect ID |
0x06 |
| Registered by default |
yes |
| Operations |
7 |
Operations
| Operation |
Summary |
func.apply |
Compile-time implementation demand. |
func.call |
Function-like symbol call. |
func.decl |
External function declaration. |
func.def |
Function definition. |
func.return |
Return values from function body. |
func.template |
Constraint-matched visible implementation of an abstract op. |
func.ukernel |
Constraint-matched opaque implementation of an abstract op. |