Searched refs:getLoadRegOpcode (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.cpp | 725 unsigned getLoadRegOpcode(unsigned DstReg, const TargetRegisterClass *RC, in getLoadRegOpcode() function 766 unsigned Opc = getLoadRegOpcode(DstReg, RC, TRI, Subtarget); in loadRegFromStackSlot()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3844 static unsigned getLoadRegOpcode(Register DestReg, in getLoadRegOpcode() function 3924 unsigned Opc = getLoadRegOpcode(DestReg, RC, isAligned, Subtarget); in loadRegFromStackSlot() 6899 Opc = getLoadRegOpcode(Reg, RC, isAligned, Subtarget); in unfoldMemoryOperand() 7043 Opc = getLoadRegOpcode(0, RC, isAligned, Subtarget); in unfoldMemoryOperand()
|