Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h105 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DPPCInstrInfo.cpp139 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo
144 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h223 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
977 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
/external/llvm/lib/CodeGen/
DMachineCSE.cpp446 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock()
456 (void)TII->commuteInstruction(MI); in ProcessBlock()
DTargetInstrInfoImpl.cpp61 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfoImpl
DRegisterCoalescer.cpp615 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
DTwoAddressInstructionPass.cpp542 MachineInstr *NewMI = TII->commuteInstruction(MI); in CommuteInstruction()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h209 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
DX86InstrInfo.cpp2113 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in X86InstrInfo
2140 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
2219 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
3444 commuteInstruction(MI, false); in optimizeLoadInstr()
3450 MachineInstr *NewMI = commuteInstruction(MI, false); in optimizeLoadInstr()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h142 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
DThumb2SizeReduction.cpp614 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
624 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
DARMBaseInstrInfo.cpp1560 ARMBaseInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in ARMBaseInstrInfo
1570 MI = TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
1579 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()