Searched refs:getLoadStoreRegOpcode (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3057 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|