Searched refs:mlirOperationStateAddAttributes (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 113 mlirOperationStateAddAttributes(&funcState, 2, funcAttrs); in makeAndDumpAdd() 128 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in makeAndDumpAdd() 155 mlirOperationStateAddAttributes(&constOneState, 1, &indexOneValueAttr); in makeAndDumpAdd() 609 mlirOperationStateAddAttributes(&state, 1, &valueAttr); in createOperationWithTypeInference() 1684 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in testOperands() 1696 mlirOperationStateAddAttributes(&constOneState, 1, &indexOneValueAttr); in testOperands() 1752 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in testClone() 1842 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in testTypeID()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | IR.h | 346 mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n,
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 276 void mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n, in mlirOperationStateAddAttributes() function
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRCore.cpp | 1211 mlirOperationStateAddAttributes(&state, mlirNamedAttributes.size(), in create()
|