Searched refs:hasBITALG (Results 1 – 8 of 8) sorted by relevance
693 bool hasBITALG() const { return HasBITALG; } in hasBITALG() function
888 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
1837 if (Subtarget.hasBITALG()) { in X86TargetLowering()1858 if (Subtarget.hasBITALG()) { in X86TargetLowering()
735 bool hasBITALG() const { return HasBITALG; } in hasBITALG() function
916 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
1639 setOperationAction(ISD::CTPOP, VT, Subtarget.hasBITALG() ? Legal : Custom); in X86TargetLowering()1866 if (Subtarget.hasBITALG()) { in X86TargetLowering()
649 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {658 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {667 if ((Subtarget->hasBITALG())) {676 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {685 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {694 if ((Subtarget->hasBITALG())) {14593 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {14602 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {14611 if ((Subtarget->hasBITALG())) {
229 if (Subtarget->hasBITALG())