Lines Matching refs:RISCVSEWInstrument
51 const llvm::StringRef RISCVSEWInstrument::DESC_NAME = "RISCV-SEW";
53 bool RISCVSEWInstrument::isDataValid(llvm::StringRef Data) {
60 uint8_t RISCVSEWInstrument::getSEW() const {
75 Type == RISCVSEWInstrument::DESC_NAME;
90 if (Desc == RISCVSEWInstrument::DESC_NAME) {
91 if (!RISCVSEWInstrument::isDataValid(Data)) {
96 return std::make_unique<RISCVSEWInstrument>(Data);
161 createInstrument(RISCVSEWInstrument::DESC_NAME, SEWStr));
228 RISCVSEWInstrument *SI = nullptr;
232 else if (I->getDesc() == RISCVSEWInstrument::DESC_NAME)
233 SI = static_cast<RISCVSEWInstrument *>(I);