Lines Matching refs:BeginIdx
758 unsigned BeginIdx = 0; in copyPhysReg() local
765 BeginIdx = ARM::qsub_0; in copyPhysReg()
769 BeginIdx = ARM::qsub_0; in copyPhysReg()
774 BeginIdx = ARM::dsub_0; in copyPhysReg()
778 BeginIdx = ARM::dsub_0; in copyPhysReg()
782 BeginIdx = ARM::dsub_0; in copyPhysReg()
786 BeginIdx = ARM::gsub_0; in copyPhysReg()
790 BeginIdx = ARM::dsub_0; in copyPhysReg()
795 BeginIdx = ARM::dsub_0; in copyPhysReg()
800 BeginIdx = ARM::dsub_0; in copyPhysReg()
805 BeginIdx = ARM::ssub_0; in copyPhysReg()
821 if (TRI->regsOverlap(SrcReg, TRI->getSubReg(DestReg, BeginIdx))) { in copyPhysReg()
822 BeginIdx = BeginIdx + ((SubRegs - 1) * Spacing); in copyPhysReg()
829 unsigned Dst = TRI->getSubReg(DestReg, BeginIdx + i * Spacing); in copyPhysReg()
830 unsigned Src = TRI->getSubReg(SrcReg, BeginIdx + i * Spacing); in copyPhysReg()