LLVM 22.0.0git
llvm::mca::RISCVLMULInstrument Class Reference

#include "Target/RISCV/MCA/RISCVCustomBehaviour.h"

Inheritance diagram for llvm::mca::RISCVLMULInstrument:
[legend]

Public Member Functions

 RISCVLMULInstrument (StringRef Data)
 ~RISCVLMULInstrument ()=default
uint8_t getLMUL () const
Public Member Functions inherited from llvm::mca::Instrument
 Instrument (StringRef Desc, StringRef Data)
 Instrument ()
virtual ~Instrument ()=default
StringRef getDesc () const
StringRef getData () const

Static Public Member Functions

static bool isDataValid (StringRef Data)

Static Public Attributes

static const StringRef DESC_NAME = "RISCV-LMUL"

Detailed Description

Definition at line 29 of file RISCVCustomBehaviour.h.

Constructor & Destructor Documentation

◆ RISCVLMULInstrument()

llvm::mca::RISCVLMULInstrument::RISCVLMULInstrument ( StringRef Data)
inlineexplicit

Definition at line 34 of file RISCVCustomBehaviour.h.

References DESC_NAME, and llvm::mca::Instrument::Instrument().

◆ ~RISCVLMULInstrument()

llvm::mca::RISCVLMULInstrument::~RISCVLMULInstrument ( )
default

Member Function Documentation

◆ getLMUL()

uint8_t llvm::mca::RISCVLMULInstrument::getLMUL ( ) const

◆ isDataValid()

bool llvm::mca::RISCVLMULInstrument::isDataValid ( llvm::StringRef Data)
static

Member Data Documentation

◆ DESC_NAME


The documentation for this class was generated from the following files: