| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIShrinkInstructions.cpp | 185 if (TryToCommute && MI.isCommutable() && TII->commuteInstruction(&MI)) in foldImmediates() 224 if (!MI.isCommutable() || !TII->commuteInstruction(&MI) || in runOnMachineFunction()
|
| HD | SIFoldOperands.cpp | 178 if (!CanCommute || !TII->commuteInstruction(MI)) in tryAddToFoldList()
|
| HD | SIInstrInfo.h | 122 MachineInstr *commuteInstruction(MachineInstr *MI,
|
| HD | SIInstrInfo.cpp | 767 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in SIInstrInfo 835 MI = TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 1726 if (commuteInstruction(MI)) in legalizeOperands()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrInfo.h | 132 MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const override;
|
| HD | PPCInstrInfo.cpp | 265 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo 271 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineCSE.cpp | 481 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock() 491 (void)TII->commuteInstruction(MI); in ProcessBlock()
|
| HD | TwoAddressInstructionPass.cpp | 113 bool commuteInstruction(MachineBasicBlock::iterator &mi, 649 commuteInstruction(MachineBasicBlock::iterator &mi, in commuteInstruction() function in TwoAddressInstructionPass 653 MachineInstr *NewMI = TII->commuteInstruction(MI); in commuteInstruction() 1221 if (TryCommute && commuteInstruction(mi, regB, regC, Dist)) { in tryInstructionTransform()
|
| HD | TargetInstrInfo.cpp | 123 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfo
|
| HD | RegisterCoalescer.cpp | 722 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | Thumb2SizeReduction.cpp | 657 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() 667 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
|
| HD | ARMBaseInstrInfo.h | 191 MachineInstr *commuteInstruction(MachineInstr*,
|
| HD | ARMBaseInstrInfo.cpp | 1749 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in ARMBaseInstrInfo 1759 MI = TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 1768 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.h | 265 MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const override;
|
| HD | X86InstrInfo.cpp | 2920 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in X86InstrInfo 2947 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 2983 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 2998 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 3019 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 3048 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 3127 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 4985 MachineInstr *CommutedMI = commuteInstruction(MI, false); in foldMemoryOperandImpl() 5006 MachineInstr *UncommutedMI = commuteInstruction(MI, false); in foldMemoryOperandImpl()
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetInstrInfo.h | 261 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|