Lines Matching refs:BeginIdx
740 unsigned BeginIdx = 0; in copyPhysReg() local
747 BeginIdx = ARM::qsub_0; in copyPhysReg()
751 BeginIdx = ARM::qsub_0; in copyPhysReg()
756 BeginIdx = ARM::dsub_0; in copyPhysReg()
760 BeginIdx = ARM::dsub_0; in copyPhysReg()
764 BeginIdx = ARM::dsub_0; in copyPhysReg()
768 BeginIdx = ARM::gsub_0; in copyPhysReg()
772 BeginIdx = ARM::dsub_0; in copyPhysReg()
777 BeginIdx = ARM::dsub_0; in copyPhysReg()
782 BeginIdx = ARM::dsub_0; in copyPhysReg()
787 BeginIdx = ARM::ssub_0; in copyPhysReg()
803 if (TRI->regsOverlap(SrcReg, TRI->getSubReg(DestReg, BeginIdx))) { in copyPhysReg()
804 BeginIdx = BeginIdx + ((SubRegs - 1) * Spacing); in copyPhysReg()
811 unsigned Dst = TRI->getSubReg(DestReg, BeginIdx + i * Spacing); in copyPhysReg()
812 unsigned Src = TRI->getSubReg(SrcReg, BeginIdx + i * Spacing); in copyPhysReg()