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