Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorMultiDimReductionTransforms.cpp193 auto accType = VectorType::get( in matchAndRewrite() local
196 acc = rewriter.create<vector::ShapeCastOp>(loc, accType, acc); in matchAndRewrite()
318 auto accType = in matchAndRewrite() local
331 loc, accType, multiReductionOp.getAcc()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp262 auto accType = outputShapedType.clone(accElementType); in buildConvOpResultTypeInfo() local
263 return accType; in buildConvOpResultTypeInfo()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp261 auto accType = outputShapedType.clone(accElementType); in buildMatMulOpWithQuantInfo() local
262 result.addTypes(accType); in buildMatMulOpWithQuantInfo()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp635 ContractionOp op, VectorType lhsType, VectorType rhsType, Type accType, in verifyOutputShape() argument
667 if (resType.isa<VectorType>() || accType.isa<VectorType>()) in verifyOutputShape()
672 auto accVectorType = accType.dyn_cast<VectorType>(); in verifyOutputShape()
727 auto accType = getAccType(); in verify() local
775 if (failed(verifyOutputShape(*this, lhsType, rhsType, accType, resType, in verify()