Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp906 TargetInstrInfo::RegSubRegPair CopyToVGPR; in foldOperand() local
922 CopyToVGPR = Src; in foldOperand()
936 CopyToVGPR = Src; in foldOperand()
944 if (CopyToVGPR.Reg) { in foldOperand()
946 if (VGPRCopies.count(CopyToVGPR)) { in foldOperand()
947 Vgpr = VGPRCopies[CopyToVGPR]; in foldOperand()
951 VGPRCopies[CopyToVGPR] = Vgpr; in foldOperand()