Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4607 static unsigned getLoadStoreRegOpcode(unsigned Reg, in getLoadStoreRegOpcode() function
4744 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode()
4752 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3057 static unsigned getLoadStoreRegOpcode(unsigned Reg, in getLoadStoreRegOpcode() function
3231 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode()
3239 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()