Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h99 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DPPCInstrInfo.cpp98 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo
103 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h227 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
690 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
/external/llvm/lib/CodeGen/
DMachineCSE.cpp380 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock()
390 (void)TII->commuteInstruction(MI); in ProcessBlock()
DTargetInstrInfoImpl.cpp60 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfoImpl
DTwoAddressInstructionPass.cpp590 MachineInstr *NewMI = TII->commuteInstruction(MI); in CommuteInstruction()
DRegisterCoalescer.cpp588 MachineInstr *NewMI = tii_->commuteInstruction(DefMI); in RemoveCopyByCommutingDef()
DVirtRegRewriter.cpp1554 MachineInstr *CommutedMI = TII->commuteInstruction(DefMI, true); in CommuteToFoldReload()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h711 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DX86InstrInfo.cpp1508 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in X86InstrInfo
1535 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
1646 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp590 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
DREADME.txt505 ARMInstrInfo::commuteInstruction() to support it.