Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstrBuilder.h85 Error verifyInstrDesc(const InstrDesc &ID, const MCInst &MCI) const;
/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstrBuilder.cpp524 Error InstrBuilder::verifyInstrDesc(const InstrDesc &ID, in verifyInstrDesc() function in llvm::mca::InstrBuilder
613 if (Error Err = verifyInstrDesc(*ID, MCI)) in createInstrDescImpl()