/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 233 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, 739 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 68 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction() 121 bool TargetInstrInfoImpl::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfoImpl
|
D | TwoAddressInstructionPass.cpp | 889 TII->findCommutedOpIndices(mi, SrcOp1, SrcOp2)) { in TryInstructionTransform()
|
D | RegisterCoalescer.cpp | 665 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2)) in RemoveCopyByCommutingDef()
|
D | VirtRegRewriter.cpp | 1499 if (!TII->findCommutedOpIndices(DefMI, SrcIdx1, SrcIdx2)) in CommuteChangesDestination()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 159 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
|
D | PPCInstrInfo.cpp | 405 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in PPCInstrInfo 413 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 137 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl() 202 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction() 241 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr &MI, in findCommutedOpIndices() function in TargetInstrInfo
|
D | TwoAddressInstructionPass.cpp | 1173 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
|
D | RegisterCoalescer.cpp | 687 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx)) in removeCopyByCommutingDef()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 162 bool CanCommute = TII->findCommutedOpIndices(*MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
|
D | SIInstrInfo.h | 149 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
|
D | SIInstrInfo.cpp | 1030 bool SIInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx0, in findCommutedOpIndices() function in SIInstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 264 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
|
D | X86InstrInfo.cpp | 3655 bool X86InstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in X86InstrInfo 3681 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices() 5841 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) { in foldMemoryOperandImpl()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 352 virtual bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 592 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 729 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
|