Searched refs:LastCommutableVecOp (Results 1 – 1 of 1) sorted by relevance
2705 unsigned LastCommutableVecOp = 3; in findThreeSrcCommutedOpIndices() local2731 LastCommutableVecOp++; in findThreeSrcCommutedOpIndices()2738 if (isMem(MI, LastCommutableVecOp)) in findThreeSrcCommutedOpIndices()2739 LastCommutableVecOp--; in findThreeSrcCommutedOpIndices()2745 (SrcOpIdx1 < FirstCommutableVecOp || SrcOpIdx1 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()2749 (SrcOpIdx2 < FirstCommutableVecOp || SrcOpIdx2 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()2764 CommutableOpIdx2 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()2774 for (CommutableOpIdx1 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()