Lines Matching defs:SrcLane
5254 unsigned DstLane = 0, SrcLane = 0;
5257 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane);
5260 if (!getImplicitSPRUseForDPRUse(TRI, MI, DSrc, SrcLane, ImplicitSReg))
5272 .addImm(SrcLane)
5303 MCRegister CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst;
5307 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst;
5313 if (SrcLane == DstLane)
5321 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst;
5325 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst;
5331 if (SrcLane != DstLane)