Searched refs:CommutableOpIdx1 (Results 1 – 3 of 3) sorted by relevance
135 unsigned CommutableOpIdx1 = Idx1; (void)CommutableOpIdx1; in commuteInstructionImpl() local137 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()138 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()212 unsigned CommutableOpIdx1, in fixCommutedOpIndices() argument216 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()219 if (ResultIdx2 == CommutableOpIdx1) in fixCommutedOpIndices()222 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()226 if (ResultIdx1 == CommutableOpIdx1) in fixCommutedOpIndices()229 ResultIdx2 = CommutableOpIdx1; in fixCommutedOpIndices()235 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()[all …]
135 unsigned CommutableOpIdx1,
3427 unsigned CommutableOpIdx1 = SrcOpIdx1; in findFMA3CommutedOpIndices() local3443 for (CommutableOpIdx1 = RegOpsNum; CommutableOpIdx1 > 0; CommutableOpIdx1--) { in findFMA3CommutedOpIndices()3447 if (Op2Reg != MI.getOperand(CommutableOpIdx1).getReg()) in findFMA3CommutedOpIndices()3452 if (CommutableOpIdx1 == 0) in findFMA3CommutedOpIndices()3458 CommutableOpIdx1, CommutableOpIdx2)) in findFMA3CommutedOpIndices()