Searched refs:Op2Def (Results 1 – 2 of 2) sorted by relevance
366 MachineInstr *Op2Def = MRI->getVRegDef(Op2.getReg()); in identicalOperands() local367 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()368 LLVM_DEBUG(dbgs() << "Op1Def: " << *Op1Def << " and " << *Op2Def in identicalOperands()
711 MachineOperand *Op2Def = findSingleRegDef(Op2, MRI); in matchSDWAOperand() local712 if (!Op2Def) in matchSDWAOperand()715 return CheckRetType(std::pair(Op1Def, Op2Def)); in matchSDWAOperand()