Searched refs:getMinNumElements (Results 1 – 8 of 8) sorted by relevance
409 return get(ElementType, SVTy->getMinNumElements()); in get()445 unsigned getMinNumElements() const { in getMinNumElements() function446 return cast<llvm::ScalableVectorType>(LLVMTy)->getMinNumElements(); in getMinNumElements()
903 OpVecTy->getMinNumElements() / VecTy->getMinNumElements(); in emitRVVGetBuiltin()910 VecTy->getMinNumElements())); in emitRVVGetBuiltin()928 ResVecTy->getMinNumElements() / VecTy->getMinNumElements(); in emitRVVSetBuiltin()935 VecTy->getMinNumElements())); in emitRVVSetBuiltin()955 VecTy->getMinNumElements() * I); in emitRVVCreateBuiltin()
3890 switch (VTy->getMinNumElements()) { in EmitSVEPredicateCast()
650 return get(ElementType, SVTy->getMinNumElements()); in get()688 unsigned getMinNumElements() const { return ElementQuantity; } in getMinNumElements() function
271 ->getMinNumElements() * in getVT()
1550 if (cast<ScalableVectorType>(Pred->getType())->getMinNumElements() <= in isAllActivePredicate()1551 cast<ScalableVectorType>(UncastedPred->getType())->getMinNumElements()) in isAllActivePredicate()1867 if (!VecTy || !OutTy || VecTy->getNumElements() != OutTy->getMinNumElements()) in instCombineSVECmpNE()1981 if (Idx >= PgVTy->getMinNumElements()) in instCombineSVELast()2412 TyA->getMinNumElements()); in instCombineSVEUzp1()2569 SmallVector<Value *> Elts(IIScalableTy->getMinNumElements(), nullptr); in instCombineSVEDupqLane()2598 IIScalableTy->getMinNumElements() / in instCombineSVEDupqLane()
1030 ->getMinNumElements(), in getTargetTypeInfo()
4647 unsigned MinElts = RetTy->getMinNumElements() / N; in UpgradeIntrinsicCall()4674 unsigned MinElts = RetTy->getMinNumElements(); in UpgradeIntrinsicCall()4692 ConstantInt::get(Type::getInt64Ty(C), I * Ty->getMinNumElements()); in UpgradeIntrinsicCall()4706 unsigned MinElts = RetTy->getMinNumElements() / N; in UpgradeIntrinsicCall()