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.cpp2010 StringRef InstDecoder = EncodingDef.getValueAsString("DecoderMethod"); in populateInstruction() local
2011 if (!InstDecoder.empty()) { in populateInstruction()
2015 OperandInfo(InstDecoder.str(), HasCompleteInstDecoder)); in populateInstruction()