Lines Matching refs:CommutableOpIdx2
175 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
176 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
177 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
266 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
270 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
273 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
274 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
280 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
281 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
288 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
289 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
307 unsigned CommutableOpIdx2 = CommutableOpIdx1 + 1; in findCommutedOpIndices() local
309 CommutableOpIdx1, CommutableOpIdx2)) in findCommutedOpIndices()