Home
last modified time | relevance | path

Searched defs:isElementTypeLegalForScalableVector (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h190 bool isElementTypeLegalForScalableVector(Type *Ty) const { isElementTypeLegalForScalableVector() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h241 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h875 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } isElementTypeLegalForScalableVector() function
H A DTargetTransformInfo.h2793 bool isElementTypeLegalForScalableVector(Type *Ty) const override { isElementTypeLegalForScalableVector() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1220 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { isElementTypeLegalForScalableVector() function in TargetTransformInfo