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