Home
last modified time | relevance | path

Searched refs:DESC_NAME (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp26 const llvm::StringRef RISCVLMULInstrument::DESC_NAME = "RISCV-LMUL"; member in llvm::mca::RISCVLMULInstrument
51 const llvm::StringRef RISCVSEWInstrument::DESC_NAME = "RISCV-SEW"; member in llvm::mca::RISCVSEWInstrument
74 return Type == RISCVLMULInstrument::DESC_NAME || in supportsInstrumentType()
75 Type == RISCVSEWInstrument::DESC_NAME; in supportsInstrumentType()
81 if (Desc == RISCVLMULInstrument::DESC_NAME) { in createInstrument()
90 if (Desc == RISCVSEWInstrument::DESC_NAME) { in createInstrument()
140 createInstrument(RISCVLMULInstrument::DESC_NAME, LMUL)); in createInstruments()
161 createInstrument(RISCVSEWInstrument::DESC_NAME, SEWStr)); in createInstruments()
230 if (I->getDesc() == RISCVLMULInstrument::DESC_NAME) in getSchedClassID()
232 else if (I->getDesc() == RISCVSEWInstrument::DESC_NAME) in getSchedClassID()
H A DRISCVCustomBehaviour.h31 static const StringRef DESC_NAME;
34 explicit RISCVLMULInstrument(StringRef Data) : Instrument(DESC_NAME, Data) {} in RISCVLMULInstrument()
43 static const StringRef DESC_NAME;
46 explicit RISCVSEWInstrument(StringRef Data) : Instrument(DESC_NAME, Data) {} in RISCVSEWInstrument()