Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp101 const std::string &ROK, const std::string &RFail,
H A DDecoderEmitter.cpp136 std::string RFail = "MCDisassembler::Fail", std::string L = "") in DecoderEmitter() argument
139 ReturnOK(std::move(ROK)), ReturnFail(std::move(RFail)), in DecoderEmitter()
2699 const std::string &ROK, const std::string &RFail, in EmitDecoder() argument
2701 DecoderEmitter(RK, PredicateNamespace, GPrefix, GPostfix, ROK, RFail, L) in EmitDecoder()