Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1831 StringRef InstDecoder = EncodingDef.getValueAsString("DecoderMethod"); in populateInstruction() local
1832 if (InstDecoder != "") { in populateInstruction()
1835 OperandInfo(std::string(InstDecoder), HasCompleteInstDecoder)); in populateInstruction()