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

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 3970     if (RI->isSubRegisterEq(Rn, Rt))
 3973     if (RI->isSubRegisterEq(Rn, Rt2))
 4016     if (RI->isSubRegisterEq(Rn, Rt))
 4019     if (RI->isSubRegisterEq(Rn, Rt2))
 4048     if (RI->isSubRegisterEq(Rn, Rt))
 4067     if (RI->isSubRegisterEq(Rn, Rt))
 4083     if (RI->isSubRegisterEq(Rt, Rs) ||
 4084         (RI->isSubRegisterEq(Rn, Rs) && Rn != AArch64::SP))
 4097     if (RI->isSubRegisterEq(Rt1, Rs) || RI->isSubRegisterEq(Rt2, Rs) ||
 4097     if (RI->isSubRegisterEq(Rt1, Rs) || RI->isSubRegisterEq(Rt2, Rs) ||
 4098         (RI->isSubRegisterEq(Rn, Rs) && Rn != AArch64::SP))