Searched refs:isElementTypeLegalForScalableVector (Results 1 – 6 of 6) sorted by relevance
222 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function248 isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()270 isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
1880 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
1314 bool isElementTypeLegalForScalableVector(Type *Ty) const;1698 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;2247 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function2248 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
725 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
1002 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo1003 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
5619 !this->TTI.isElementTypeLegalForScalableVector(Ty); in getMaxLegalScalableVF()