Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h98 bool hasActiveVectorLength() const override;
H A DRISCVTargetTransformInfo.cpp285 bool RISCVTTIImpl::hasActiveVectorLength() const { in hasActiveVectorLength() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1464 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1465 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1868 LLVM_ABI bool hasActiveVectorLength() const;
H A DTargetTransformInfoImpl.h1111 virtual bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1363 TTI.hasActiveVectorLength() && !EnableVPlanNativePath; in setTailFoldingStyles()