Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1381 bool hasActiveVectorLength() const;
1723 virtual bool hasActiveVectorLength() const = 0;
2291 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2292 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h751 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1046 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1047 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst17495 ``TargetTransformInfo::hasActiveVectorLength()`` returns true when the target