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