Searched refs:isElementTypeLegalForScalableVector (Results 1 – 7 of 7) sorted by relevance
241 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function267 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()288 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
3385 !isElementTypeLegalForScalableVector(VT->getElementType()) || in getGatherScatterOpCost()3789 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
216 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
1664 bool isElementTypeLegalForScalableVector(Type *Ty) const;2164 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;2897 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function2898 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
911 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
1275 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo1276 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
3851 !this->TTI.isElementTypeLegalForScalableVector(Ty); in isScalableVectorizationAllowed()