Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp771 TargetInstrInfo::RegSubRegPair CopyToVGPR; in foldOperand() local
787 CopyToVGPR = Src; in foldOperand()
801 CopyToVGPR = Src; in foldOperand()
809 if (CopyToVGPR.Reg) { in foldOperand()
811 if (VGPRCopies.count(CopyToVGPR)) { in foldOperand()
812 Vgpr = VGPRCopies[CopyToVGPR]; in foldOperand()
816 VGPRCopies[CopyToVGPR] = Vgpr; in foldOperand()