| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | SIInstrInfo.h | 48 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|
| D | SIInstrInfo.cpp | 188 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in SIInstrInfo 219 MI = TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 469 if (commuteInstruction(MI)) in legalizeOperands()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.h | 108 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
| D | PPCInstrInfo.cpp | 154 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo 160 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | MachineCSE.cpp | 462 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock() 472 (void)TII->commuteInstruction(MI); in ProcessBlock()
|
| D | TwoAddressInstructionPass.cpp | 108 bool commuteInstruction(MachineBasicBlock::iterator &mi, 575 commuteInstruction(MachineBasicBlock::iterator &mi, in commuteInstruction() function in TwoAddressInstructionPass 579 MachineInstr *NewMI = TII->commuteInstruction(MI); in commuteInstruction() 1139 if (TryCommute && commuteInstruction(mi, regB, regC, Dist)) { in tryInstructionTransform()
|
| D | TargetInstrInfo.cpp | 119 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfo
|
| D | RegisterCoalescer.cpp | 644 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.h | 227 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
| D | X86InstrInfo.cpp | 2345 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in X86InstrInfo 2372 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 2451 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 3795 commuteInstruction(MI, false); in optimizeLoadInstr() 3801 MachineInstr *NewMI = commuteInstruction(MI, false); in optimizeLoadInstr()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.h | 136 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
|
| D | Thumb2SizeReduction.cpp | 658 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() 668 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
|
| D | ARMBaseInstrInfo.cpp | 1644 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in ARMBaseInstrInfo 1654 MI = TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 1663 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetInstrInfo.h | 244 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|