LLVM 18.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 28 of file RISCVMatInt.h.
|
inline |
Definition at line 33 of file RISCVMatInt.h.
References assert(), I, and llvm::RISCVMatInt::Imm.
|
inline |
Definition at line 38 of file RISCVMatInt.h.
References llvm::RISCVMatInt::Imm.
|
inline |
Definition at line 37 of file RISCVMatInt.h.
OpndKind llvm::RISCVMatInt::Inst::getOpndKind | ( | ) | const |
Definition at line 490 of file RISCVMatInt.cpp.
References llvm::RISCVMatInt::Imm, llvm_unreachable, llvm::RISCVMatInt::RegImm, llvm::RISCVMatInt::RegReg, and llvm::RISCVMatInt::RegX0.