Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp619 bool AlignedSrc = ((Src - AMDGPU::SGPR0) % 2) == 0; in expandSGPRCopy() local
620 if (AlignedDest && AlignedSrc && (Idx + 1 < BaseIndices.size())) { in expandSGPRCopy()