Searched refs:CommuteAnyOperandIndex (Results 1 – 11 of 11) sorted by relevance
253 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()266 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()267 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()270 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()277 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
1548 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
406 unsigned Src1 = TargetInstrInfo::CommuteAnyOperandIndex; in findOnlyInterestingUse()
866 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
441 static const unsigned CommuteAnyOperandIndex = ~0U; variable461 unsigned OpIdx1 = CommuteAnyOperandIndex,462 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
2140 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3) in findCommutedOpIndices()2142 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices()2146 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findCommutedOpIndices()2147 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1) in findCommutedOpIndices()2153 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findCommutedOpIndices()2154 SrcOpIdx2 == CommuteAnyOperandIndex) { in findCommutedOpIndices()2162 } else if (SrcOpIdx1 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
783 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()784 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
379 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()380 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
2944 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()
776 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
2385 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()2389 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()2396 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()2397 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()2406 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()6220 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()