Lines Matching defs:SubIndices
1096 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize);
1103 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) {
1106 SubIdx = SubIndices[Idx];
1108 SubIdx = SubIndices[SubIndices.size() - Idx - 1];
1114 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1;
1211 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize);
1212 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) {
1216 get(Opcode), RI.getSubReg(DestReg, SubIndices[Idx]));
3320 const int16_t *SubIndices = Sub0_15;
3332 SubIndices = Sub0_15_64;
3347 unsigned SubIdx = SubIndices[Idx];