Home
last modified time | relevance | path

Searched refs:PSK_FastHardware (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h48 return TTI::PSK_FastHardware; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp25 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h115 return TTI::PSK_FastHardware; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp77 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp60 TTI::PSK_SlowHardware : TTI::PSK_FastHardware; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp277 return TTI::PSK_FastHardware; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp192 return ST->hasStdExtZbb() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h584 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1945 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp319 return TTI::PSK_FastHardware; in getPopcntSupport()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp109 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()