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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp730 DenseMap<TargetInstrInfo::RegSubRegPair, Register> VGPRCopies; local
774 if (VGPRCopies.count(CopyToVGPR)) {
775 Vgpr = VGPRCopies[CopyToVGPR];
779 VGPRCopies[CopyToVGPR] = Vgpr;

Completed in 100 milliseconds