Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp141 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in SIInstrInfo
148 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
DSIInstrInfo.h38 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h107 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DPPCInstrInfo.cpp134 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo
139 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp462 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock()
472 (void)TII->commuteInstruction(MI); in ProcessBlock()
DTwoAddressInstructionPass.cpp101 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()
DTargetInstrInfo.cpp118 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfo
DRegisterCoalescer.cpp645 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h212 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DX86InstrInfo.cpp2160 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/
DARMBaseInstrInfo.h142 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
DThumb2SizeReduction.cpp631 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
641 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
DARMBaseInstrInfo.cpp1599 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/
DTargetInstrInfo.h219 virtual MachineInstr *commuteInstruction(MachineInstr *MI,