Searched refs:SubIndices (Results 1 – 2 of 2) sorted by relevance
362 const uint16_t *SubIndices, in InitMCRegisterInfo() argument378 SubRegIndices = SubIndices; in InitMCRegisterInfo()
915 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local921 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()924 SubIdx = SubIndices[Idx]; in copyPhysReg()926 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()928 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg()1029 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize); in materializeImmediate() local1030 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in materializeImmediate()1034 get(Opcode), RI.getSubReg(DestReg, SubIndices[Idx])); in materializeImmediate()2591 const int16_t *SubIndices = Sub0_15; in insertSelect() local2603 SubIndices = Sub0_15_64; in insertSelect()[all …]