Home
last modified time | relevance | path

Searched refs:mlirOperationStateAddAttributes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c113 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 DIR.h346 mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp276 void mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n, in mlirOperationStateAddAttributes() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1211 mlirOperationStateAddAttributes(&state, mlirNamedAttributes.size(), in create()