Searched refs:PSK_FastHardware (Results 1 – 11 of 11) sorted by relevance
48 return TTI::PSK_FastHardware; in getPopcntSupport()
25 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
117 return TTI::PSK_FastHardware; in getPopcntSupport()
77 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
62 TTI::PSK_SlowHardware : TTI::PSK_FastHardware; in getPopcntSupport()
282 return TTI::PSK_FastHardware; in getPopcntSupport()
284 ? TTI::PSK_FastHardware in getPopcntSupport()
702 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enumerator
2075 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()
507 return TTI::PSK_FastHardware; in getPopcntSupport()
110 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()