Lines Matching refs:BeginIdx
775 unsigned BeginIdx = 0; in copyPhysReg() local
782 BeginIdx = ARM::qsub_0; in copyPhysReg()
786 BeginIdx = ARM::qsub_0; in copyPhysReg()
791 BeginIdx = ARM::dsub_0; in copyPhysReg()
795 BeginIdx = ARM::dsub_0; in copyPhysReg()
799 BeginIdx = ARM::dsub_0; in copyPhysReg()
803 BeginIdx = ARM::gsub_0; in copyPhysReg()
807 BeginIdx = ARM::dsub_0; in copyPhysReg()
812 BeginIdx = ARM::dsub_0; in copyPhysReg()
817 BeginIdx = ARM::dsub_0; in copyPhysReg()
822 BeginIdx = ARM::ssub_0; in copyPhysReg()
838 if (TRI->regsOverlap(SrcReg, TRI->getSubReg(DestReg, BeginIdx))) { in copyPhysReg()
839 BeginIdx = BeginIdx + ((SubRegs - 1) * Spacing); in copyPhysReg()
846 unsigned Dst = TRI->getSubReg(DestReg, BeginIdx + i * Spacing); in copyPhysReg()
847 unsigned Src = TRI->getSubReg(SrcReg, BeginIdx + i * Spacing); in copyPhysReg()