Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp699 unsigned getLoadStoreRegOpcode(unsigned Reg, const TargetRegisterClass *RC, in getLoadStoreRegOpcode() function
724 return getLoadStoreRegOpcode(SrcReg, RC, TRI, STI, false); in getStoreRegOpcode()
730 return getLoadStoreRegOpcode(DstReg, RC, TRI, STI, true); in getLoadRegOpcode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4246 static unsigned getLoadStoreRegOpcode(Register Reg, in getLoadStoreRegOpcode() function
4557 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode()
4563 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()