/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.cpp | 141 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in SIInstrInfo 148 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
D | SIInstrInfo.h | 38 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 107 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
D | PPCInstrInfo.cpp | 134 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo 139 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 462 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock() 472 (void)TII->commuteInstruction(MI); in ProcessBlock()
|
D | TwoAddressInstructionPass.cpp | 101 bool commuteInstruction(MachineBasicBlock::iterator &mi, 571 commuteInstruction(MachineBasicBlock::iterator &mi, in commuteInstruction() function in TwoAddressInstructionPass 575 MachineInstr *NewMI = TII->commuteInstruction(MI); in commuteInstruction() 1135 if (TryCommute && commuteInstruction(mi, regB, regC, Dist)) { in tryInstructionTransform()
|
D | TargetInstrInfo.cpp | 118 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfo
|
D | RegisterCoalescer.cpp | 645 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 212 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
D | X86InstrInfo.cpp | 2160 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in X86InstrInfo 2187 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 2266 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 3501 commuteInstruction(MI, false); in optimizeLoadInstr() 3507 MachineInstr *NewMI = commuteInstruction(MI, false); in optimizeLoadInstr()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 142 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
|
D | Thumb2SizeReduction.cpp | 631 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() 641 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
|
D | ARMBaseInstrInfo.cpp | 1599 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in ARMBaseInstrInfo 1609 MI = TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction() 1618 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 219 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|