Searched refs:hasPOPCNT (Results 1 – 14 of 14) sorted by relevance
397 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT() function
41 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()
819 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
370 if (Subtarget.hasPOPCNT()) { in X86TargetLowering()
598 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT() function
65 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()2268 if (ST->hasPOPCNT()) { in getIntrinsicInstrCost()
889 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
387 if (Subtarget.hasPOPCNT()) { in X86TargetLowering()
634 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT() function
65 return ST->hasPOPCNT() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()2887 if (ST->hasPOPCNT()) { in getTypeBasedIntrinsicInstrCost()
917 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
389 if (Subtarget.hasPOPCNT()) { in X86TargetLowering()
622 if ((Subtarget->hasPOPCNT())) {631 if ((Subtarget->hasPOPCNT())) {640 if ((Subtarget->hasPOPCNT())) {
231 if (Subtarget->hasPOPCNT())