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