LLVM 22.0.0git
LanaiRegisterInfo.cpp File Reference

Go to the source code of this file.

Macros

#define GET_REGINFO_TARGET_DESC

Functions

static bool isALUArithLoOpcode (unsigned Opcode)
static unsigned getOppositeALULoOpcode (unsigned Opcode)
static unsigned getRRMOpcodeVariant (unsigned Opcode)

Macro Definition Documentation

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 27 of file LanaiRegisterInfo.cpp.

Function Documentation

◆ getOppositeALULoOpcode()

unsigned getOppositeALULoOpcode ( unsigned Opcode)
static

Definition at line 82 of file LanaiRegisterInfo.cpp.

References llvm_unreachable.

Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().

◆ getRRMOpcodeVariant()

unsigned getRRMOpcodeVariant ( unsigned Opcode)
static

Definition at line 105 of file LanaiRegisterInfo.cpp.

References llvm_unreachable.

Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().

◆ isALUArithLoOpcode()

bool isALUArithLoOpcode ( unsigned Opcode)
static

Definition at line 66 of file LanaiRegisterInfo.cpp.

Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().