Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp600 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
601 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
602 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
615 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
803 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
805 get(StoreOpcode)) in foldMemoryOperandImpl()
1115 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1118 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1121 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
DSystemZInstrInfo.h213 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
DSystemZISelLowering.h521 unsigned StoreOpcode, unsigned STOCOpcode,
DSystemZISelLowering.cpp4919 unsigned StoreOpcode, unsigned STOCOpcode, in emitCondStore() argument
4932 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
4968 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()