Home
last modified time | relevance | path

Searched refs:getPopcntSupport (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h50 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
H A DWebAssemblyTargetTransformInfo.cpp24 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport() function in WebAssemblyTTIImpl
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h47 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h56 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DPPCTargetTransformInfo.cpp42 PPCTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in PPCTTIImpl
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h48 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DSystemZTargetTransformInfo.cpp234 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in SystemZTTIImpl
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h62 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
H A DHexagonTargetTransformInfo.cpp70 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h80 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DAArch64TargetTransformInfo.cpp189 AArch64TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in AArch64TTIImpl
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h46 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DX86TargetTransformInfo.cpp61 X86TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in X86TTIImpl
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h615 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
1105 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0;
1390 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport() function
1391 return Impl.getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
H A DTargetTransformInfoImpl.h327 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) { in getPopcntSupport() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h131 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp289 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in TargetTransformInfo
290 return TTIImpl->getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1481 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()