Searched defs:hasCommutePreference (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 497 virtual bool hasCommutePreference(MachineInstr &MI, bool &Commute) const { hasCommutePreference() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86InstrInfo.cpp | 3087 bool X86InstrInfo::hasCommutePreference(MachineInstr &MI, bool &Commute) const { hasCommutePreference() function in X86InstrInfo |