Lines Matching refs:CommutableOpIdx2
177 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
178 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
179 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
268 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
272 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
275 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
276 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
282 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
283 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
290 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
291 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
309 unsigned CommutableOpIdx2 = CommutableOpIdx1 + 1; in findCommutedOpIndices() local
311 CommutableOpIdx1, CommutableOpIdx2)) in findCommutedOpIndices()