Searched refs:PSK_FastHardware (Results 1 – 7 of 7) sorted by relevance
68 return ST->hasBCNT(TyWidth) ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()
237 return TTI::PSK_FastHardware; in getPopcntSupport()
34 return TTI::PSK_FastHardware; in getPopcntSupport()
174 return TTI::PSK_FastHardware; in getPopcntSupport()
287 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enumerator
281 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in preliminaryScreen()
40 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()