Home
last modified time | relevance | path

Searched refs:hasActiveVectorLength (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1370 bool hasActiveVectorLength() const;
1712 virtual bool hasActiveVectorLength() const = 0;
2280 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2281 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h755 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1047 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1048 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()