Home
last modified time | relevance | path

Searched refs:LoadOpcode (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp599 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
600 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
615 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
617 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg), in loadRegFromStackSlot()
802 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local
804 return BuildMI(MF, MI->getDebugLoc(), get(LoadOpcode), Dest) in foldMemoryOperandImpl()
1091 unsigned &LoadOpcode, in getLoadStoreOpcodes() argument
1094 LoadOpcode = SystemZ::L; in getLoadStoreOpcodes()
1097 LoadOpcode = SystemZ::LFH; in getLoadStoreOpcodes()
[all …]
DSystemZInstrInfo.h213 unsigned &LoadOpcode, unsigned &StoreOpcode) const;