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

References

lib/Target/PowerPC/PPCFrameLowering.cpp
 2208     if (Reg == PPC::VRSAVE && !Subtarget.isDarwinABI())
 2212     bool IsCRField = PPC::CR2 <= Reg && Reg <= PPC::CR4;
 2212     bool IsCRField = PPC::CR2 <= Reg && Reg <= PPC::CR4;
 2220     bool IsLiveIn = MRI.isLiveIn(Reg);
 2222        MBB.addLiveIn(Reg);
 2225       CRMIB.addReg(Reg, RegState::ImplicitKill);
 2230     if ((Reg == PPC::X2 || Reg == PPC::R2) && MustSaveTOC)
 2230     if ((Reg == PPC::X2 || Reg == PPC::R2) && MustSaveTOC)
 2238         FuncInfo->addMustSaveCR(Reg);
 2246                   .addReg(Reg, RegState::ImplicitKill);
 2258           .addReg(Reg, getKillRegState(true));
 2260         const TargetRegisterClass *RC = TRI->getMinimalPhysRegClass(Reg);
 2264         TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn,