Searched refs:hasBMI2 (Results 1 – 7 of 7) sorted by relevance
623 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function
3257 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()3270 const bool CanHaveExtraUses = Subtarget->hasBMI2(); in matchBitExtract()3434 if (Subtarget->hasBMI2()) { in matchBitExtract()3530 if (!PreferBEXTR && !Subtarget->hasBMI2()) in matchBEXTRFromAndImm()3579 assert(Subtarget->hasBMI2() && "We must have BMI2's BZHI then."); in matchBEXTRFromAndImm()
2028 if (EFLAGSLive && !Subtarget->hasBMI2()) { in hardenLoadAddr()
916 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">;917 def NoBMI2 : Predicate<"!Subtarget->hasBMI2()">;
40030 if (Subtarget.hasBMI2() && VT.isScalarInteger()) { in hasBZHI()
10927 if ((Subtarget->hasBMI2())) {10936 if ((Subtarget->hasBMI2())) {15411 if ((Subtarget->hasBMI2())) {15423 if ((Subtarget->hasBMI2())) {
283 if (Subtarget->hasBMI2())285 if (!Subtarget->hasBMI2())