Lines Matching defs:SrcLane
5235 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc;
5237 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane);
5240 if (!getImplicitSPRUseForDPRUse(TRI, MI, DSrc, SrcLane, ImplicitSReg))
5252 .addImm(SrcLane)
5283 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst;
5287 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst;
5293 if (SrcLane == DstLane)
5301 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst;
5305 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst;
5311 if (SrcLane != DstLane)