Searched defs:commuteInstruction (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp185 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, function in class:SIInstrInfo
192 MI = TargetInstrInfo::commuteInstruction(MI, NewMI);
/external/llvm/lib/CodeGen/
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 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)) {
/external/llvm/lib/Target/PowerPC/
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/Target/ARM/
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.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);

Completed in 140 milliseconds