Searched refs:commuteInstruction (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 99 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
D | PPCInstrInfo.cpp | 98 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/ |
D | TargetInstrInfo.h | 227 virtual MachineInstr *commuteInstruction(MachineInstr *MI, 690 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 380 MachineInstr *NewMI = TII->commuteInstruction(MI); in ProcessBlock() 390 (void)TII->commuteInstruction(MI); in ProcessBlock()
|
D | TargetInstrInfoImpl.cpp | 60 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TargetInstrInfoImpl
|
D | TwoAddressInstructionPass.cpp | 590 MachineInstr *NewMI = TII->commuteInstruction(MI); in CommuteInstruction()
|
D | RegisterCoalescer.cpp | 588 MachineInstr *NewMI = tii_->commuteInstruction(DefMI); in RemoveCopyByCommutingDef()
|
D | VirtRegRewriter.cpp | 1554 MachineInstr *CommutedMI = TII->commuteInstruction(DefMI, true); in CommuteToFoldReload()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 711 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
D | X86InstrInfo.cpp | 1508 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/ |
D | Thumb2SizeReduction.cpp | 590 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
|
D | README.txt | 505 ARMInstrInfo::commuteInstruction() to support it.
|