Searched refs:UseOpIdx (Results 1 – 2 of 2) sorted by relevance
997 unsigned *UseOpIdx = nullptr) const {1001 if (UseOpIdx)1002 *UseOpIdx = findTiedOperandIdx(DefOpIdx);1009 bool isRegTiedToDefOperand(unsigned UseOpIdx,1011 const MachineOperand &MO = getOperand(UseOpIdx);1015 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
653 unsigned UseOpIdx; in removeCopyByCommutingDef() local654 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx)) in removeCopyByCommutingDef()659 if (Op1 == UseOpIdx) in removeCopyByCommutingDef()661 else if (Op2 == UseOpIdx) in removeCopyByCommutingDef()