Home
last modified time | relevance | path

Searched refs:commuteInstruction (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DSIInstrInfo.h48 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
DSIInstrInfo.cpp188 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/
DPPCInstrInfo.h108 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DPPCInstrInfo.cpp154 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/
DMachineCSE.cpp462 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock()
472 (void)TII->commuteInstruction(MI); in ProcessBlock()
DTwoAddressInstructionPass.cpp108 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()
DTargetInstrInfo.cpp119 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfo
DRegisterCoalescer.cpp644 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.h227 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DX86InstrInfo.cpp2345 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/
DARMBaseInstrInfo.h136 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
DThumb2SizeReduction.cpp658 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
668 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
DARMBaseInstrInfo.cpp1644 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/
DTargetInstrInfo.h244 virtual MachineInstr *commuteInstruction(MachineInstr *MI,