Searched refs:BaseOpIdx (Results 1 – 1 of 1) sorted by relevance
151 unsigned BaseOpIdx,1148 unsigned BaseOpIdx, in tryInstructionCommute() argument1156 Register BaseOpReg = MI->getOperand(BaseOpIdx).getReg(); in tryInstructionCommute()1164 if (OtherOpIdx == BaseOpIdx || !MI->getOperand(OtherOpIdx).isReg() || in tryInstructionCommute()1165 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()1183 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()