Searched refs:isElementTypeLegalForScalableVector (Results 1 – 8 of 8) sorted by relevance
278 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function304 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()327 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
4474 !isElementTypeLegalForScalableVector(VT->getElementType()) || in getGatherScatterOpCost()5091 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
250 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
503 !TTICapture.isElementTypeLegalForScalableVector(Ty))) in calculateRegisterUsageForPlan()
3473 !this->TTI.isElementTypeLegalForScalableVector(Ty); in isScalableVectorizationAllowed()
1378 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo1379 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
1794 LLVM_ABI bool isElementTypeLegalForScalableVector(Type *Ty) const;
1067 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function