Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.h86 MachineInstr *commuteInstruction(MachineInstr *MI,
DSIInstrInfo.cpp368 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in SIInstrInfo
401 MI = TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
890 if (commuteInstruction(MI)) in legalizeOperands()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h119 MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const override;
DPPCInstrInfo.cpp228 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo
236 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp470 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock()
480 (void)TII->commuteInstruction(MI); in ProcessBlock()
DTwoAddressInstructionPass.cpp109 bool commuteInstruction(MachineBasicBlock::iterator &mi,
574 commuteInstruction(MachineBasicBlock::iterator &mi, in commuteInstruction() function in TwoAddressInstructionPass
578 MachineInstr *NewMI = TII->commuteInstruction(MI); in commuteInstruction()
1136 if (TryCommute && commuteInstruction(mi, regB, regC, Dist)) { in tryInstructionTransform()
DTargetInstrInfo.cpp121 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfo
DRegisterCoalescer.cpp642 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h240 MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const override;
DX86InstrInfo.cpp2361 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in X86InstrInfo
2388 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
2467 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
3923 commuteInstruction(MI, false); in optimizeLoadInstr()
3929 MachineInstr *NewMI = commuteInstruction(MI, false); in optimizeLoadInstr()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h133 MachineInstr *commuteInstruction(MachineInstr*,
DThumb2SizeReduction.cpp656 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
666 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
DARMBaseInstrInfo.cpp1659 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in ARMBaseInstrInfo
1669 MI = TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
1678 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h255 virtual MachineInstr *commuteInstruction(MachineInstr *MI,