/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 164 if (TII->commuteInstruction(MI)) { in foldImmediates() 169 TII->commuteInstruction(MI); in foldImmediates() 247 TII->commuteInstruction(MI, false, 0, 1); in shrinkScalarCompare() 361 if (TII->commuteInstruction(MI, false, 1, 2)) in runOnMachineFunction() 417 if (!MI.isCommutable() || !TII->commuteInstruction(MI) || in runOnMachineFunction()
|
D | SIFoldOperands.cpp | 286 !TII->commuteInstruction(*MI, false, CommuteIdx0, CommuteIdx1)) in tryAddToFoldList() 290 TII->commuteInstruction(*MI, false, CommuteIdx0, CommuteIdx1); in tryAddToFoldList() 762 TII->commuteInstruction(*Fold.UseMI, false); in foldInstOperand()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 502 if (MachineInstr *NewMI = TII->commuteInstruction(*MI)) { in ProcessBlock() 511 (void)TII->commuteInstruction(*MI); in ProcessBlock()
|
D | TwoAddressInstructionPass.cpp | 137 bool commuteInstruction(MachineInstr *MI, unsigned DstIdx, 682 bool TwoAddressInstructionPass::commuteInstruction(MachineInstr *MI, in commuteInstruction() function in TwoAddressInstructionPass 689 MachineInstr *NewMI = TII->commuteInstruction(*MI, false, RegBIdx, RegCIdx); in commuteInstruction() 1237 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
|
D | TargetInstrInfo.cpp | 231 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr &MI, bool NewMI, in commuteInstruction() function in TargetInstrInfo
|
D | PeepholeOptimizer.cpp | 1586 TII->commuteInstruction(*(RI.getMI()), false, (*CP).first, in optimizeRecurrence()
|
/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
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 208 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 713 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute() 721 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 751 MachineInstr *CommutedMI = TII->commuteInstruction(*MI); in ReduceTo2Addr() 763 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-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 400 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()
|