Home
last modified time | relevance | path

Searched refs:PSK_SlowHardware (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp62 TTI::PSK_SlowHardware : TTI::PSK_FastHardware; in getPopcntSupport()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h702 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enumerator