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