reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
636 Opc = Is32BitInt ? PPC::STB : PPC::STB8; 639 Opc = Is32BitInt ? PPC::STH : PPC::STH8; 643 Opc = PPC::STW; 646 Opc = PPC::STD; 650 Opc = PPCSubTarget->hasSPE() ? PPC::SPESTW : PPC::STFS; 653 Opc = PPCSubTarget->hasSPE() ? PPC::EVSTDD : PPC::STFD; 666 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; 667 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; 687 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc)) 699 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc)) 707 switch (Opc) { 709 case PPC::STB: Opc = PPC::STBX; break; 710 case PPC::STH : Opc = PPC::STHX; break; 711 case PPC::STW : Opc = PPC::STWX; break; 712 case PPC::STB8: Opc = PPC::STBX8; break; 713 case PPC::STH8: Opc = PPC::STHX8; break; 714 case PPC::STW8: Opc = PPC::STWX8; break; 715 case PPC::STD: Opc = PPC::STDX; break; 716 case PPC::STFS: Opc = IsVSSRC ? PPC::STXSSPX : PPC::STFSX; break; 717 case PPC::STFD: Opc = IsVSFRC ? PPC::STXSDX : PPC::STFDX; break; 718 case PPC::EVSTDD: Opc = PPC::EVSTDDX; break; 719 case PPC::SPESTW: Opc = PPC::SPESTWX; break; 722 auto MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc))