Searched refs:getLoadStoreRegOpcode (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2245 static unsigned getLoadStoreRegOpcode(unsigned Reg, in getLoadStoreRegOpcode() function 2316 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, TM, false); in getStoreRegOpcode() 2324 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, TM, true); in getLoadRegOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3126 static unsigned getLoadStoreRegOpcode(unsigned Reg, in getLoadStoreRegOpcode() function 3282 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode() 3290 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 4607 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()
|