Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c129 MlirOperation constZero = mlirOperationCreate(&constZeroState); in makeAndDumpAdd() local
130 mlirBlockAppendOwnedOperation(funcBody, constZero); in makeAndDumpAdd()
133 MlirValue constZeroValue = mlirOperationGetResult(constZero, 0); in makeAndDumpAdd()
1725 mlirOperationDestroy(constZero); in testOperands()
1757 MlirOperation constOne = mlirOperationClone(constZero); in testClone()
1760 mlirOperationPrint(constZero, printToStderr, NULL); in testClone()
1765 mlirOperationDestroy(constZero); in testClone()
1845 if (!mlirOperationVerify(constZero)) { in testTypeID()
1850 if (mlirOperationIsNull(constZero)) { in testTypeID()
1855 MlirTypeID registeredOpID = mlirOperationGetTypeID(constZero); in testTypeID()
[all …]
/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp314 auto constZero = rewriter.create<LLVM::ConstantOp>( in matchAndRewrite() local
320 op, token, ValueRange({constZero, nullPtr, nullPtr, nullPtr})); in matchAndRewrite()