LLVM 19.0.0git
Enumerations | Functions
RISCVISAUtils.cpp File Reference
#include "llvm/Support/RISCVISAUtils.h"
#include "llvm/ADT/StringExtras.h"
#include <cassert>

Go to the source code of this file.

Enumerations

enum  RankFlags { RF_Z_EXTENSION = 1 << 6 , RF_S_EXTENSION = 1 << 7 , RF_X_EXTENSION = 1 << 8 }
 

Functions

static unsigned singleLetterExtensionRank (char Ext)
 
static unsigned getExtensionRank (const std::string &ExtName)
 

Enumeration Type Documentation

◆ RankFlags

enum RankFlags
Enumerator
RF_Z_EXTENSION 
RF_S_EXTENSION 
RF_X_EXTENSION 

Definition at line 30 of file RISCVISAUtils.cpp.

Function Documentation

◆ getExtensionRank()

static unsigned getExtensionRank ( const std::string &  ExtName)
static

◆ singleLetterExtensionRank()

static unsigned singleLetterExtensionRank ( char  Ext)
static