Lines Matching defs:SubIndices
1104 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize);
1111 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) {
1114 SubIdx = SubIndices[Idx];
1116 SubIdx = SubIndices[SubIndices.size() - Idx - 1];
1122 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1;
1219 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize);
1220 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) {
1224 get(Opcode), RI.getSubReg(DestReg, SubIndices[Idx]));
3362 const int16_t *SubIndices = Sub0_15;
3374 SubIndices = Sub0_15_64;
3389 unsigned SubIdx = SubIndices[Idx];