reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 5033       DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane);
 5036       if (!getImplicitSPRUseForDPRUse(TRI, MI, DSrc, SrcLane, ImplicitSReg))
 5048             .addImm(SrcLane)
 5079       unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst;
 5083       CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst;
 5089       if (SrcLane == DstLane)
 5097       CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst;
 5101       CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst;
 5107       if (SrcLane != DstLane)