|
LLVM 23.0.0git
|
Enumerations | |
| enum | SMTVTypeMode { SMT_I4 = 2 , SMT_I8 = 3 , Invalid } |
Functions | |
| static StringRef | SMTVTypeModeToString (SMTVTypeMode TypeMode) |
| static SMTVTypeMode | stringToSMTVTypeMode (StringRef Str) |
| static bool | isValidSMTVTypeMode (unsigned Mode) |
| Enumerator | |
|---|---|
| SMT_I4 | |
| SMT_I8 | |
| Invalid | |
Definition at line 562 of file RISCVBaseInfo.h.
Definition at line 587 of file RISCVBaseInfo.h.
References Mode, SMT_I4, and SMT_I8.
Referenced by llvm::RISCVInstPrinter::printSMTVType(), and llvm::RISCVInstrInfo::verifyInstruction().
|
inlinestatic |
Definition at line 569 of file RISCVBaseInfo.h.
References llvm_unreachable, SMT_I4, and SMT_I8.
Referenced by llvm::RISCVInstPrinter::printSMTVType().
|
inlinestatic |
Definition at line 580 of file RISCVBaseInfo.h.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), Invalid, SMT_I4, and SMT_I8.