| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | VectorInterfaces.cpp | 13 VectorType mlir::vector::detail::transferMaskType(VectorType vecType, in transferMaskType()
|
| H A D | DataLayoutInterfaces.cpp | 78 if (auto vecType = type.dyn_cast<VectorType>()) in getDefaultTypeSizeInBits() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/ |
| H A D | VectorToGPU.cpp | 156 auto vecType = constantOp.getType().dyn_cast<VectorType>(); in constantSupportsMMAMatrixType() local 437 if (auto vecType = elType.dyn_cast<VectorType>()) in getMmaSyncVectorOperandType() local 567 if (auto vecType = loadedElType.dyn_cast<VectorType>()) { in createNonLdMatrixLoads() local 706 auto vecType = op.getType().cast<VectorType>(); in convertConstantOp() local 720 auto vecType = op.getVectorType(); in convertBroadcastOp() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/ |
| H A D | WmmaOpsToNvvm.cpp | 259 if (auto vecType = type.getBody()[0].dyn_cast<VectorType>()) { in matchAndRewrite() local 284 if (auto vecType = lhs.getType().dyn_cast<VectorType>()) in createMinMaxF() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MathToLibm/ |
| H A D | MathToLibm.cpp | 64 auto vecType = opType.template dyn_cast<VectorType>(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | SPIRVToLLVM.cpp | 39 if (auto vecType = type.dyn_cast<VectorType>()) in isSignedIntegerOrVector() local 48 if (auto vecType = type.dyn_cast<VectorType>()) in isUnsignedIntegerOrVector() local 59 auto vecType = type.dyn_cast<VectorType>(); in getBitWidth() local 76 if (auto vecType = type.dyn_cast<VectorType>()) { in minusOneIntegerAttribute() local 100 if (auto vecType = srcType.dyn_cast<VectorType>()) { in createFPConstant() local 450 if (auto vecType = srcType.dyn_cast<VectorType>()) in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/ |
| H A D | VectorToSCF.cpp | 404 auto vecType = bufferType.getElementType().dyn_cast<VectorType>(); in rewriteOp() local 428 auto vecType = bufferType.getElementType().dyn_cast<VectorType>(); in handleOutOfBoundsDim() local 903 auto vecType = vec.getType().dyn_cast<VectorType>(); in matchAndRewrite() local 1239 auto vecType = xferOp.getVectorType(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVCanonicalization.cpp | 40 if (auto vecType = type.cast<VectorType>()) { in getScalarOrSplatBoolAttr() local
|
| H A D | SPIRVOps.cpp | 932 if (auto vecType = operandType.dyn_cast<VectorType>()) in getUnaryOpResultType() local 952 if (auto vecType = lhs.getType().dyn_cast<VectorType>()) in buildLogicalBinaryOp() local 962 if (auto vecType = value.getType().dyn_cast<VectorType>()) in buildLogicalUnaryOp() local 1992 if (auto vecType = type.dyn_cast<VectorType>()) { in getAsmResultNames() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/ |
| H A D | ArithmeticToSPIRV.cpp | 274 if (auto vecType = type.dyn_cast<VectorType>()) in isBoolScalarOrVector() local 286 else if (auto vecType = type.dyn_cast<VectorType>()) in hasSameBitwidth() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorUnrollDistribute.cpp | 511 auto vecType = operand.get().getType().template dyn_cast<VectorType>(); in matchAndRewrite() local 552 auto vecType = operand.get().getType().template dyn_cast<VectorType>(); in matchAndRewrite() local 593 auto vecType = operand.getType().cast<VectorType>(); in matchAndRewrite() local
|
| H A D | VectorDropLeadUnitDim.cpp | 411 auto vecType = op->getResultTypes()[0].dyn_cast<VectorType>(); in matchAndRewrite() local
|
| H A D | VectorDistribute.cpp | 391 VectorType vecType = writeOp.getVectorType(); in tryExtractOp() local 494 if (auto vecType = distributedVal.getType().dyn_cast<VectorType>()) { in matchAndRewrite() local
|
| H A D | VectorTransforms.cpp | 1375 if (auto vecType = dstElementType.dyn_cast<VectorType>()) in matchAndRewrite() local 1474 auto vecType = elementType.dyn_cast<VectorType>(); in promote() local 2131 auto vecType = loadOp.getVectorType(); in matchAndRewrite() local 2149 auto vecType = storeOp.getVectorType(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypes.cpp | 790 if (auto vecType = type.dyn_cast<VectorType>()) in isCompatibleOuterType() local 814 .Case<VectorType>([&](auto vecType) { in isCompatibleImpl() 876 if (auto vecType = type.dyn_cast<VectorType>()) { in isCompatibleVectorType() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | SPIRVConversion.cpp | 206 if (auto vecType = type.dyn_cast<VectorType>()) { in getTypeNumBytes() local 442 if (auto vecType = elementType.dyn_cast<VectorType>()) { in convertMemrefType() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/ |
| H A D | MemRefToSPIRV.cpp | 110 if (auto vecType = elementType.dyn_cast<VectorType>()) in isAllocationSupported() local
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 892 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local 1740 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/ |
| H A D | TestVectorTransforms.cpp | 87 auto vecType = extract.getResult().getType().cast<VectorType>(); in getShape() local 396 if (auto vecType = op.getType().dyn_cast<VectorType>()) { in runOnOperation() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Vectorization.cpp | 736 auto vecType = VectorType::get(vecShape, sourceType.getElementType()); in tryVectorizeCopy() local 1043 auto vecType = VectorType::get(padOp.getType().getShape(), in rewriteUser() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 306 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/ |
| H A D | ConvertVectorToLLVM.cpp | 403 if (auto vecType = lhs.getType().dyn_cast<VectorType>()) in createMinMaxF() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() 334 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
|
| H A D | ASTContext.cpp | 4010 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() 4081 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() 4110 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 2705 mlir::Type vecType = mlir::VectorType::get( in matchAndRewrite() local
|