LLVM 19.0.0git
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
llvm::mca::InstructionError< T > Class Template Reference

#include "llvm/MCA/Support.h"

Inheritance diagram for llvm::mca::InstructionError< T >:
Inheritance graph
[legend]

Public Member Functions

 InstructionError (std::string M, const T &MCI)
 
void log (raw_ostream &OS) const override
 Print an error message to an output stream.
 
std::error_code convertToErrorCode () const override
 Convert this error to a std::error_code.
 
- Public Member Functions inherited from llvm::ErrorInfo< InstructionError< T > >
const void * dynamicClassID () const override
 
bool isA (const void *const ClassID) const override
 
- Public Member Functions inherited from llvm::ErrorInfoBase
virtual ~ErrorInfoBase ()=default
 
virtual void log (raw_ostream &OS) const =0
 Print an error message to an output stream.
 
virtual std::string message () const
 Return the error message as a string.
 
virtual std::error_code convertToErrorCode () const =0
 Convert this error to a std::error_code.
 
virtual const void * dynamicClassID () const =0
 
virtual bool isA (const void *const ClassID) const
 
template<typename ErrorInfoT >
bool isA () const
 

Public Attributes

std::string Message
 
const TInst
 

Static Public Attributes

static char ID
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::ErrorInfo< InstructionError< T > >
static const void * classID ()
 
- Static Public Member Functions inherited from llvm::ErrorInfoBase
static const void * classID ()
 

Detailed Description

template<typename T>
class llvm::mca::InstructionError< T >

Definition at line 27 of file Support.h.

Constructor & Destructor Documentation

◆ InstructionError()

template<typename T >
llvm::mca::InstructionError< T >::InstructionError ( std::string  M,
const T MCI 
)
inline

Definition at line 33 of file Support.h.

Member Function Documentation

◆ convertToErrorCode()

template<typename T >
std::error_code llvm::mca::InstructionError< T >::convertToErrorCode ( ) const
inlineoverridevirtual

Convert this error to a std::error_code.

This is a temporary crutch to enable interaction with code still using std::error_code. It will be removed in the future.

Implements llvm::ErrorInfoBase.

Definition at line 38 of file Support.h.

References llvm::inconvertibleErrorCode().

◆ log()

template<typename T >
void llvm::mca::InstructionError< T >::log ( raw_ostream OS) const
inlineoverridevirtual

Print an error message to an output stream.

Implements llvm::ErrorInfoBase.

Definition at line 36 of file Support.h.

References llvm::mca::InstructionError< T >::Message, and OS.

Member Data Documentation

◆ ID

template<typename T >
char llvm::mca::InstructionError< T >::ID
static

Definition at line 29 of file Support.h.

◆ Inst

template<typename T >
const T& llvm::mca::InstructionError< T >::Inst

Definition at line 31 of file Support.h.

◆ Message

template<typename T >
std::string llvm::mca::InstructionError< T >::Message

Definition at line 30 of file Support.h.

Referenced by llvm::mca::InstructionError< T >::log().


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