LLVM 19.0.0git
Classes | Namespaces
RISCVCustomBehaviour.h File Reference

This file defines the RISCVCustomBehaviour class which inherits from CustomBehaviour. More...

#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MCA/CustomBehaviour.h"

Go to the source code of this file.

Classes

class  llvm::mca::RISCVLMULInstrument
 
class  llvm::mca::RISCVSEWInstrument
 
class  llvm::mca::RISCVInstrumentManager
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::mca
 

Detailed Description

This file defines the RISCVCustomBehaviour class which inherits from CustomBehaviour.

This class is used by the tool llvm-mca to enforce target specific behaviour that is not expressed well enough in the scheduling model for mca to enforce it automatically.

Definition in file RISCVCustomBehaviour.h.