Lines Matching defs:StoreOpcode
999 unsigned LoadOpcode, StoreOpcode;
1000 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
1001 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
1016 unsigned LoadOpcode, StoreOpcode;
1017 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
1315 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
1317 get(StoreOpcode))
1853 unsigned &StoreOpcode) const {
1856 StoreOpcode = SystemZ::ST;
1859 StoreOpcode = SystemZ::STFH;
1862 StoreOpcode = SystemZ::STMux;
1866 StoreOpcode = SystemZ::STG;
1870 StoreOpcode = SystemZ::ST128;
1873 StoreOpcode = SystemZ::STE;
1876 StoreOpcode = SystemZ::STD;
1879 StoreOpcode = SystemZ::STX;
1882 StoreOpcode = SystemZ::VST32;
1885 StoreOpcode = SystemZ::VST64;
1889 StoreOpcode = SystemZ::VST;