Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h241 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
267 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()
288 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
H A DAArch64TargetTransformInfo.cpp3385 !isElementTypeLegalForScalableVector(VT->getElementType()) || in getGatherScatterOpCost()
3789 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h216 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1664 bool isElementTypeLegalForScalableVector(Type *Ty) const;
2164 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2897 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2898 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
H A DTargetTransformInfoImpl.h911 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1275 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo
1276 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3851 !this->TTI.isElementTypeLegalForScalableVector(Ty); in isScalableVectorizationAllowed()