Searched refs:verifyInstrDesc (Results 1 – 2 of 2) sorted by relevance
97 Error verifyInstrDesc(const InstrDesc &ID, const MCInst &MCI) const;
495 Error InstrBuilder::verifyInstrDesc(const InstrDesc &ID, in verifyInstrDesc() function in llvm::mca::InstrBuilder586 if (Error Err = verifyInstrDesc(*ID, MCI)) in createInstrDescImpl()