Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h97 Error verifyInstrDesc(const InstrDesc &ID, const MCInst &MCI) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp495 Error InstrBuilder::verifyInstrDesc(const InstrDesc &ID, in verifyInstrDesc() function in llvm::mca::InstrBuilder
586 if (Error Err = verifyInstrDesc(*ID, MCI)) in createInstrDescImpl()