/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.h | 86 MachineInstr *commuteInstruction(MachineInstr *MI,
|
D | SIInstrInfo.cpp | 368 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/ |
D | PPCInstrInfo.h | 119 MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const override;
|
D | PPCInstrInfo.cpp | 228 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in PPCInstrInfo 236 return TargetInstrInfo::commuteInstruction(MI, NewMI); in commuteInstruction()
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 470 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock() 480 (void)TII->commuteInstruction(MI); in ProcessBlock()
|
D | TwoAddressInstructionPass.cpp | 109 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()
|
D | TargetInstrInfo.cpp | 121 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfo
|
D | RegisterCoalescer.cpp | 642 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in removeCopyByCommutingDef()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 240 MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const override;
|
D | X86InstrInfo.cpp | 2361 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/ |
D | ARMBaseInstrInfo.h | 133 MachineInstr *commuteInstruction(MachineInstr*,
|
D | Thumb2SizeReduction.cpp | 656 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() 666 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
|
D | ARMBaseInstrInfo.cpp | 1659 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/ |
D | TargetInstrInfo.h | 255 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|