Searched refs:hasCommutePreference (Results 1 – 4 of 4) sorted by relevance
320 bool hasCommutePreference(MachineInstr &MI, bool &Commute) const override;
3092 bool X86InstrInfo::hasCommutePreference(MachineInstr &MI, bool &Commute) const { in hasCommutePreference() function in X86InstrInfo
495 virtual bool hasCommutePreference(MachineInstr &MI, bool &Commute) const { in hasCommutePreference() function
655 if (TII->hasCommutePreference(*MI, Commute)) in isProfitableToCommute()