Searched refs:mlirOperationStateAddAttributes (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/test/CAPI/ |
D | ir.c | 98 mlirOperationStateAddAttributes(&funcState, 2, funcAttrs); in makeAndDumpAdd() 112 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in makeAndDumpAdd() 137 mlirOperationStateAddAttributes(&constOneState, 1, &indexOneValueAttr); in makeAndDumpAdd()
|
/external/llvm-project/mlir/include/mlir-c/ |
D | IR.h | 245 mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n,
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | IR.cpp | 213 void mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n, in mlirOperationStateAddAttributes() function
|
/external/llvm-project/mlir/lib/Bindings/Python/ |
D | IRModules.cpp | 967 mlirOperationStateAddAttributes(&state, mlirNamedAttributes.size(), in create()
|