Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h216 bool isElementTypeLegalForScalableVector(Type *Ty) const { isElementTypeLegalForScalableVector() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h241 bool isElementTypeLegalForScalableVector(Type *Ty) const { isElementTypeLegalForScalableVector() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h909 bool isElementTypeLegalForScalableVector(Type *Ty) const { return true; } isElementTypeLegalForScalableVector() function
H A DTargetTransformInfo.h2872 bool isElementTypeLegalForScalableVector(Type *Ty) const override { isElementTypeLegalForScalableVector() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1271 bool TargetTransformInfo::isElementTypeLegalForScalableVector(Type *Ty) const { isElementTypeLegalForScalableVector() function in TargetTransformInfo