Home
last modified time | relevance | path

Searched refs:CommuteAnyOperandIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp237 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
250 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
251 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
254 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
261 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
H A DPeepholeOptimizer.cpp1539 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
H A DRegisterCoalescer.cpp779 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h381 static const unsigned CommuteAnyOperandIndex = ~0U; variable
401 unsigned OpIdx1 = CommuteAnyOperandIndex,
402 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp738 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
739 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp325 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
326 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
H A DAMDGPUISelDAGToDAG.cpp2081 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp769 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1869 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
1873 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
1880 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()
1881 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()
1891 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()
4937 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()