Searched refs:SubIndices (Results 1 – 2 of 2) sorted by relevance
276 const uint16_t *SubIndices, unsigned NumIndices, in InitMCRegisterInfo() argument291 SubRegIndices = SubIndices; in InitMCRegisterInfo()
1097 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local1104 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() local1213 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() local3281 SubIndices = Sub0_15_64; in insertSelect()[all …]