Searched refs:hasBMI (Results 1 – 3 of 3) sorted by relevance
332 bool hasBMI() const { return HasBMI; } in hasBMI() function
740 def HasBMI : Predicate<"Subtarget->hasBMI()">;
482 if (Subtarget->hasBMI()) { in resetOperationActions()20568 if ((Subtarget->hasBMI() || Subtarget->hasTBM()) && in PerformAndCombine()