Searched refs:getLoadStoreRegOpcode (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 697 unsigned getLoadStoreRegOpcode(unsigned Reg, const TargetRegisterClass *RC, in getLoadStoreRegOpcode() function 722 return getLoadStoreRegOpcode(SrcReg, RC, TRI, STI, false); in getStoreRegOpcode() 728 return getLoadStoreRegOpcode(DstReg, RC, TRI, STI, true); in getLoadRegOpcode()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3596 static unsigned getLoadStoreRegOpcode(Register Reg, in getLoadStoreRegOpcode() function 3875 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode() 3881 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()
|