| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 49 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 23 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport() function in WebAssemblyTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetTransformInfo.h | 46 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 55 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | SystemZTargetTransformInfo.cpp | 275 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in SystemZTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 61 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
|
| H A D | HexagonTargetTransformInfo.cpp | 74 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 65 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | PPCTargetTransformInfo.cpp | 58 PPCTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in PPCTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 115 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 78 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | RISCVTargetTransformInfo.cpp | 237 RISCVTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in RISCVTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 118 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | X86TargetTransformInfo.cpp | 104 X86TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in X86TTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 100 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | AArch64TargetTransformInfo.cpp | 495 AArch64TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in AArch64TTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 967 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const; 1896 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0; 2443 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport() function 2444 return Impl.getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
|
| H A D | TargetTransformInfoImpl.h | 402 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 635 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in TargetTransformInfo 636 return TTIImpl->getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1860 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()
|