reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5033 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); 5036 if (!getImplicitSPRUseForDPRUse(TRI, MI, DSrc, SrcLane, ImplicitSReg)) 5042 if (DSrc == DDst) { 5079 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; 5083 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; 5097 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; 5098 CurUndef = CurReg == DSrc && !MI.readsRegister(CurReg, TRI); 5101 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst; 5102 CurUndef = CurReg == DSrc && !MI.readsRegister(CurReg, TRI);