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