Searched refs:LastCommutableVecOp (Results 1 – 1 of 1) sorted by relevance
1830 unsigned LastCommutableVecOp = 3; in findThreeSrcCommutedOpIndices() local1856 LastCommutableVecOp++; in findThreeSrcCommutedOpIndices()1863 if (isMem(MI, LastCommutableVecOp)) in findThreeSrcCommutedOpIndices()1864 LastCommutableVecOp--; in findThreeSrcCommutedOpIndices()1870 (SrcOpIdx1 < FirstCommutableVecOp || SrcOpIdx1 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()1874 (SrcOpIdx2 < FirstCommutableVecOp || SrcOpIdx2 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()1890 CommutableOpIdx2 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()1898 for (CommutableOpIdx1 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()