Home | History | Annotate | Download | only in X86

Lines Matching refs:commuteInstruction

2257 /// commuteInstruction - We have a few instructions that must be hacked on to
2261 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
2288 return TargetInstrInfo::commuteInstruction(MI, NewMI);
2367 return TargetInstrInfo::commuteInstruction(MI, NewMI);
3665 commuteInstruction(MI, false);
3671 MachineInstr *NewMI = commuteInstruction(MI, false);