Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp756 DenseMap<TargetInstrInfo::RegSubRegPair, Register> VGPRCopies; in foldOperand() local
800 if (VGPRCopies.count(CopyToVGPR)) { in foldOperand()
801 Vgpr = VGPRCopies[CopyToVGPR]; in foldOperand()
805 VGPRCopies[CopyToVGPR] = Vgpr; in foldOperand()