Lines Matching refs:SubIndices
1097 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local
1104 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
1107 SubIdx = SubIndices[Idx]; in copyPhysReg()
1109 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()
1115 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg()
1212 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize); in materializeImmediate() local
1213 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in materializeImmediate()
1217 get(Opcode), RI.getSubReg(DestReg, SubIndices[Idx])); in materializeImmediate()
3269 const int16_t *SubIndices = Sub0_15; in insertSelect() local
3281 SubIndices = Sub0_15_64; in insertSelect()
3296 unsigned SubIdx = SubIndices[Idx]; in insertSelect()