Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp684 bool AlignedDest = ((Reg - AMDGPU::SGPR0) % 2) == 0; in expandSGPRCopy() local
686 if (AlignedDest && AlignedSrc && (Idx + 1 < BaseIndices.size())) { in expandSGPRCopy()