Searched defs:VecType (Results 1 – 14 of 14) sorted by relevance
151 VectorType *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedLoad() local289 auto *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local412 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedGather() local632 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local765 auto *VecType = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
124 enum VecType { enum
1097 unsigned VecType; in tryLoadVector() local1878 unsigned VecType; in tryStoreVector() local
193 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
11195 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local
416 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local2353 VectorType *VecType = cast<VectorType>(VecOp->getType()); in canonicalizeBitCastExtElt() local
508 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
6421 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters() local6429 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
9219 const VectorType *VecType = RHSType->getAs<VectorType>(); in CheckAssignmentConstraints() local10141 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local10238 QualType VecType = LHSVecType ? LHSType : RHSType; in CheckVectorOperands() local
1947 QualType VecType; in CheckVectorType() local
2069 FixedVectorType *VecType = in foldShuffleFromReductions() local
2304 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
21755 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local21775 llvm::Type *VecType = ConvertType(E->getArg(0)->getType()); in EmitHexagonBuiltinExpr() local
4463 QualType ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType()