Searched refs:Op2Def (Results 1 – 2 of 2) sorted by relevance
365 MachineInstr *Op2Def = MRI->getVRegDef(Op2.getReg()); in identicalOperands() local366 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()367 LLVM_DEBUG(dbgs() << "Op1Def: " << *Op1Def << " and " << *Op2Def in identicalOperands()
755 MachineOperand *Op2Def = findSingleRegDef(Op2, MRI); in matchSDWAOperand() local756 if (!Op2Def) in matchSDWAOperand()759 return CheckRetType(std::pair(Op1Def, Op2Def)); in matchSDWAOperand()