Home
last modified time | relevance | path

Searched defs:resultVectorType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorShapeCast.cpp55 auto resultVectorType = op.getResultVectorType(); matchAndRewrite() local
92 auto resultVectorType = op.getResultVectorType(); matchAndRewrite() local
143 auto resultVectorType = op.getResultVectorType(); matchAndRewrite() local
247 auto resultVectorType = op.getResultVectorType(); matchAndRewrite() local
[all...]
H A DVectorTransforms.cpp98 auto resultVectorType = in matchAndRewrite() local
1662 auto resultVectorType = dyn_cast<VectorType>(op->getResult(0).getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToArmSME/
H A DVectorToArmSME.cpp750 if (!resultVectorType) in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ArmSMEToLLVM/
H A DArmSMEToLLVM.cpp734 auto resultVectorType = outerProductOp.getResultType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp2106 if (auto resultVectorType = llvm::dyn_cast<VectorType>(resultType)) verify() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5202 verifyVectorShapeCast(Operation * op,VectorType sourceVectorType,VectorType resultVectorType) verifyVectorShapeCast() argument
5233 auto resultVectorType = verify() local
5473 auto resultVectorType = getResultVectorType(); verify() local
[all...]