Searched refs:LastCommutableVecOp (Results 1 – 1 of 1) sorted by relevance
2725 unsigned LastCommutableVecOp = 3; in findThreeSrcCommutedOpIndices() local2751 LastCommutableVecOp++; in findThreeSrcCommutedOpIndices()2758 if (isMem(MI, LastCommutableVecOp)) in findThreeSrcCommutedOpIndices()2759 LastCommutableVecOp--; in findThreeSrcCommutedOpIndices()2765 (SrcOpIdx1 < FirstCommutableVecOp || SrcOpIdx1 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()2769 (SrcOpIdx2 < FirstCommutableVecOp || SrcOpIdx2 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()2784 CommutableOpIdx2 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()2794 for (CommutableOpIdx1 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()