Searched refs:PSK_FastHardware (Results 1 – 13 of 13) sorted by relevance
49 return TTI::PSK_FastHardware; in getPopcntSupport()
89 return ST->hasExtLSX() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()
25 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
118 return TTI::PSK_FastHardware; in getPopcntSupport()
77 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
60 TTI::PSK_SlowHardware : TTI::PSK_FastHardware; in getPopcntSupport()
735 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enumerator
361 return TTI::PSK_FastHardware; in getPopcntSupport()
2384 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()
293 ? TTI::PSK_FastHardware in getPopcntSupport()
540 return TTI::PSK_FastHardware; in getPopcntSupport()
110 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()