Lines Matching defs:SrcOpIdx1
3119 unsigned &SrcOpIdx1,
3134 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 1, 2);
3142 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3);
3146 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 4, 5);
3173 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3);
3201 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, CommutableOpIdx1,
3221 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3)
3227 if (SrcOpIdx1 != CommuteAnyOperandIndex &&
3228 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1)
3234 if (SrcOpIdx1 == CommuteAnyOperandIndex ||
3238 unsigned CommutableOpIdx1 = SrcOpIdx1;
3239 if (SrcOpIdx1 == SrcOpIdx2) {
3243 } else if (SrcOpIdx1 == CommuteAnyOperandIndex) {
3266 // Assign the found pair of commutable indices to SrcOpIdx1 and
3268 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, CommutableOpIdx1,
3277 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);