Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp955 StoreOpAdaptor storeOperands(operands); in matchAndRewrite() local
962 spirv::getElementPtr(typeConverter, memrefType, storeOperands.memref(), in matchAndRewrite()
963 storeOperands.indices(), loc, rewriter); in matchAndRewrite()
977 storeOp, accessChainOp.getResult(), storeOperands.value()); in matchAndRewrite()
1005 shiftValue(loc, storeOperands.value(), offset, mask, dstBits, rewriter); in matchAndRewrite()
1033 StoreOpAdaptor storeOperands(operands); in matchAndRewrite() local
1038 spirv::getElementPtr(typeConverter, memrefType, storeOperands.memref(), in matchAndRewrite()
1039 storeOperands.indices(), storeOp.getLoc(), rewriter); in matchAndRewrite()
1041 storeOperands.value()); in matchAndRewrite()
/external/llvm-project/mlir/test/CAPI/
Dir.c63 MlirValue storeOperands[] = {mlirOperationGetResult(add, 0), funcArg0, iv}; in populateLoopBody() local
64 mlirOperationStateAddOperands(&storeState, 3, storeOperands); in populateLoopBody()