Home
last modified time | relevance | path

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

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