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

/external/llvm/lib/Target/R600/
H A DSIInstrInfo.h40 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
H A DSIInstrInfo.cpp185 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, function in class:SIInstrInfo
192 MI = TargetInstrInfo::commuteInstruction(MI, NewMI);
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h105 // commuteInstruction - We can commute rlwimi instructions, but only if the
107 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
H A DPPCInstrInfo.cpp148 // commuteInstruction - We can commute rlwimi instructions, but only if the
151 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:PPCInstrInfo
157 return TargetInstrInfo::commuteInstruction(MI, NewMI);
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp462 MachineInstr *NewMI = TII->commuteInstruction(MI);
472 (void)TII->commuteInstruction(MI);
H A DTwoAddressInstructionPass.cpp108 bool commuteInstruction(MachineBasicBlock::iterator &mi,
571 /// commuteInstruction - Commute a two-address instruction and update the basic
575 commuteInstruction(MachineBasicBlock::iterator &mi, function in class:TwoAddressInstructionPass
579 MachineInstr *NewMI = TII->commuteInstruction(MI);
588 "TargetInstrInfo::commuteInstruction() should not return a new "
1139 if (TryCommute && commuteInstruction(mi, regB, regC, Dist)) {
H A DTargetInstrInfo.cpp116 // commuteInstruction - The default implementation of this method just exchanges
118 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, function in class:TargetInstrInfo
H A DRegisterCoalescer.cpp646 MachineInstr *NewMI = TII->commuteInstruction(DefMI);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h136 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
H A DThumb2SizeReduction.cpp658 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
668 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
H A DARMBaseInstrInfo.cpp1602 /// commuteInstruction - Handle commutable instructions.
1604 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:ARMBaseInstrInfo
1614 MI = TargetInstrInfo::commuteInstruction(MI, NewMI);
1623 return TargetInstrInfo::commuteInstruction(MI, NewMI);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h222 /// commuteInstruction - We have a few instructions that must be hacked on to
225 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
H A DX86InstrInfo.cpp2257 /// commuteInstruction - We have a few instructions that must be hacked on to
2261 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:X86InstrInfo
2288 return TargetInstrInfo::commuteInstruction(MI, NewMI);
2367 return TargetInstrInfo::commuteInstruction(MI, NewMI);
3665 commuteInstruction(MI, false);
3671 MachineInstr *NewMI = commuteInstruction(MI, false);
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h219 /// commuteInstruction - If a target has any instructions that are
227 virtual MachineInstr *commuteInstruction(MachineInstr *MI,

Completed in 283 milliseconds