Searched refs:CommuteAnyOperandIndex (Results 1 – 11 of 11) sorted by relevance
255 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()268 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()269 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()272 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()279 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
1602 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
514 unsigned Src1 = TargetInstrInfo::CommuteAnyOperandIndex; in findOnlyInterestingUse()
867 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
450 static const unsigned CommuteAnyOperandIndex = ~0U; variable470 unsigned OpIdx1 = CommuteAnyOperandIndex,471 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
786 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()787 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
3221 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3) in findCommutedOpIndices() 3223 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices() 3227 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findCommutedOpIndices() 3228 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1) in findCommutedOpIndices() 3234 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findCommutedOpIndices() 3235 SrcOpIdx2 == CommuteAnyOperandIndex) { in findCommutedOpIndices() 3243 } else if (SrcOpIdx1 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
776 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
2759 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()2763 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()2770 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()2771 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()2780 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()5833 unsigned Op1 = 1, Op2 = CommuteAnyOperandIndex; in foldImmediateImpl()7318 unsigned Idx2 = CommuteAnyOperandIndex; in commuteOperandsForFold()
562 unsigned CommuteOpNo = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
3577 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()