Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp85 VectorType resultVectorType = extractOp.getType().dyn_cast<VectorType>(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp226 auto resultVectorType = in matchAndRewrite() local
843 auto resultVectorType = op.getResultVectorType(); in matchAndRewrite() local
876 auto resultVectorType = op.getResultVectorType(); in matchAndRewrite() local
909 auto resultVectorType = op.getResultVectorType(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4284 VectorType resultVectorType) { in verifyVectorShapeCast()
4314 auto resultVectorType = getResult().getType().dyn_cast_or_null<VectorType>(); in verify() local
4431 auto resultVectorType = getResultVectorType(); in verify() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp4361 if (auto resultVectorType = resultType.dyn_cast<VectorType>()) in verify() local