Searched refs:SubIndices (Results 1 – 6 of 6) sorted by relevance
35 const uint16_t *SubIndices, unsigned NumIndices, in MCRegisterInfo_InitMCRegisterInfo() argument48 RI->SubRegIndices = SubIndices; in MCRegisterInfo_InitMCRegisterInfo()
104 const uint16_t *SubIndices,
392 ArrayRef<int16_t> SubIndices; in copyPhysReg() local425 SubIndices = Sub0_3_64; in copyPhysReg()430 SubIndices = Sub0_7_64; in copyPhysReg()435 SubIndices = Sub0_15_64; in copyPhysReg()448 SubIndices = Sub0_1; in copyPhysReg()453 SubIndices = Sub0_2; in copyPhysReg()459 SubIndices = Sub0_3; in copyPhysReg()465 SubIndices = Sub0_7; in copyPhysReg()471 SubIndices = Sub0_15; in copyPhysReg()482 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()[all …]
254 const uint16_t *SubIndices, in InitMCRegisterInfo() argument270 SubRegIndices = SubIndices; in InitMCRegisterInfo()
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()