Lines Matching refs:CommutableOpIdx2
158 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
159 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
160 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
249 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
253 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
256 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
257 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
263 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
264 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
271 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
272 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
290 unsigned CommutableOpIdx2 = CommutableOpIdx1 + 1; in findCommutedOpIndices() local
292 CommutableOpIdx1, CommutableOpIdx2)) in findCommutedOpIndices()