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

References

lib/Target/AArch64/AArch64FrameLowering.cpp
 1851   for (unsigned i = 0; i < Count; ++i) {
 1851   for (unsigned i = 0; i < Count; ++i) {
 1853     RPI.Reg1 = CSI[i].getReg();
 1865     if (i + 1 < Count) {
 1866       unsigned NextReg = CSI[i + 1].getReg();
 1902             (CSI[i].getFrameIdx() + 1 == CSI[i + 1].getFrameIdx())) &&
 1902             (CSI[i].getFrameIdx() + 1 == CSI[i + 1].getFrameIdx())) &&
 1918     RPI.FrameIdx = CSI[i].getFrameIdx();
 1941       ++i;