Lines Matching refs:SubIndices
995 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local
1001 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
1004 SubIdx = SubIndices[Idx]; in copyPhysReg()
1006 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()
1008 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg()
1109 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize); in materializeImmediate() local
1110 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in materializeImmediate()
1114 get(Opcode), RI.getSubReg(DestReg, SubIndices[Idx])); in materializeImmediate()
2821 const int16_t *SubIndices = Sub0_15; in insertSelect() local
2833 SubIndices = Sub0_15_64; in insertSelect()
2848 unsigned SubIdx = SubIndices[Idx]; in insertSelect()