Home
last modified time | relevance | path

Searched refs:hasCommutePreference (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h295 bool hasCommutePreference(MachineInstr &MI, bool &Commute) const override;
H A DX86InstrInfo.cpp2655 bool X86InstrInfo::hasCommutePreference(MachineInstr &MI, bool &Commute) const { in hasCommutePreference() function in X86InstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h481 virtual bool hasCommutePreference(MachineInstr &MI, bool &Commute) const { in hasCommutePreference() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp621 if (TII->hasCommutePreference(*MI, Commute)) in isProfitableToCommute()