Searched refs:BaseOpIdx (Results 1 – 1 of 1) sorted by relevance
176 unsigned BaseOpIdx,1249 unsigned BaseOpIdx, in tryInstructionCommute() argument1257 Register BaseOpReg = MI->getOperand(BaseOpIdx).getReg(); in tryInstructionCommute()1265 if (OtherOpIdx == BaseOpIdx || !MI->getOperand(OtherOpIdx).isReg() || in tryInstructionCommute()1266 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()1284 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()