Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp416 MachineOperand *PotentialMO = findSingleRegUse(getReplacedOperand(), getMRI()); in potentialToConvert() local
417 if (!PotentialMO) in potentialToConvert()
420 MachineInstr *Parent = PotentialMO->getParent(); in potentialToConvert()
573 MachineOperand *PotentialMO = findSingleRegDef(getReplacedOperand(), MRI); in potentialToConvert() local
574 if (!PotentialMO) in potentialToConvert()
578 for (MachineInstr &UseInst : MRI->use_nodbg_instructions(PotentialMO->getReg())) { in potentialToConvert()
583 MachineInstr *Parent = PotentialMO->getParent(); in potentialToConvert()