Searched defs:isElementTypeLegalForScalableVector (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.h | 190 bool isElementTypeLegalForScalableVector(Type *Ty) const { isElementTypeLegalForScalableVector() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 241 bool isElementTypeLegalForScalableVector(Type *Ty) const { in isElementTypeLegalForScalableVector() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 875 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } isElementTypeLegalForScalableVector() function |
H A D | TargetTransformInfo.h | 2793 bool isElementTypeLegalForScalableVector(Type *Ty) const override { isElementTypeLegalForScalableVector() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1220 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { isElementTypeLegalForScalableVector() function in TargetTransformInfo |