Searched refs:commuteInstruction (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 105 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
D | PPCInstrInfo.cpp | 139 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/ |
D | TargetInstrInfo.h | 223 virtual MachineInstr *commuteInstruction(MachineInstr *MI, 977 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 446 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock() 456 (void)TII->commuteInstruction(MI); in ProcessBlock()
|
D | TargetInstrInfoImpl.cpp | 61 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfoImpl
|
D | RegisterCoalescer.cpp | 615 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
|
D | TwoAddressInstructionPass.cpp | 542 MachineInstr *NewMI = TII->commuteInstruction(MI); in CommuteInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 209 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
D | X86InstrInfo.cpp | 2113 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/ |
D | ARMBaseInstrInfo.h | 142 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
|
D | Thumb2SizeReduction.cpp | 614 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() 624 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
|
D | ARMBaseInstrInfo.cpp | 1560 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()
|