Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp201 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
214 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
215 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
218 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
225 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
DRegisterCoalescer.cpp686 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp160 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
161 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h312 static const unsigned CommuteAnyOperandIndex = ~0U; variable
332 unsigned OpIdx1 = CommuteAnyOperandIndex,
333 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp682 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
683 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp728 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3416 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findFMA3CommutedOpIndices()
3419 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findFMA3CommutedOpIndices()
3425 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findFMA3CommutedOpIndices()
3426 SrcOpIdx2 == CommuteAnyOperandIndex) { in findFMA3CommutedOpIndices()
3436 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findFMA3CommutedOpIndices()
5840 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()