Home | History | Annotate | Download | only in X86

Lines Matching refs:hasPOPCNT

40   //   call ST->hasSSE3() instead of ST->hasPOPCNT().
41 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software;