Searched refs:isElementTypeLegalForScalableVector (Results 1 – 7 of 7) sorted by relevance
228 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function253 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()274 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
2899 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
171 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
1447 bool isElementTypeLegalForScalableVector(Type *Ty) const;1889 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;2536 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function2537 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
815 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
1129 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo1130 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
4897 !this->TTI.isElementTypeLegalForScalableVector(Ty); in getMaxLegalScalableVF()