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