Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1769 StringRef InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local
1770 if (InstDecoder != "") { in populateInstruction()
1772 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()