Home
last modified time | relevance | path

Searched refs:findCommutedOpIndices (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h233 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
739 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp68 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction()
121 bool TargetInstrInfoImpl::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfoImpl
DTwoAddressInstructionPass.cpp889 TII->findCommutedOpIndices(mi, SrcOp1, SrcOp2)) { in TryInstructionTransform()
DRegisterCoalescer.cpp665 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2)) in RemoveCopyByCommutingDef()
DVirtRegRewriter.cpp1499 if (!TII->findCommutedOpIndices(DefMI, SrcIdx1, SrcIdx2)) in CommuteChangesDestination()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h159 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DPPCInstrInfo.cpp405 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/
DTargetInstrInfo.cpp137 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
DTwoAddressInstructionPass.cpp1173 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
DRegisterCoalescer.cpp687 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx)) in removeCopyByCommutingDef()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp162 bool CanCommute = TII->findCommutedOpIndices(*MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
DSIInstrInfo.h149 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DSIInstrInfo.cpp1030 bool SIInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx0, in findCommutedOpIndices() function in SIInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h264 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DX86InstrInfo.cpp3655 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/
DTargetInstrInfo.h352 virtual bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp592 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp729 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()