Searched refs:hasBMI (Results 1 – 13 of 13) sorted by relevance
417 bool hasBMI() const { return HasBMI; } in hasBMI() function
837 def HasBMI : Predicate<"Subtarget->hasBMI()">;
622 bool hasBMI() const { return HasBMI; } in hasBMI() function
1866 !(Subtarget.hasBMI() && Subtarget.hasFastBEXTR())) in foldMaskedShiftToBEXTR()3257 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()3529 Subtarget->hasTBM() || (Subtarget->hasBMI() && Subtarget->hasFastBEXTR()); in matchBEXTRFromAndImm()3598 assert(Subtarget->hasBMI() && "We must have BMI1's BEXTR then."); in matchBEXTRFromAndImm()
915 def HasBMI : Predicate<"Subtarget->hasBMI()">;
333 if (!Subtarget.hasBMI()) { in X86TargetLowering()5158 return Subtarget.hasBMI(); in isCheapToSpeculateCttz()5217 if (!Subtarget.hasBMI()) in hasAndNotCompare()
658 bool hasBMI() const { return HasBMI; } in hasBMI() function
2046 !(Subtarget.hasBMI() && Subtarget.hasFastBEXTR())) in foldMaskedShiftToBEXTR()3355 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()3628 Subtarget->hasTBM() || (Subtarget->hasBMI() && Subtarget->hasFastBEXTR()); in matchBEXTRFromAndImm()3697 assert(Subtarget->hasBMI() && "We must have BMI1's BEXTR then."); in matchBEXTRFromAndImm()
2869 if (ST->hasBMI()) { in getTypeBasedIntrinsicInstrCost()
943 def HasBMI : Predicate<"Subtarget->hasBMI()">;
340 if (!Subtarget.hasBMI()) { in X86TargetLowering()5298 return Subtarget.hasBMI(); in isCheapToSpeculateCttz()5357 if (!Subtarget.hasBMI()) in hasAndNotCompare()
780 if ((Subtarget->hasBMI())) {789 if ((Subtarget->hasBMI())) {798 if ((Subtarget->hasBMI())) {10870 if ((Subtarget->hasBMI())) {10879 if ((Subtarget->hasBMI())) {
281 if (Subtarget->hasBMI())