Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.h70 void getLoadStoreOpcodes(const TargetRegisterClass *RC, unsigned &LoadOpcode,
H A DXtensaInstrInfo.cpp134 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in storeRegToStackSlot()
146 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in loadRegFromStackSlot()
150 void XtensaInstrInfo::getLoadStoreOpcodes(const TargetRegisterClass *RC, in getLoadStoreOpcodes() function in XtensaInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h327 void getLoadStoreOpcodes(const TargetRegisterClass *RC,
H A DSystemZInstrInfo.cpp1033 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
1048 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
1888 void SystemZInstrInfo::getLoadStoreOpcodes(const TargetRegisterClass *RC, in getLoadStoreOpcodes() function in SystemZInstrInfo