Home
last modified time | relevance | path

Searched refs:InstructionError (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h27 class InstructionError : public ErrorInfo<InstructionError<T>> {
33 InstructionError(std::string M, const T &MCI) in InstructionError() function
43 template <typename T> char InstructionError<T>::ID;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp247 return make_error<InstructionError<MCInst>>( in verifyOperands()
258 return make_error<InstructionError<MCInst>>(Message, MCI); in verifyOperands()
509 return make_error<InstructionError<MCInst>>(std::string(Message), MCI); in verifyInstrDesc()
536 return make_error<InstructionError<MCInst>>( in createInstrDescImpl()
544 return make_error<InstructionError<MCInst>>( in createInstrDescImpl()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp588 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()