Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h49 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
H A DWebAssemblyTargetTransformInfo.cpp23 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport() function in WebAssemblyTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h46 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h53 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DSystemZTargetTransformInfo.cpp274 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in SystemZTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h61 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
H A DHexagonTargetTransformInfo.cpp74 HexagonTTIImpl::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in HexagonTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h67 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DPPCTargetTransformInfo.cpp56 PPCTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in PPCTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h113 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h112 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DX86TargetTransformInfo.cpp104 X86TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in X86TTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h74 TargetTransformInfo::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DRISCVTargetTransformInfo.cpp190 RISCVTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in RISCVTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h93 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
H A DAArch64TargetTransformInfo.cpp316 AArch64TTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() function in AArch64TTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h837 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
1704 virtual PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) = 0;
2207 PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) override { in getPopcntSupport() function
2208 return Impl.getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
H A DTargetTransformInfoImpl.h379 TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp578 TargetTransformInfo::getPopcntSupport(unsigned IntTyWidthInBit) const { in getPopcntSupport() function in TargetTransformInfo
579 return TTIImpl->getPopcntSupport(IntTyWidthInBit); in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1945 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()