Searched refs:PSK_FastHardware (Results 1 – 9 of 9) sorted by relevance
26 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
27 return TargetTransformInfo::PSK_FastHardware; in getPopcntSupport()
57 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()
293 enum PopcntSupportKind { PSK_Software, PSK_SlowHardware, PSK_FastHardware }; enumerator
890 if (TTI->getPopcntSupport(32) != TargetTransformInfo::PSK_FastHardware) in recognizePopcount()
41 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()