Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h229 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
254 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()
275 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
H A DAArch64TargetTransformInfo.cpp2589 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h114 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1393 bool isElementTypeLegalForScalableVector(Type *Ty) const;
1824 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2432 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2433 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
H A DTargetTransformInfoImpl.h778 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1070 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo
1071 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4837 !this->TTI.isElementTypeLegalForScalableVector(Ty); in getMaxLegalScalableVF()