Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c125 MlirOperationState constZeroState = mlirOperationStateGet( in makeAndDumpAdd() local
127 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in makeAndDumpAdd()
129 MlirOperation constZero = mlirOperationCreate(&constZeroState); in makeAndDumpAdd()
1681 MlirOperationState constZeroState = mlirOperationStateGet( in testOperands() local
1683 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in testOperands()
1685 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testOperands()
1749 MlirOperationState constZeroState = mlirOperationStateGet( in testClone() local
1751 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in testClone()
1753 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testClone()
1839 MlirOperationState constZeroState = mlirOperationStateGet( in testTypeID() local
[all …]