/external/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 175 if (TryToCommute && MI.isCommutable() && TII->commuteInstruction(MI)) in foldImmediates() 315 if (!MI.isCommutable() || !TII->commuteInstruction(MI) || in runOnMachineFunction()
|
D | SIFoldOperands.cpp | 180 !TII->commuteInstruction(*MI, false, CommuteIdx0, CommuteIdx1)) in tryAddToFoldList()
|
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 227 virtual MachineInstr *commuteInstruction(MachineInstr *MI, 737 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
|
/external/swiftshader/third_party/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 | 598 MachineInstr *NewMI = TII->commuteInstruction(MI); in CommuteInstruction()
|
D | RegisterCoalescer.cpp | 712 MachineInstr *NewMI = TII->commuteInstruction(DefMI); in RemoveCopyByCommutingDef()
|
D | VirtRegRewriter.cpp | 1554 MachineInstr *CommutedMI = TII->commuteInstruction(DefMI, true); in CommuteToFoldReload()
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 481 if (MachineInstr *NewMI = TII->commuteInstruction(*MI)) { in ProcessBlock() 490 (void)TII->commuteInstruction(*MI); in ProcessBlock()
|
D | TwoAddressInstructionPass.cpp | 112 bool commuteInstruction(MachineInstr *MI, 643 bool TwoAddressInstructionPass::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TwoAddressInstructionPass 649 MachineInstr *NewMI = TII->commuteInstruction(*MI, false, RegBIdx, RegCIdx); in commuteInstruction() 1191 if (DoCommute && commuteInstruction(MI, BaseOpIdx, OtherOpIdx, Dist)) { in tryInstructionCommute()
|
D | TargetInstrInfo.cpp | 195 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr &MI, bool NewMI, in commuteInstruction() function in TargetInstrInfo
|
D | RegisterCoalescer.cpp | 721 TII->commuteInstruction(*DefMI, false, UseOpIdx, NewDstIdx); in removeCopyByCommutingDef()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 208 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
D | X86InstrInfo.cpp | 1696 X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction() function in X86InstrInfo 1723 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction() 1834 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI); in commuteInstruction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 678 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute() 686 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 721 MachineInstr *CommutedMI = TII->commuteInstruction(*MI); in ReduceTo2Addr() 733 TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2); in ReduceTo2Addr()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 331 commuteInstruction(MachineInstr &MI, bool NewMI = false,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 595 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr()
|
D | README.txt | 505 ARMInstrInfo::commuteInstruction() to support it.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 5858 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2); in foldMemoryOperandImpl() 5877 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2); in foldMemoryOperandImpl()
|