Searched refs:PotentialMO (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp358 MachineOperand *PotentialMO = findSingleRegUse(getReplacedOperand(), getMRI()); local
359 if (!PotentialMO)
362 return PotentialMO->getParent();
445 MachineOperand *PotentialMO = findSingleRegDef(getReplacedOperand(), MRI); local
446 if (!PotentialMO)
450 for (MachineInstr &UseInst : MRI->use_nodbg_instructions(PotentialMO->getReg())) {
455 return PotentialMO->getParent();

Completed in 45 milliseconds