Home
last modified time | relevance | path

Searched refs:getMaxVScale (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp119 Optional<unsigned> RISCVTTIImpl::getMaxVScale() const { in getMaxVScale() function in RISCVTTIImpl
130 return BaseT::getMaxVScale(); in getMaxVScale()
H A DRISCVTargetTransformInfo.h58 Optional<unsigned> getMaxVScale() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h128 Optional<unsigned> getMaxVScale() const { in getMaxVScale() function
131 return BaseT::getMaxVScale(); in getMaxVScale()
H A DAArch64TargetTransformInfo.cpp1196 Optional<unsigned> MaxNumVScale = getMaxVScale(); in getGatherScatterOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h939 Optional<unsigned> getMaxVScale() const;
1576 virtual Optional<unsigned> getMaxVScale() const = 0;
2026 Optional<unsigned> getMaxVScale() const override { in getMaxVScale() function
2027 return Impl.getMaxVScale(); in getMaxVScale()
H A DTargetTransformInfoImpl.h396 Optional<unsigned> getMaxVScale() const { return None; } in getMaxVScale() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp596 Optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo
597 return TTIImpl->getMaxVScale(); in getMaxVScale()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h655 Optional<unsigned> getMaxVScale() const { return None; } in getMaxVScale() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5678 Optional<unsigned> MaxVScale = TTI.getMaxVScale(); in getMaxLegalScalableVF()