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