Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstrBuilder.h59 Error verifyInstrDesc(const InstrDesc &ID, const MCInst &MCI) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp493 Error InstrBuilder::verifyInstrDesc(const InstrDesc &ID, in verifyInstrDesc() function in llvm::mca::InstrBuilder
588 if (Error Err = verifyInstrDesc(*ID, MCI)) in createInstrDescImpl()