Searched refs:LastCommutableVecOp (Results 1 – 1 of 1) sorted by relevance
2346 unsigned LastCommutableVecOp = 3; in findThreeSrcCommutedOpIndices() local2372 LastCommutableVecOp++; in findThreeSrcCommutedOpIndices()2379 if (isMem(MI, LastCommutableVecOp)) in findThreeSrcCommutedOpIndices()2380 LastCommutableVecOp--; in findThreeSrcCommutedOpIndices()2386 (SrcOpIdx1 < FirstCommutableVecOp || SrcOpIdx1 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()2390 (SrcOpIdx2 < FirstCommutableVecOp || SrcOpIdx2 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()2405 CommutableOpIdx2 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()2415 for (CommutableOpIdx1 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()