Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c98 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/
DIR.h245 mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp213 void mlirOperationStateAddAttributes(MlirOperationState *state, intptr_t n, in mlirOperationStateAddAttributes() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp967 mlirOperationStateAddAttributes(&state, mlirNamedAttributes.size(), in create()