Searched refs:hasPOPCNT (Results 1 – 4 of 4) sorted by relevance
644 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT() function
65 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()3162 if (ST->hasPOPCNT()) { in getTypeBasedIntrinsicInstrCost()
926 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
427 if (Subtarget.hasPOPCNT()) { in X86TargetLowering()