Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:StoreOpcode

599   unsigned LoadOpcode, StoreOpcode;
600 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
601 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
615 unsigned LoadOpcode, StoreOpcode;
616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
792 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
793 return BuildMI(MF, MI->getDebugLoc(), get(StoreOpcode))
1090 unsigned &StoreOpcode) const {
1093 StoreOpcode = SystemZ::ST;
1096 StoreOpcode = SystemZ::STFH;
1099 StoreOpcode = SystemZ::STMux;
1103 StoreOpcode = SystemZ::STG;
1107 StoreOpcode = SystemZ::ST128;
1110 StoreOpcode = SystemZ::STE;
1113 StoreOpcode = SystemZ::STD;
1116 StoreOpcode = SystemZ::STX;