Searched refs:isElementTypeLegalForScalableVector (Results 1 – 7 of 7) sorted by relevance
229 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function254 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()275 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
2589 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
114 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
1393 bool isElementTypeLegalForScalableVector(Type *Ty) const;1824 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;2432 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function2433 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
778 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
1070 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo1071 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
4837 !this->TTI.isElementTypeLegalForScalableVector(Ty); in getMaxLegalScalableVF()