Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp733 DenseMap<TargetInstrInfo::RegSubRegPair, Register> VGPRCopies; in foldOperand() local
777 if (VGPRCopies.count(CopyToVGPR)) { in foldOperand()
778 Vgpr = VGPRCopies[CopyToVGPR]; in foldOperand()
782 VGPRCopies[CopyToVGPR] = Vgpr; in foldOperand()