Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp2030 StringRef InstDecoder = EncodingDef.getValueAsString("DecoderMethod"); in populateInstruction() local
2031 if (InstDecoder != "") { in populateInstruction()
2035 OperandInfo(std::string(InstDecoder), HasCompleteInstDecoder)); in populateInstruction()