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

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp136 // commuteInstruction - We can commute rlwimi instructions, but only if the
139 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:PPCInstrInfo
144 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
/external/llvm/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp59 // commuteInstruction - The default implementation of this method just exchanges
61 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI, function in class:TargetInstrInfoImpl
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1558 /// commuteInstruction - Handle commutable instructions.
1560 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:ARMBaseInstrInfo
1570 MI = TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
1579 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2109 /// commuteInstruction - We have a few instructions that must be hacked on to
2113 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:X86InstrInfo
2140 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
2219 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
3444 commuteInstruction(MI, false);
3450 MachineInstr *NewMI = commuteInstruction(MI, false);

Completed in 97 milliseconds