Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp760 bool AlignedDest = ((DestSubReg - AMDGPU::SGPR0) % 2) == 0; in expandSGPRCopy() local
762 if (AlignedDest && AlignedSrc && (Idx + 1 < BaseIndices.size())) { in expandSGPRCopy()