Searched refs:SubIndices (Results 1 – 2 of 2) sorted by relevance
355 const uint16_t *SubIndices, in InitMCRegisterInfo() argument371 SubRegIndices = SubIndices; in InitMCRegisterInfo()
711 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local714 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()717 SubIdx = SubIndices[Idx]; in copyPhysReg()719 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()735 bool UseKill = KillSrc && Idx == SubIndices.size() - 1; in copyPhysReg()804 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize); in materializeImmediate() local805 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in materializeImmediate()2220 const int16_t *SubIndices = Sub0_15; in insertSelect() local2232 SubIndices = Sub0_15_64; in insertSelect()2247 unsigned SubIdx = SubIndices[Idx]; in insertSelect()