Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp607 ArrayRef<int16_t> BaseIndices = RI.getRegSplitParts(RC, 4); in expandSGPRCopy() local
611 for (unsigned Idx = 0; Idx < BaseIndices.size(); ++Idx) { in expandSGPRCopy()
612 int16_t SubIdx = BaseIndices[Idx]; in expandSGPRCopy()
620 if (AlignedDest && AlignedSrc && (Idx + 1 < BaseIndices.size())) { in expandSGPRCopy()