|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/PowerPC/PPCGenInstrInfo.inc 2580 static const MCPhysReg ImplicitList7[] = { PPC::R0, PPC::R3, PPC::R4, PPC::R5, PPC::R6, PPC::R7, PPC::R8, PPC::R9, PPC::R10, PPC::R11, PPC::R12, PPC::LR, PPC::CTR, PPC::CR0, PPC::CR1, PPC::CR5, PPC::CR6, PPC::CR7, 0 };
2585 static const MCPhysReg ImplicitList12[] = { PPC::LR, 0 };
2588 static const MCPhysReg ImplicitList15[] = { PPC::LR, PPC::RM, 0 };
2591 static const MCPhysReg ImplicitList18[] = { PPC::CTR, PPC::LR, PPC::RM, 0 };
2598 static const MCPhysReg ImplicitList25[] = { PPC::R0, PPC::R4, PPC::R5, PPC::R6, PPC::R7, PPC::R8, PPC::R9, PPC::R10, PPC::R11, PPC::R12, PPC::LR, PPC::CTR, PPC::CR0, PPC::CR1, PPC::CR5, PPC::CR6, PPC::CR7, 0 };
2599 static const MCPhysReg ImplicitList26[] = { PPC::LR, PPC::CTR, 0 };
gen/lib/Target/PowerPC/PPCGenRegisterInfo.inc 1164 { PPC::LR },
1955 { 65U, PPC::LR },
2243 { 65U, PPC::LR },
2324 { PPC::LR, -2U },
2601 { PPC::LR, 65U },
2877 { PPC::LR, -2U },
3154 { PPC::LR, 65U },
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp 1177 RegNo = isPPC64()? PPC::LR8 : PPC::LR;
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp 66 unsigned RA = isPPC64 ? PPC::LR8 : PPC::LR;
lib/Target/PowerPC/PPCFrameLowering.cpp 835 unsigned LRReg = isPPC64 ? PPC::LR8 : PPC::LR;
1317 if (Reg == PPC::LR || Reg == PPC::LR8 || Reg == PPC::RM) continue;
lib/Target/PowerPC/PPCRegisterInfo.cpp 81 : PPCGenRegisterInfo(TM.isPPC64() ? PPC::LR8 : PPC::LR,
294 markSuperRegs(Reserved, PPC::LR);