Searched refs:hasActiveVectorLength (Results 1 – 6 of 6) sorted by relevance
98 bool hasActiveVectorLength() const override;
285 bool RISCVTTIImpl::hasActiveVectorLength() const { in hasActiveVectorLength() function in RISCVTTIImpl
1464 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo1465 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()
1868 LLVM_ABI bool hasActiveVectorLength() const;
1111 virtual bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
1363 TTI.hasActiveVectorLength() && !EnableVPlanNativePath; in setTailFoldingStyles()