Lines Matching refs:CommutableOpIdx2
178 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
179 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
180 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
267 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
271 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
274 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
275 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
281 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
282 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
289 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
290 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
308 unsigned CommutableOpIdx2 = CommutableOpIdx1 + 1; in findCommutedOpIndices() local
310 CommutableOpIdx1, CommutableOpIdx2)) in findCommutedOpIndices()