| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetTransformInfo.h | 46 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 100 RISCVTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in RISCVTTIImpl
|
| H A D | RISCVTargetTransformInfo.h | 54 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 52 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | SystemZTargetTransformInfo.cpp | 238 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in SystemZTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 60 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
|
| H A D | HexagonTargetTransformInfo.cpp | 59 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 65 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | PPCTargetTransformInfo.cpp | 59 PPCTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in PPCTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 116 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 84 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | AArch64TargetTransformInfo.cpp | 209 AArch64TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in AArch64TTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 103 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
|
| H A D | X86TargetTransformInfo.cpp | 60 X86TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in X86TTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 804 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const; 1544 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0; 1967 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport() function 1968 return Impl.getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
|
| H A D | TargetTransformInfoImpl.h | 338 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 517 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in TargetTransformInfo 518 return TTIImpl->getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1802 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()
|