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

References

gen/lib/Target/PowerPC/PPCGenInstrInfo.inc
 2575 static const MCPhysReg ImplicitList2[] = { PPC::RM, 0 };
 2584 static const MCPhysReg ImplicitList11[] = { PPC::CTR, PPC::RM, 0 };
 2586 static const MCPhysReg ImplicitList13[] = { PPC::CTR8, PPC::RM, 0 };
 2588 static const MCPhysReg ImplicitList15[] = { PPC::LR, PPC::RM, 0 };
 2591 static const MCPhysReg ImplicitList18[] = { PPC::CTR, PPC::LR, PPC::RM, 0 };
 2592 static const MCPhysReg ImplicitList19[] = { PPC::CTR8, PPC::LR8, PPC::RM, 0 };
 2593 static const MCPhysReg ImplicitList20[] = { PPC::LR8, PPC::RM, 0 };
gen/lib/Target/PowerPC/PPCGenRegisterInfo.inc
 1165   { PPC::RM },
lib/Target/PowerPC/PPCFrameLowering.cpp
 1317       if (Reg == PPC::LR || Reg == PPC::LR8 || Reg == PPC::RM) continue;
lib/Target/PowerPC/PPCRegisterInfo.cpp
  267   for (unsigned PseudoReg : {PPC::ZERO, PPC::ZERO8, PPC::RM})
  296   markSuperRegs(Reserved, PPC::RM);