Searched refs:getLoadStoreOpcodes (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.cpp | 125 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in storeRegToStackSlot() 139 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in loadRegFromStackSlot() 143 void XtensaInstrInfo::getLoadStoreOpcodes(const TargetRegisterClass *RC, in getLoadStoreOpcodes() function in XtensaInstrInfo
|
H A D | XtensaInstrInfo.h | 68 void getLoadStoreOpcodes(const TargetRegisterClass *RC, unsigned &LoadOpcode,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 327 void getLoadStoreOpcodes(const TargetRegisterClass *RC,
|
H A D | SystemZInstrInfo.cpp | 1000 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 1017 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 1851 void SystemZInstrInfo::getLoadStoreOpcodes(const TargetRegisterClass *RC, in getLoadStoreOpcodes() function in SystemZInstrInfo
|