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

References

lib/Target/AArch64/AArch64FrameLowering.cpp
 1901     assert((!RPI.isPaired() ||
 1905     assert((!RPI.isPaired() || !NeedsFrameRecord || RPI.Reg2 != AArch64::FP ||
 1913             (RPI.isPaired() &&
 1921     Offset -= RPI.isPaired() ? 2 * Scale : Scale;
 1926         RPI.Type != RegPairInfo::FPR128 && !RPI.isPaired()) {
 1940     if (RPI.isPaired())
 2014        StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui;
 2019        StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui;
 2024        StrOpc = RPI.isPaired() ? AArch64::STPQi : AArch64::STRQui;
 2030                if (RPI.isPaired()) dbgs() << ", " << printReg(Reg2, TRI);
 2032                if (RPI.isPaired()) dbgs() << ", " << RPI.FrameIdx + 1;
 2042     if (NeedsWinCFI && RPI.isPaired()) {
 2049     if (RPI.isPaired()) {
 2105        LdrOpc = RPI.isPaired() ? AArch64::LDPXi : AArch64::LDRXui;
 2110        LdrOpc = RPI.isPaired() ? AArch64::LDPDi : AArch64::LDRDui;
 2115        LdrOpc = RPI.isPaired() ? AArch64::LDPQi : AArch64::LDRQui;
 2121                if (RPI.isPaired()) dbgs() << ", " << printReg(Reg2, TRI);
 2123                if (RPI.isPaired()) dbgs() << ", " << RPI.FrameIdx + 1;
 2131     if (NeedsWinCFI && RPI.isPaired()) {
 2136     if (RPI.isPaired()) {