Lines Matching defs:VecTy
700 unsigned ChainSizeBytes, VectorType *VecTy) {
702 ChainSizeBytes, VecTy)
704 ChainSizeBytes, VecTy);
752 FixedVectorType *VecTy = FixedVectorType::get(VecElemTy, NumVecElems);
757 VecElemBits * NumVecElems / 8, VecTy);
877 // VecTy is a power of 2 and 1 byte at smallest, but VecElemTy may be smaller
878 // than 1 byte (e.g. VecTy == <32 x i1>).
879 Type *VecTy = FixedVectorType::get(
910 VecInst = Builder.CreateAlignedLoad(VecTy,
961 Value *Vec = PoisonValue::get(VecTy);
1480 VectorType *VecTy = dyn_cast<VectorType>(Ty);
1483 if ((!VecTy && !isPowerOf2_32(DL.getTypeSizeInBits(Ty))) ||
1484 (VecTy && !isPowerOf2_32(DL.getTypeSizeInBits(VecTy->getScalarType()))))
1489 (VecTy && TTI.getLoadVectorFactor(VF, TySize, TySize / 8, VecTy) == 0))