Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h228 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
253 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedLoadStore()
274 return isElementTypeLegalForScalableVector(DataType->getScalarType()); in isLegalMaskedGatherScatter()
H A DAArch64TargetTransformInfo.cpp2899 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1447 bool isElementTypeLegalForScalableVector(Type *Ty) const;
1889 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2536 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2537 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
H A DTargetTransformInfoImpl.h815 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DTargetTransformInfo.h1605 bool isElementTypeLegalForScalableVector(Type *Ty) const;
2080 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2775 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2776 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
DTargetTransformInfoImpl.h864 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h171 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTargetTransformInfo.h1646 bool isElementTypeLegalForScalableVector(Type *Ty) const;
2130 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2848 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2849 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
DTargetTransformInfoImpl.h894 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DTargetTransformInfo.h1631 bool isElementTypeLegalForScalableVector(Type *Ty) const;
2114 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2827 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2828 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
DTargetTransformInfoImpl.h887 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTargetTransformInfo.h1631 bool isElementTypeLegalForScalableVector(Type *Ty) const;
2114 virtual bool isElementTypeLegalForScalableVector(Type *Ty) const = 0;
2827 bool isElementTypeLegalForScalableVector(Type *Ty) const override { in isElementTypeLegalForScalableVector() function
2828 return Impl.isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
DTargetTransformInfoImpl.h887 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } in isElementTypeLegalForScalableVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1129 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function in TargetTransformInfo
1130 return TTIImpl->isElementTypeLegalForScalableVector(Ty); in isElementTypeLegalForScalableVector()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4897 !this->TTI.isElementTypeLegalForScalableVector(Ty); in getMaxLegalScalableVF()