Searched refs:CommuteAnyOperandIndex (Results 1 – 11 of 11) sorted by relevance
289 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()302 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()303 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()306 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()313 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
1590 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
517 unsigned Src1 = TargetInstrInfo::CommuteAnyOperandIndex; in findOnlyInterestingUse()
880 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
463 static const unsigned CommuteAnyOperandIndex = ~0U; variable483 unsigned OpIdx1 = CommuteAnyOperandIndex,484 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
815 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()816 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
3836 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3) in findCommutedOpIndices()3838 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices()3842 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findCommutedOpIndices()3843 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1) in findCommutedOpIndices()3849 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findCommutedOpIndices()3850 SrcOpIdx2 == CommuteAnyOperandIndex) { in findCommutedOpIndices()3858 } else if (SrcOpIdx1 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
776 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
2744 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()2748 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()2755 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()2756 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()2765 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()5890 unsigned Op1 = 1, Op2 = CommuteAnyOperandIndex; in foldImmediateImpl()7404 unsigned Idx2 = CommuteAnyOperandIndex; in commuteOperandsForFold()
824 unsigned CommuteOpNo = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
3940 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()