Searched refs:SubIndices (Results 1 – 2 of 2) sorted by relevance
284 const uint16_t *SubIndices, unsigned NumIndices, in InitMCRegisterInfo() argument298 SubRegIndices = SubIndices; in InitMCRegisterInfo()
1114 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local1121 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()1124 SubIdx = SubIndices[Idx]; in copyPhysReg()1126 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()1132 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg()3381 const int16_t *SubIndices = Sub0_15; in insertSelect() local3393 SubIndices = Sub0_15_64; in insertSelect()3408 unsigned SubIdx = SubIndices[Idx]; in insertSelect()