Searched refs:BaseIndices (Results 1 – 1 of 1) sorted by relevance
673 ArrayRef<int16_t> BaseIndices = RI.getRegSplitParts(RC, 4); in expandSGPRCopy() local677 for (unsigned Idx = 0; Idx < BaseIndices.size(); ++Idx) { in expandSGPRCopy()678 int16_t SubIdx = BaseIndices[Idx]; in expandSGPRCopy()686 if (AlignedDest && AlignedSrc && (Idx + 1 < BaseIndices.size())) { in expandSGPRCopy()