Searched refs:hasGFNI (Results 1 – 8 of 8) sorted by relevance
608 bool hasGFNI() const { return HasGFNI; } in hasGFNI() function
902 def HasGFNI : Predicate<"Subtarget->hasGFNI()">;
644 bool hasGFNI() const { return HasGFNI; } in hasGFNI() function
2789 if (ISD == ISD::BITREVERSE && ST->hasGFNI() && ST->hasSSSE3() && in getTypeBasedIntrinsicInstrCost()
930 def HasGFNI : Predicate<"Subtarget->hasGFNI()">;
29010 if (Subtarget.hasGFNI()) { in LowerBITREVERSE()
12193 if ((Subtarget->hasBWI()) && (Subtarget->hasGFNI()) && (Subtarget->hasVLX())) {12196 …if ((Subtarget->hasAVX()) && (Subtarget->hasGFNI()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI…12199 if ((Subtarget->hasGFNI()) && (Subtarget->hasSSE2() && !Subtarget->hasAVX())) {12208 if ((Subtarget->hasBWI()) && (Subtarget->hasGFNI()) && (Subtarget->hasVLX())) {12211 …if ((Subtarget->hasAVX()) && (Subtarget->hasGFNI()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI…12220 if ((Subtarget->hasAVX512()) && (Subtarget->hasBWI()) && (Subtarget->hasGFNI())) {
255 if (Subtarget->hasGFNI())