reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2381 if (Reg == PPC::VRSAVE && !Subtarget.isDarwinABI()) 2384 if ((Reg == PPC::X2 || Reg == PPC::R2) && MustSaveTOC) 2384 if ((Reg == PPC::X2 || Reg == PPC::R2) && MustSaveTOC) 2387 if (Reg == PPC::CR2) { 2393 } else if (Reg == PPC::CR3) { 2396 } else if (Reg == PPC::CR4) { 2403 && !(PPC::CR2 <= Reg && Reg <= PPC::CR4)) { 2403 && !(PPC::CR2 <= Reg && Reg <= PPC::CR4)) { 2414 BuildMI(MBB, I, DL, TII.get(PPC::MFVSRD), Reg) 2418 const TargetRegisterClass *RC = TRI->getMinimalPhysRegClass(Reg); 2419 TII.loadRegFromStackSlot(MBB, I, Reg, CSI[i].getFrameIdx(), RC, TRI);