• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/

Lines Matching refs:VectorType

633   Value *createBitOrPointerCast(Value *V, VectorType *DstVTy,
1929 auto *ValVTy = cast<VectorType>(Val->getType());
2305 VectorType *OtherVTy = FixedVectorType::get(Member->getType(), VF);
2668 Value *InnerLoopVectorizer::createBitOrPointerCast(Value *V, VectorType *DstVTy,
2672 VectorType *SrcVecTy = cast<VectorType>(V->getType());
3346 auto *I1 = cast<IntegerType>(cast<VectorType>(T1)->getElementType());
3347 auto *I2 = cast<IntegerType>(cast<VectorType>(T2)->getElementType());
3352 auto *I1 = cast<IntegerType>(cast<VectorType>(T1)->getElementType());
3353 auto *I2 = cast<IntegerType>(cast<VectorType>(T2)->getElementType());
3376 ScalarTruncatedTy, cast<VectorType>(OriginalTy)->getNumElements());
3427 cast<VectorType>(SI->getOperand(0)->getType())->getNumElements();
3432 cast<VectorType>(SI->getOperand(1)->getType())->getNumElements();
3443 cast<VectorType>(IE->getOperand(0)->getType())->getNumElements();
3451 cast<VectorType>(EE->getOperand(0)->getType())->getNumElements();
5737 cast<VectorType>(ToVectorTy(I->getType(), VF)),
5749 assert(VectorType::isValidElementType(J->getType()) &&
5755 cast<VectorType>(ToVectorTy(J->getType(), VF)),
5895 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF));
5921 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF));
5946 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF));
5959 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF));
6047 cast<VectorType>(RetTy), APInt::getAllOnesValue(VF), true, false);
6272 cast<VectorType>(VectorTy), VF - 1,