Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3102 static unsigned getLoadStoreRegOpcode(unsigned Reg, in getLoadStoreRegOpcode() function
3259 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode()
3267 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()