Searched refs:CommuteAnyOperandIndex (Results 1 – 7 of 7) sorted by relevance
201 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()
686 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
160 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()161 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
312 static const unsigned CommuteAnyOperandIndex = ~0U; variable332 unsigned OpIdx1 = CommuteAnyOperandIndex,333 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
682 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()683 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
728 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
3416 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()