Searched refs:hasBMI (Results 1 – 5 of 5) sorted by relevance
666 bool hasBMI() const { return HasBMI; } in hasBMI() function
2071 !(Subtarget.hasBMI() && Subtarget.hasFastBEXTR())) in foldMaskedShiftToBEXTR()3380 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()3653 Subtarget->hasTBM() || (Subtarget->hasBMI() && Subtarget->hasFastBEXTR()); in matchBEXTRFromAndImm()3722 assert(Subtarget->hasBMI() && "We must have BMI1's BEXTR then."); in matchBEXTRFromAndImm()
2948 if (ST->hasBMI()) { in getTypeBasedIntrinsicInstrCost()
952 def HasBMI : Predicate<"Subtarget->hasBMI()">;
373 if (Subtarget.hasBMI()) { in X86TargetLowering()5372 return Subtarget.hasBMI(); in isCheapToSpeculateCttz()5432 if (!Subtarget.hasBMI()) in hasAndNotCompare()