|
MLIR
22.0.0git
|
#include "mlir-c/Dialect/Func.h"#include "mlir-c/IR.h"#include "mlir-c/Support.h"#include "mlir/CAPI/Registration.h"#include "mlir/Dialect/Func/IR/FuncOps.h"Go to the source code of this file.
Functions | |
| void | mlirFuncSetArgAttr (MlirOperation op, intptr_t pos, MlirStringRef name, MlirAttribute attr) |
| Sets the argument attribute 'name' of an argument at index 'pos'. More... | |
| void | mlirFuncSetResultAttr (MlirOperation op, intptr_t pos, MlirStringRef name, MlirAttribute attr) |
| void mlirFuncSetArgAttr | ( | MlirOperation | op, |
| intptr_t | pos, | ||
| MlirStringRef | name, | ||
| MlirAttribute | attr | ||
| ) |
| void mlirFuncSetResultAttr | ( | MlirOperation | op, |
| intptr_t | pos, | ||
| MlirStringRef | name, | ||
| MlirAttribute | attr | ||
| ) |