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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DSIInstrInfo.h48 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
H A DSIInstrInfo.cpp188 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, function in class:SIInstrInfo
219 MI = TargetInstrInfo::commuteInstruction(MI, NewMI);
469 if (commuteInstruction(MI))
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h106 // commuteInstruction - We can commute rlwimi instructions, but only if the
108 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
H A DPPCInstrInfo.cpp151 // commuteInstruction - We can commute rlwimi instructions, but only if the
154 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:PPCInstrInfo
160 return TargetInstrInfo::commuteInstruction(MI, NewMI);
/freebsd-10.2-release/contrib/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.cpp117 // commuteInstruction - The default implementation of this method just exchanges
119 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, function in class:TargetInstrInfo
H A DRegisterCoalescer.cpp644 MachineInstr *NewMI = TII->commuteInstruction(DefMI);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h224 /// commuteInstruction - We have a few instructions that must be hacked on to
227 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
H A DX86InstrInfo.cpp2341 /// commuteInstruction - We have a few instructions that must be hacked on to
2345 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:X86InstrInfo
2372 return TargetInstrInfo::commuteInstruction(MI, NewMI);
2451 return TargetInstrInfo::commuteInstruction(MI, NewMI);
3795 commuteInstruction(MI, false);
3801 MachineInstr *NewMI = commuteInstruction(MI, false);
/freebsd-10.2-release/contrib/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.cpp1642 /// commuteInstruction - Handle commutable instructions.
1644 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { function in class:ARMBaseInstrInfo
1654 MI = TargetInstrInfo::commuteInstruction(MI, NewMI);
1663 return TargetInstrInfo::commuteInstruction(MI, NewMI);
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h236 /// commuteInstruction - If a target has any instructions that are
244 virtual MachineInstr *commuteInstruction(MachineInstr *MI,

Completed in 401 milliseconds