Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp989 MachineInstr *SiblingCopy = InfoIt->getSecond().Copy; in lowerVGPR2SGPRCopies() local
990 if (SiblingCopy->isImplicitDef()) in lowerVGPR2SGPRCopies()
994 SrcRegs.insert(std::make_pair(SiblingCopy->getOperand(1).getReg(), in lowerVGPR2SGPRCopies()
995 SiblingCopy->getOperand(1).getSubReg())); in lowerVGPR2SGPRCopies()