Home
last modified time | relevance | path

Searched defs:getMaxVScale (Results 1 – 6 of 6) 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h128 Optional<unsigned> getMaxVScale() const { in getMaxVScale() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h396 Optional<unsigned> getMaxVScale() const { return None; } in getMaxVScale() function
H A DTargetTransformInfo.h2026 Optional<unsigned> getMaxVScale() const override { in getMaxVScale() function
/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/Analysis/
H A DTargetTransformInfo.cpp596 Optional<unsigned> TargetTransformInfo::getMaxVScale() const { in getMaxVScale() function in TargetTransformInfo