Searched refs:hasPOPCNT (Results 1 – 4 of 4) sorted by relevance
273 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT() function
134 return ST->hasPOPCNT() ? PSK_FastHardware : PSK_Software; in getPopcntSupport()
668 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
498 if (Subtarget->hasPOPCNT()) { in resetOperationActions()