Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp100 const std::string &GPrefix, const std::string &GPostfix,
H A DDecoderEmitter.cpp134 std::string GPostfix = " == MCDisassembler::Fail)", in DecoderEmitter() argument
138 GuardPrefix(std::move(GPrefix)), GuardPostfix(std::move(GPostfix)), in DecoderEmitter()
2698 const std::string &GPrefix, const std::string &GPostfix, in EmitDecoder() argument
2701 DecoderEmitter(RK, PredicateNamespace, GPrefix, GPostfix, ROK, RFail, L) in EmitDecoder()