Lines Matching refs:SubIndices
363 ArrayRef<int16_t> SubIndices; in copyPhysReg() local
396 SubIndices = Sub0_3_64; in copyPhysReg()
401 SubIndices = Sub0_7_64; in copyPhysReg()
406 SubIndices = Sub0_15_64; in copyPhysReg()
419 SubIndices = Sub0_1; in copyPhysReg()
424 SubIndices = Sub0_2; in copyPhysReg()
430 SubIndices = Sub0_3; in copyPhysReg()
436 SubIndices = Sub0_7; in copyPhysReg()
442 SubIndices = Sub0_15; in copyPhysReg()
453 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
456 SubIdx = SubIndices[Idx]; in copyPhysReg()
458 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()
465 if (Idx == SubIndices.size() - 1) in copyPhysReg()