Home
last modified time | relevance | path

Searched refs:Op2Def (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp368 MachineInstr *Op2Def = MRI->getVRegDef(Op2.getReg()); in identicalOperands() local
369 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()
370 LLVM_DEBUG(dbgs() << "Op1Def: " << *Op1Def << " and " << *Op2Def in identicalOperands()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp708 MachineOperand *Op2Def = findSingleRegDef(Op2, MRI); in matchSDWAOperand() local
709 if (!Op2Def) in matchSDWAOperand()
712 return CheckRetType(std::make_pair(Op1Def, Op2Def)); in matchSDWAOperand()