LLVM 20.0.0git
|
#include "Target/RISCV/MCTargetDesc/RISCVMatInt.h"
Public Member Functions | |
Inst (unsigned Opc, int64_t I) | |
unsigned | getOpcode () const |
int64_t | getImm () const |
OpndKind | getOpndKind () const |
Definition at line 29 of file RISCVMatInt.h.
|
inline |
Definition at line 34 of file RISCVMatInt.h.
References assert(), I, and llvm::RISCVMatInt::Imm.
|
inline |
Definition at line 39 of file RISCVMatInt.h.
References llvm::RISCVMatInt::Imm.
Referenced by llvm::RISCVMatInt::generateMCInstSeq().
|
inline |
Definition at line 38 of file RISCVMatInt.h.
Referenced by llvm::RISCVMatInt::generateMCInstSeq().
OpndKind llvm::RISCVMatInt::Inst::getOpndKind | ( | ) | const |
Definition at line 521 of file RISCVMatInt.cpp.
References llvm::RISCVMatInt::Imm, llvm_unreachable, llvm::RISCVMatInt::RegImm, llvm::RISCVMatInt::RegReg, and llvm::RISCVMatInt::RegX0.
Referenced by llvm::RISCVMatInt::generateMCInstSeq().