Searched defs:StoreOpcode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp708 unsigned LoadOpcode, StoreOpcode; local
709 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
710 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
723 unsigned LoadOpcode, StoreOpcode; local
724 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; local
941 get(StoreOpcode))
1255 unsigned &StoreOpcode) const {
1258 StoreOpcode = SystemZ::ST;
1261 StoreOpcode
[all...]

Completed in 624 milliseconds