Home
last modified time | relevance | path

Searched refs:isElementTypeLegalForScalableVector (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h222 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
248 isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()
270 isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
DAArch64TargetTransformInfo.cpp1880 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1314 bool isElementTypeLegalForScalableVector(Type *Ty) const;
1698 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2247 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2248 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
DTargetTransformInfoImpl.h725 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp1002 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo
1003 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5625 !this->TTI.isElementTypeLegalForScalableVector(Ty); in getMaxLegalScalableVF()