Lines Matching refs:CommutableOpIdx2
132 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
133 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
134 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
207 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
211 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
214 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
215 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
221 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
222 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
229 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
230 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
248 unsigned CommutableOpIdx2 = CommutableOpIdx1 + 1; in findCommutedOpIndices() local
250 CommutableOpIdx1, CommutableOpIdx2)) in findCommutedOpIndices()