Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp366 MachineInstr *Op2Def = MRI->getVRegDef(Op2.getReg()); in identicalOperands() local
367 if (TII->produceSameValue(*Op1Def, *Op2Def, MRI)) { in identicalOperands()
368 LLVM_DEBUG(dbgs() << "Op1Def: " << *Op1Def << " and " << *Op2Def in identicalOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp711 MachineOperand *Op2Def = findSingleRegDef(Op2, MRI); in matchSDWAOperand() local
712 if (!Op2Def) in matchSDWAOperand()
715 return CheckRetType(std::pair(Op1Def, Op2Def)); in matchSDWAOperand()