Home
last modified time | relevance | path

Searched refs:IntTyWidthInBit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h62 getPopcntSupport(unsigned IntTyWidthInBit) const override;
H A DHexagonTargetTransformInfo.cpp74 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp699 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport()
700 return TTIImpl->getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1060 LLVM_ABI PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
H A DTargetTransformInfoImpl.h517 getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() argument