Home
last modified time | relevance | path

Searched defs:vecType (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DVectorInterfaces.cpp13 VectorType mlir::vector::detail::transferMaskType(VectorType vecType, in transferMaskType()
H A DDataLayoutInterfaces.cpp78 if (auto vecType = type.dyn_cast<VectorType>()) in getDefaultTypeSizeInBits() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp156 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 DWmmaOpsToNvvm.cpp259 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 DMathToLibm.cpp64 auto vecType = opType.template dyn_cast<VectorType>(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp39 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 DVectorToSCF.cpp404 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 DSPIRVCanonicalization.cpp40 if (auto vecType = type.cast<VectorType>()) { in getScalarOrSplatBoolAttr() local
H A DSPIRVOps.cpp932 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 DArithmeticToSPIRV.cpp274 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 DVectorUnrollDistribute.cpp511 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 DVectorDropLeadUnitDim.cpp411 auto vecType = op->getResultTypes()[0].dyn_cast<VectorType>(); in matchAndRewrite() local
H A DVectorDistribute.cpp391 VectorType vecType = writeOp.getVectorType(); in tryExtractOp() local
494 if (auto vecType = distributedVal.getType().dyn_cast<VectorType>()) { in matchAndRewrite() local
H A DVectorTransforms.cpp1375 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 DLLVMTypes.cpp790 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 DSPIRVConversion.cpp206 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 DMemRefToSPIRV.cpp110 if (auto vecType = elementType.dyn_cast<VectorType>()) in isAllocationSupported() local
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp892 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 DTestVectorTransforms.cpp87 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 DVectorization.cpp736 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 DSemaExprMember.cpp306 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp403 if (auto vecType = lhs.getType().dyn_cast<VectorType>()) in createMinMaxF() local
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType()
334 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
H A DASTContext.cpp4010 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 DCodeGen.cpp2705 mlir::Type vecType = mlir::VectorType::get( in matchAndRewrite() local

12