Home
last modified time | relevance | path

Searched refs:StoreOpcode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp708 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
709 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
710 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
723 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
724 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
941 get(StoreOpcode)) in foldMemoryOperandImpl()
1255 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1258 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1261 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
DSystemZInstrInfo.h233 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
DSystemZISelLowering.h569 unsigned StoreOpcode, unsigned STOCOpcode,
DSystemZISelLowering.cpp5246 unsigned StoreOpcode, in emitCondStore() argument
5260 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
5296 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()