Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp405 SmallVector<Type> retTypes = {vecType}; in tryExtractOp() local
408 rewriter, warpOp, yieldValues, retTypes, newRetIndices); in tryExtractOp()
490 SmallVector<Type> retTypes; in matchAndRewrite() local
505 retTypes.push_back(targetType); in matchAndRewrite()
510 rewriter, warpOp, yieldValues, retTypes, newRetIndices); in matchAndRewrite()
897 SmallVector<Type> retTypes = { in matchAndRewrite() local
901 retTypes.push_back(reductionOp.getAcc().getType()); in matchAndRewrite()
905 rewriter, warpOp, yieldValues, retTypes, newRetIndices); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp413 SmallVector<Type> retTypes; in bufferize() local
418 retTypes.push_back(resultType); in bufferize()
420 funcOp.setType(FunctionType::get(op->getContext(), argTypes, retTypes)); in bufferize()